Document my get_phaenna_ip script
- ID
e768f05- date
2024-12-26 22:15:01+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
a91d57a- message
Document my `get_phaenna_ip` script- changed files
2 files, 17 additions, 2 deletions
Changed files
web/README.md (3892) → web/README.md (4300)
diff --git a/web/README.md b/web/README.md
index 6da33e7..79e56b6 100644
--- a/web/README.md
+++ b/web/README.md
@@ -18,6 +18,12 @@ folder_name = "web"
scripts = [
{
+ "name": "get_phaenna_ip",
+ "description": """
+ Get the IP address of Phaenna (my home desktop) within my Tailscale network.
+ """
+ },
+ {
"name": "imdown",
"description": """
I run this when my Internet connection goes down, and it makes an audible "ping" when it comes back up.
@@ -66,6 +72,15 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
]]]-->
<dl>
<dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/web/get_phaenna_ip">
+ <code>get_phaenna_ip</code>
+ </a>
+ </dt>
+ <dd>
+ Get the IP address of Phaenna (my home desktop) within my Tailscale network.
+ </dd>
+
+ <dt>
<a href="https://github.com/alexwlchan/scripts/blob/main/web/imdown">
<code>imdown</code>
</a>
@@ -128,4 +143,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
this is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that does parallel downloads of videos in playlists.
</dd>
</dl>
-<!-- [[[end]]] (checksum: e672cab382a39082951edc1a0a3f9f21) -->
+<!-- [[[end]]] (checksum: 044d860fd40ad2bb36ed34ee0bf20fc5) -->
web/get_phaenna_ip (299) → web/get_phaenna_ip (309)
diff --git a/web/get_phaenna_ip b/web/get_phaenna_ip
index 8745076..f79fa76 100755
--- a/web/get_phaenna_ip
+++ b/web/get_phaenna_ip
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Get the IP address of Phaenna (my home desktop) within my Tailnet.
+# Get the IP address of Phaenna (my home desktop) within my Tailscale network.
# See https://alexwlchan.net/til/2024/get-tailscale-ip/
set -o errexit