update migration notice

This commit is contained in:
Ben Harris 2018-07-11 02:24:59 -04:00
parent 113957145b
commit 62a0bd0d5f
12 changed files with 2 additions and 2 deletions

0
.gitignore vendored Executable file → Normal file
View File

View File

@ -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"

0
news/000_first_post.json Executable file → Normal file
View File

0
news/001_new_news.json Executable file → Normal file
View File

0
news/002_dns_redirects.json Executable file → Normal file
View File

0
news/003_mastodon.json Executable file → Normal file
View File

0
news/006_tilde_theme.json Executable file → Normal file
View File

0
news/007_happy_new_year.json Executable file → Normal file
View File

0
news/008_tildegit.json Executable file → Normal file
View File

0
news/009_paperwork_notepad.json Executable file → Normal file
View File

View File

@ -3,5 +3,5 @@
"date": "jul 10, 2018",
"title": "the great tilde.team migration 2: electric boogaloo",
"author": "<a href=\"/~khuxkm/\">~khuxkm</a>",
"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 <strong>will</strong> 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: <pre>SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres</pre> 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 <strong>will</strong> 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: <pre>SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres</pre> for your verification purposes."
}

0
news/post_template.json Executable file → Normal file
View File