From 62a0bd0d5f6109a670bd719d227933c28398c965 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 11 Jul 2018 02:24:59 -0400 Subject: [PATCH] update migration notice --- .gitignore | 0 gen_tdp | 2 +- news/000_first_post.json | 0 news/001_new_news.json | 0 news/002_dns_redirects.json | 0 news/003_mastodon.json | 0 news/006_tilde_theme.json | 0 news/007_happy_new_year.json | 0 news/008_tildegit.json | 0 news/009_paperwork_notepad.json | 0 news/020_migration_again.json | 2 +- news/post_template.json | 0 12 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 news/000_first_post.json mode change 100755 => 100644 news/001_new_news.json mode change 100755 => 100644 news/002_dns_redirects.json mode change 100755 => 100644 news/003_mastodon.json mode change 100755 => 100644 news/006_tilde_theme.json mode change 100755 => 100644 news/007_happy_new_year.json mode change 100755 => 100644 news/008_tildegit.json mode change 100755 => 100644 news/009_paperwork_notepad.json mode change 100755 => 100644 news/post_template.json diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/gen_tdp b/gen_tdp index eb68d47..bc8b969 100755 --- a/gen_tdp +++ b/gen_tdp @@ -6,7 +6,7 @@ tdp = {} tdp["name"] = "tilde.team" tdp["url"] = "https://tilde.team" tdp["signup_url"] = tdp["url"]+"/signup" -users = subprocess.check_output(["/usr/bin/members","users"]).decode('ascii').split() +users = subprocess.check_output(["/usr/bin/members","team"]).decode('ascii').split() tdp["user_count"] = len(users) tdp["want_users"] = True tdp["admin_email"] = "sudoers@tilde.team" diff --git a/news/000_first_post.json b/news/000_first_post.json old mode 100755 new mode 100644 diff --git a/news/001_new_news.json b/news/001_new_news.json old mode 100755 new mode 100644 diff --git a/news/002_dns_redirects.json b/news/002_dns_redirects.json old mode 100755 new mode 100644 diff --git a/news/003_mastodon.json b/news/003_mastodon.json old mode 100755 new mode 100644 diff --git a/news/006_tilde_theme.json b/news/006_tilde_theme.json old mode 100755 new mode 100644 diff --git a/news/007_happy_new_year.json b/news/007_happy_new_year.json old mode 100755 new mode 100644 diff --git a/news/008_tildegit.json b/news/008_tildegit.json old mode 100755 new mode 100644 diff --git a/news/009_paperwork_notepad.json b/news/009_paperwork_notepad.json old mode 100755 new mode 100644 diff --git a/news/020_migration_again.json b/news/020_migration_again.json index 371e874..cc2a071 100644 --- a/news/020_migration_again.json +++ b/news/020_migration_again.json @@ -3,5 +3,5 @@ "date": "jul 10, 2018", "title": "the great tilde.team migration 2: electric boogaloo", "author": "~khuxkm", - "content": "tilde.team is now on an even beeeeefier vps! 4cores, 64gb ram, and 480gb ssd space! just like last time, everything is where you left it, but you will get a scary notice about a man-in-the-middle attack when you connect over ssh. (this is just because the IP address changed). the new IP is 209.18.47.61 and the ECDSA fingerprint is:
SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres
for your verification purposes." + "content": "tilde.team is now on an even beeeeefier rig. bare metal this time! 4cores (8 threads), 64gb ram! just like last time, everything is where you left it, but you will get a scary notice about a man-in-the-middle attack when you connect over ssh. (this is just because the IP address changed). the new IP is 195.201.242.48 and the ECDSA fingerprint is:
SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres
for your verification purposes." } diff --git a/news/post_template.json b/news/post_template.json old mode 100755 new mode 100644