Compare commits

..

1 Commits

Author SHA1 Message Date
Ben Harris 6ca5d668d0
offline day 2019-03-20 22:46:50 -04:00
6 changed files with 36 additions and 32 deletions

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/site/src/branch/master/css">
<a href="https://tildegit.org/team/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/site/src/branch/master/css">Forked</a> by
<a href="https://tildegit.org/team/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/site", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>

View File

@ -28,7 +28,7 @@
<body>
<a href="https://tildegit.org/team/site/src/branch/master/css">
<a href="https://tildegit.org/team/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/site/src/branch/master/css">Forked</a> by
<a href="https://tildegit.org/team/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/site", function (data) {
$.getJSON("https://tildegit.org/api/v1/repos/team/css", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>

View File

@ -1,4 +1,10 @@
<?php
if (!isset($_GET["dismiss"])
|| (isset($_GET["dismiss"]) && $_GET["dismiss"] != "true")) {
header("Location: /offline.html");
die();
}
include 'header.php';
require __DIR__.'/vendor/autoload.php';
$parser = new Mni\FrontYAML\Parser();

View File

@ -1,24 +0,0 @@
---
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

24
offline.html Normal file
View File

@ -0,0 +1,24 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<title>saveyourinternet offline day</title>
</head>
<body>
<div class="container">
<h1>tilde.team is shutting down</h1>
<p>not really. but, with the eu passing article 13, this could very well happen to us, since we cannot possible filter every piece of content users put here.</p>
<p>please contact your lawmakers, and let them know you do not support this, because you want services like ours to continue to operation, and provide a valuable service to users.</p>
<p>now, you can continue onto the site by clicking <a href="/?dismiss=true">here</a>.</p>
<h4><a href="https://copyright-blackout.eu/">#321EUOfflineDay</a></h4>
</div>
</body>
</html>

View File

@ -31,5 +31,3 @@ if you're starting a tilde and want to be added to this list, [open a PR :)](htt
| [skylab.org](http://skylab.org) | An open-source community co-operative with ~150 members that has existed since 1997. Based in Portland, Oregon, United States with a userbase across the world, we have quietly existed. Featuring geektalk community chat, a variety of tools and hosting running on FreeBSD. | Email [skylabstatus@gmail.com](mailto:skylabstatus@gmail.com) with subject line SKYLAB.ORG and an email containing your desired username, full name, public SSH key and an acknowledgement to play nice. | |
| [remotes.club](https://remotes.club) | Anyone who works remotely is welcome. | [signup form](https://www.remotes.club/request.php) |
| [tilde.cat](https://tilde.cat) | This is (or rather might be) public shell server like [the club](https://tilde.club), [the town](https://tilde.town), or other ~ servers. | [signup form](http://signup.tilde.cat) | |
| [tilde.pink](gopher://tilde.pink) | A gopher only tilde, providing shell acounts with email and gopher services running on a DragonflyBSD server. The site is accessable via [web proxy](https://proxy.tilde.pink) | [signup form](gopher://tilde.pink/1/signup.gph) | |
| [rw.rs](http://rw.rs) | An experimental software community with a 199X aesthetic. | [signup via pull request](https://github.com/adsr/rw.rs/) | |