Compare commits

...

3 Commits

Author SHA1 Message Date
39fec10dd7
update that we've migrated 2019-04-17 02:57:44 -04:00
b5f11a9652 Add migration notice 2019-04-14 03:44:31 -04:00
71cb8b7988 fix links to repos 2019-03-26 12:01:35 -04:00
3 changed files with 30 additions and 6 deletions

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/css">
<a href="https://tildegit.org/team/site/src/branch/master/css">
<img style="position: absolute; top: 0; left: 0; border: 0;z-index:1001;" src="img/fork.png" alt="Fork me on GitHub">
</a>
@ -792,7 +792,7 @@ end</pre>
<p>Created by
<a href="//brobin.me">Tobin Brown</a>. &copy; 2015</p>
<p>
<a href="https://tildegit.org/team/css">Forked</a> by
<a href="https://tildegit.org/team/site/src/branch/master/css">Forked</a> by
<a href="https://tilde.team/~ben/">~ben</a>
</p>
</div>
@ -805,7 +805,7 @@ end</pre>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/css">
<a href="https://tildegit.org/team/site/src/branch/master/css">
<img style="position: absolute; top: 0; left: 0; border: 0;z-index:1001;" src="img/fork.png" alt="Fork me on GitHub">
</a>
@ -792,7 +792,7 @@ end</pre>
<p>Created by
<a href="//brobin.me">Tobin Brown</a>. &copy; 2015</p>
<p>
<a href="https://tildegit.org/team/css">Forked</a> by
<a href="https://tildegit.org/team/site/src/branch/master/css">Forked</a> by
<a href="https://tilde.team/~ben/">~ben</a>
</p>
</div>
@ -805,7 +805,7 @@ end</pre>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>

24
news/pages/026_migrate.md Normal file
View File

@ -0,0 +1,24 @@
---
published: true
date: apr 14 2019
title: tilde.team expected maintenance
author: khuxkm
---
Hey all! ~khuxkm here.
Just wanted to let everybody know that around next Saturday, we'll be moving to a new host at OVH!
OVH currently hosts Tildeverse member YourTilde. Our new machine is **b e e f y**~
There will be a period of expected downtime as we migrate. Just wait, and we'll make your experience worth every second!
This will affect all tildeverse services hosted on the tilde.team server. This includes mastodon, pleroma, cryptpad, git, paste, nullpointer, etc.
Always working to help improve this server,
~khuxkm and the tilde.team admins
edit: i had some free time tonight and did the migration early. we're on the new box! everything should be up and running on the new box. please let an admin know if something is amiss.
if you get a MITM warning from ssh, please remove the offending entry from known_hosts. the expected key signature is: SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres. ~ben