diff --git a/index.php b/index.php index 05feccf..2af6f6b 100755 --- a/index.php +++ b/index.php @@ -1,4 +1,8 @@ - +

~team

@@ -39,37 +43,47 @@

~news~

- published) continue; ?> - + parse(file_get_contents($page)); + $yaml = $parsed->getYAML(); + if (!$yaml["published"]) continue; ?>
-

title?>

- date?> - author?> -
-

content?>

+

+ "> - /"> +
+

getContent()?>

+

~current projects~

on our gitea


- -
+
+
- -

name?>

-
-

description?>

+

+ name?> +

website != ""): ?> -
- website?> + — +

website?>

+
+

description?>

-
- + +
+ +

our mastodon feed

+
diff --git a/news/000_first_post.json b/news/000_first_post.json deleted file mode 100644 index b61a8ee..0000000 --- a/news/000_first_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "mar 2017", - "title": "first post", - "author": "~ben", - "content": "hi this is the first news post" -} diff --git a/news/001_new_news.json b/news/001_new_news.json deleted file mode 100644 index 2eaea67..0000000 --- a/news/001_new_news.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "good news everyone", - "author": "~ben", - "content": "there's a news feed on the homepage now!! whenever there is any news, it will be posted here. if you have any big news, make a pull request on the git repo and then ~ben or another github admin can merge it" -} diff --git a/news/002_dns_redirects.json b/news/002_dns_redirects.json deleted file mode 100644 index f7797d5..0000000 --- a/news/002_dns_redirects.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "username dns redirects", - "author": "~ben", - "content": "hey all
there is now a dns record (and virtual host) that will redirect requests from [user].tilde.team to tilde.team/~[user] -- for example ben.tilde.team redirects to tilde.team/~ben

also, the redirect preserves paths, so you can link to something under your user directory like this ben.tilde.team/blog => becomes tilde.team/~ben/blog

there are no ssl certs for these subdomains, so you will have to request those with plain http

edit: there is now a wildcard cert from letsencrypt for *.tilde.team, so you can use https with your username as a subdomain!! :)" -} diff --git a/news/003_mastodon.json b/news/003_mastodon.json deleted file mode 100644 index 3a8de2f..0000000 --- a/news/003_mastodon.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "mastodon", - "author": "~ben", - "content": "hey tilders, there's a mastodon instance out there at social.tilde.team for members of the tilde community (and any others who are interested in an actually social social network. see you on there!" -} diff --git a/news/004_discord.json b/news/004_discord.json deleted file mode 100644 index 6b0a900..0000000 --- a/news/004_discord.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "tilde~discord", - "author": "~ben", - "content": "there is also a discord server for the tilde team :) come say hi!" -} diff --git a/news/005_github.json b/news/005_github.json deleted file mode 100644 index 44a0b0f..0000000 --- a/news/005_github.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "tilde.team github org", - "author": "~ben", - "content": "ICYMI, tilde.team has a github org for any projects that you may be working on!

the source code for this home page is out there (the theme too), along with a few other repos." -} diff --git a/news/006_tilde_theme.json b/news/006_tilde_theme.json deleted file mode 100644 index e3dfe63..0000000 --- a/news/006_tilde_theme.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "dec 2017", - "title": "tilde.team bootstrap theme :)", - "author": "~ben", - "content": "the tilde.team css is a fork of Brobin/hacker-bootstrap. the main changes are increased font size and a fix for the background color of <pre> tags. have a look! anyone can link to the compiled css here" -} diff --git a/news/007_happy_new_year.json b/news/007_happy_new_year.json deleted file mode 100644 index 368b251..0000000 --- a/news/007_happy_new_year.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jan 2018", - "title": "happy new year!!", - "author": "~ben", - "content": "happy new year from everyone at your favorite internet community! hope you had a great holiday with friends and family!" -} diff --git a/news/008_tildegit.json b/news/008_tildegit.json deleted file mode 100644 index 67f7d69..0000000 --- a/news/008_tildegit.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": false, - "date": "jan 2018", - "title": "tildegit", - "author": "~ben", - "content": "for some reason, i have this desire to run all kinds of self-hosted tools on the tilde box. i used to run a gitlab instance under my own personal domain, but it turned out to be way more work than it was worth. i had been interested by gogs in the past and stumbled upon the community fork gitea, which is more up to date and full-featured. at this point, it's just some mirrored repos from my github page and the tilde.team org. let me know if you have any ideas for it!" -} diff --git a/news/009_paperwork_notepad.json b/news/009_paperwork_notepad.json deleted file mode 100644 index 2c70e06..0000000 --- a/news/009_paperwork_notepad.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": false, - "date": "jan 2018", - "title": "paperwork tildenotes", - "author": "~ben", - "content": "continuing in the vein of self-hosted services, i stood up an instance of paperwork as tildenotes. feel free to check it out and support the project!" -} diff --git a/news/010_forum.json b/news/010_forum.json deleted file mode 100644 index 21af698..0000000 --- a/news/010_forum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "feb 2018", - "title": "tilde~forum", - "author": "~ben", - "content": "hey all, we now have a forum! log in with your tilde account and discuss.
inspired by oods.net, forked, and then rewritten in elixir for fun :)" -} diff --git a/news/011_irc.json b/news/011_irc.json deleted file mode 100644 index 7abd220..0000000 --- a/news/011_irc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "mar 2018", - "title": "irc", - "author": "~ben", - "content": "there's an irc server running at irc.tilde.team:6697 (with ssl)! come hang out! there's also a web client too!" -} diff --git a/news/012_github.json b/news/012_github.json deleted file mode 100644 index a803c3d..0000000 --- a/news/012_github.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "mar 2018", - "title": "git projects on homepage", - "author": "~ben", - "content": "the homepage now lists all public projects on the tilde.team gitea org! let me know if you want me to add you :)" -} diff --git a/news/013_thelounge.json b/news/013_thelounge.json deleted file mode 100644 index 78ddef5..0000000 --- a/news/013_thelounge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "mar 2018", - "title": "thelounge irc webclient", - "author": "~ben", - "content": "i'm now hosting a thelounge instance on the tilde.team server. let me know if you want to use it and i'll add your user. i haven't figured out how to integrate the thelounge accounts with the tilde.team accounts, but i'm looking into it." -} diff --git a/news/014_gitea.json b/news/014_gitea.json deleted file mode 100644 index a898915..0000000 --- a/news/014_gitea.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jun 2018", - "title": "tilde.team gitea :)", - "author": "~ben", - "content": "there's a gitea instance up on the tilde.team server. i migrated most repos from our github org to the meta org on gitea. hit me up on discord/irc or email if you have any questions!" -} diff --git a/news/015_migration.json b/news/015_migration.json deleted file mode 100644 index 6362be9..0000000 --- a/news/015_migration.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jun 2018", - "title": "the great tilde.team migration", - "author": "~ben", - "content": "tilde.team is now on a beeeeefy vps! 4cores, 6gb ram, and 100gb ssd space! 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 104.223.31.252 and the ECDSA fingerprint is:
SHA256:CoJQp1mGtYJOZscJul6Ba94o2NsuzZTUI/b76JLGy3A
for your verification purposes." -} diff --git a/news/016_tildemail.json b/news/016_tildemail.json deleted file mode 100644 index 09789dd..0000000 --- a/news/016_tildemail.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jun 2018", - "title": "tildemail", - "author": "~ben", - "content": "what started as an initiative to get local mail working ended up with us just setting up a full mailserver with smtp and imap. see the email wiki for more info and webmail for easy access." -} diff --git a/news/017_password_auth_disabled.json b/news/017_password_auth_disabled.json deleted file mode 100644 index 32d281c..0000000 --- a/news/017_password_auth_disabled.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jun 2018", - "title": "password auth disabled", - "author": "~ben", - "content": "password auth for ssh is now disabled. you'll need to use an ssh key to log in. please contact me with your pubkey so i can get you back in :)" -} diff --git a/news/018_tilde.chat.json b/news/018_tilde.chat.json deleted file mode 100644 index 5b2f5a1..0000000 --- a/news/018_tilde.chat.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jun 2018", - "title": "irc network for the tildeverse: tilde.chat", - "author": "~ben", - "content": "there is a new irc network for the tildeverse! see the tilde chat site for connection info (localhost here on your shell should work just fine :)" -} diff --git a/news/019_gopher.json b/news/019_gopher.json deleted file mode 100644 index 910e331..0000000 --- a/news/019_gopher.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jul 2018", - "title": "tilde.team gopher server and proxy", - "author": "~ben", - "content": "we're now running a gopher server and http proxy! connect to gopher://tilde.team or use our http proxy for when you don't have a gopher-capable browser handy" -} diff --git a/news/020_migration_again.json b/news/020_migration_again.json deleted file mode 100644 index cc2a071..0000000 --- a/news/020_migration_again.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "jul 10, 2018", - "title": "the great tilde.team migration 2: electric boogaloo", - "author": "~khuxkm", - "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/021_discord_lockdown.json b/news/021_discord_lockdown.json deleted file mode 100644 index 3e0c4dc..0000000 --- a/news/021_discord_lockdown.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "aug 26, 2018", - "title": "tilde.chat discord lockdown", - "author": "~khuxkm", - "content": "

Due to recent events in the tilde.chat Discord server, we have decided to lock it and its accompanying IRC bridge until further notice. On Monday, the IRC to Discord bridge will be shut down and all channels in the tilde.chat Discord will be set to READ-ONLY. This decision will only be reversed when a full discussion has been held on moderation requirements, rules, and certain members of our moderation team who appear to be missing.

How this affects you:

  • If you primarily use Discord, you will have to use IRC from now on. tilde.team users can use our TheLounge instance for a Discord-like experience (or any other client of their choosing), whereas members of other tildes can continue using their tilde's node in the tilde.chat network.

  • If you primarily use IRC, all that changes is that you will not be able to use the tilde.chat Discord.

The behavior of some users in the tilde.chat Discord has been unacceptable and does not comply with our code of conduct. Upon further review, we have decided that managing the Discord server is a bit more than we can handle without discussing moderation in-depth. As such, ben and I (khuxkm) have decided to make it READ-ONLY until we have come to a more permanent decision (which may be to close it permanently).

If you have any thoughts/ideas for the future of the discord bridge, please drop a line to ben or myself on IRC or by email (@tilde.team or any of the other domains). We can be found in the #sudoers channel.

Thanks for flying tildeversebeing a member of the tildeverse and working with us to figure out a chat solution that works for everyone!

" -} diff --git a/news/022_new_bsd_machine.json b/news/022_new_bsd_machine.json deleted file mode 100644 index 4a82fab..0000000 --- a/news/022_new_bsd_machine.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": true, - "date": "oct 20, 2018", - "title": "New BSD Machine! Yay!", - "author": "~brendantcc", - "content": "A new BSD machine is available for all to access at bsd.tilde.team. Don't bother punching that into a web browser just yet, as ben hasn't set up the web server side of things. However, you can ssh in normally as if you were ssh'ing into tilde.team. Enjoy, and thanks to ~ben, and anyone else involved in for getting it set up for us civilians. :)" -} \ No newline at end of file diff --git a/news/index.php b/news/index.php new file mode 100644 index 0000000..a09ed2c --- /dev/null +++ b/news/index.php @@ -0,0 +1,92 @@ + + :target:before { + content:\"\"; + display:block; + height:90px; /* fixed header height*/ + margin:-90px 0 0; /* negative fixed header height */ + } + + + + +"; + +class MDParser implements Mni\FrontYAML\Markdown\MarkdownParser { + public function __construct() { + $this->mdparser = new Michelf\MarkdownExtra(); + $this->mdparser->header_id_func = function ($header) { + return preg_replace('/[^a-z0-9]/', '-', strtolower($header)); + }; + } + + public function parse($markdown) { + return $this->mdparser->transform($markdown); + } +} + +$parser = new Mni\FrontYAML\Parser(null, new MDParser()); + + +if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { + + $title = "tilde.team~news"; + $additional_head .= " + + + + "; + include __DIR__.'/../header.php'; + // render news index ?> + +

tilde.team news

+ +

welcome to the tilde.team news!

+ +

if you want to contribute, check out the + source and open a PR! +

+ +
+

updates:

+ + parse(file_get_contents($page))->getYAML(); + if (!$yaml["published"]) continue; ?> + "> -
+ parse(file_get_contents("pages/{$_GET["page"]}.md")); + $yml = $pg->getYAML(); + $title = $yml['title'] . " | tilde.team~news"; + $description = $yml['description'] ?? "tilde.team news update {$yml['title']}"; + $additional_head .= " + + + + "; + include __DIR__.'/../header.php'; + // show a single page ?> + + < ~news + +

+

- /">~

+ +
+ getContent())?> +
+ + .md"> + source + + + becomes tilde.team/~ben/blog + +there are no ssl certs for these subdomains, so you will have to request those with plain http + +edit: there is now a wildcard cert from letsencrypt for *.tilde.team, so you can use https with your username as a subdomain!! :) + +edit2: there are now more than one domains that will server your user page. see [the wiki article about it](/wiki/?page=tildepages) diff --git a/news/pages/003_mastodon.md b/news/pages/003_mastodon.md new file mode 100644 index 0000000..ea94280 --- /dev/null +++ b/news/pages/003_mastodon.md @@ -0,0 +1,10 @@ +--- +published: true +date: dec 2017 +title: mastodon +author: ben +--- + +hey tilders, there's a mastodon instance out there at social.tilde.team for members of the tilde community (and any others who are interested in an actually social social network. see you on there! + +edit: the mastodon instance is now at [tilde.zone](https://tilde.zone) diff --git a/news/pages/004_discord.md b/news/pages/004_discord.md new file mode 100644 index 0000000..19a9c2e --- /dev/null +++ b/news/pages/004_discord.md @@ -0,0 +1,8 @@ +--- +published: true +date: dec 2017 +title: tilde~discord +author: ben +--- + +there is also a discord server for the tilde team :) come say hi! diff --git a/news/pages/005_github.md b/news/pages/005_github.md new file mode 100644 index 0000000..22a3a04 --- /dev/null +++ b/news/pages/005_github.md @@ -0,0 +1,11 @@ +--- +published: true +date: dec 2017 +title: tilde.team github org +author: ben +--- + +ICYMI, tilde.team has a github org for any projects that you may be working on! +the source code for this [home page](https://github.com/tilde-team/site) is out there (the [theme](https://github.com/tilde-team/hacker-bootstrap) too), along with a few other repos. + +edit: these now live on [gitea](https://tildegit.org/team) as [team/site](https://tildegit.org/team/site) and [team/css](https://tildegit.org/team/css) diff --git a/news/pages/006_tilde_theme.md b/news/pages/006_tilde_theme.md new file mode 100644 index 0000000..71e45bf --- /dev/null +++ b/news/pages/006_tilde_theme.md @@ -0,0 +1,8 @@ +--- +published: true +date: dec 2017 +title: tilde.team bootstrap theme :) +author: ben +--- + +the tilde.team css is a fork of [Brobin/hacker-bootstrap](https://github.com/Brobin/hacker-bootstrap). the main changes are increased font size and a fix for the background color of <pre> tags. have a look! anyone can link to the [compiled css here](https://tilde.team/css/hacker.css). diff --git a/news/pages/007_happy_new_year.md b/news/pages/007_happy_new_year.md new file mode 100644 index 0000000..13ba5cc --- /dev/null +++ b/news/pages/007_happy_new_year.md @@ -0,0 +1,8 @@ +--- +published: true +date: jan 2018 +title: happy new year!! +author: ben +--- + +happy new year from everyone at your favorite internet community! hope you had a great holiday with friends and family! diff --git a/news/pages/008_tildegit.md b/news/pages/008_tildegit.md new file mode 100644 index 0000000..4fc7b5d --- /dev/null +++ b/news/pages/008_tildegit.md @@ -0,0 +1,10 @@ +--- +published: false +date: jan 2018 +title: tildegit +author: ben +--- + +for some reason, i have this desire to run all kinds of self-hosted tools on the tilde box. i used to run a gitlab instance under my own personal domain, but it turned out to be way more work than it was worth. i had been interested by [gogs](http://gogs.io) in the past and stumbled upon the community fork [gitea](https://gitea.io), which is more up to date and full-featured. at this point, it's just some mirrored repos from my github page and the tilde.team org. let me know if you have any ideas for it! + +it's up at [tildegit.org](https://tildegit.org)! diff --git a/news/pages/009_paperwork_notepad.md b/news/pages/009_paperwork_notepad.md new file mode 100644 index 0000000..29d22ae --- /dev/null +++ b/news/pages/009_paperwork_notepad.md @@ -0,0 +1,8 @@ +--- +published: false +date: jan 2018 +title: paperwork tildenotes +author: ben +--- + +continuing in the vein of self-hosted services, i stood up an instance of paperwork as tildenotes. feel free to check it out and support the project! diff --git a/news/pages/010_forum.md b/news/pages/010_forum.md new file mode 100644 index 0000000..9f40796 --- /dev/null +++ b/news/pages/010_forum.md @@ -0,0 +1,10 @@ +--- +published: true +date: feb 2018 +title: tilde~forum +author: ben +--- + +hey all, we now have a forum! log in with your tilde account and discuss. + +inspired by oods.net, forked, and then rewritten in elixir for fun :) diff --git a/news/pages/011_irc.md b/news/pages/011_irc.md new file mode 100644 index 0000000..32b77e4 --- /dev/null +++ b/news/pages/011_irc.md @@ -0,0 +1,10 @@ +--- +published: true +date: mar 2018 +title: irc +author: ben +--- + +there's an irc server running at irc.tilde.team:6697 (with ssl)! come hang out! there's also a web client too! + +update: the server is now part of the [tildeverse](https://tildeverse.org) [irc net](https://tilde.chat) diff --git a/news/pages/012_github.md b/news/pages/012_github.md new file mode 100644 index 0000000..2924fc4 --- /dev/null +++ b/news/pages/012_github.md @@ -0,0 +1,8 @@ +--- +published: true +date: mar 2018 +title: git projects on homepage +author: ben +--- + +the homepage now lists all public projects on the [tilde.team gitea org](https://tildegit.org/team)! let me know if you want me to add you :) diff --git a/news/pages/013_thelounge.md b/news/pages/013_thelounge.md new file mode 100644 index 0000000..bba1d06 --- /dev/null +++ b/news/pages/013_thelounge.md @@ -0,0 +1,12 @@ +--- +published: true +date: mar 2018 +title: thelounge irc webclient +author: ben +--- + +i'm now hosting a [thelounge](https://thelounge.chat) instance on the tilde.team server. let me know if you want to use it and i'll add your user. i haven't figured out how to integrate the thelounge accounts with the tilde.team accounts, but i'm looking into it. + +run `webirc` from your ~team shell to register. + +it's up at [irc.tilde.team](https://irc.tilde.team) diff --git a/news/pages/014_gitea.md b/news/pages/014_gitea.md new file mode 100644 index 0000000..f471162 --- /dev/null +++ b/news/pages/014_gitea.md @@ -0,0 +1,8 @@ +--- +published: true +date: jun 2018 +title: tilde.team gitea :) +author: ben +--- + +there's a [gitea](https://gitea.io) [instance](https://tildegit.org) up on the tilde.team server. i migrated most repos from our github org to the [team org](https://tildegit.org/team) on gitea. hit me up on irc or email if you have any questions! diff --git a/news/pages/015_migration.md b/news/pages/015_migration.md new file mode 100644 index 0000000..c19cdc7 --- /dev/null +++ b/news/pages/015_migration.md @@ -0,0 +1,13 @@ +--- +published: true +date: jun 2018 +title: the great tilde.team migration +author: ben +--- + +tilde.team is now on a beefy vps! 4cores, 6gb ram, and 100gb ssd space! + +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 104.223.31.252 and the ECDSA fingerprint is: `SHA256:CoJQp1mGtYJOZscJul6Ba94o2NsuzZTUI/b76JLGy3A` for your verification purposes. + + +edit: it wasn't as stable as i thought... see [part 2](?page=020_migration_again) diff --git a/news/pages/016_tildemail.md b/news/pages/016_tildemail.md new file mode 100644 index 0000000..e2a12eb --- /dev/null +++ b/news/pages/016_tildemail.md @@ -0,0 +1,8 @@ +--- +published: true +date: jun 2018 +title: tildemail +author: ben +--- + +what started as an initiative to get local mail working ended up with us just setting up a full mailserver with smtp and imap. see the [email wiki](/wiki/?page=email) for more info and [webmail](https://mail.tilde.team) for easy access. diff --git a/news/pages/017_password_auth_disabled.md b/news/pages/017_password_auth_disabled.md new file mode 100644 index 0000000..906ba0e --- /dev/null +++ b/news/pages/017_password_auth_disabled.md @@ -0,0 +1,8 @@ +--- +published: true +date: jun 2018 +title: password auth disabled +author: ben +--- + +password auth for ssh is now disabled. you'll need to use an ssh key to log in. please contact me with your pubkey so i can get you back in :) diff --git a/news/pages/018_tilde.chat.md b/news/pages/018_tilde.chat.md new file mode 100644 index 0000000..15862b9 --- /dev/null +++ b/news/pages/018_tilde.chat.md @@ -0,0 +1,8 @@ +--- +published: true +date: jun 2018 +title: 'irc network for the tildeverse: tilde.chat' +author: ben +--- + +there is a new irc network for the tildeverse! see the [tilde chat site](https://tilde.chat) for connection info (localhost here on your shell should work just fine :) diff --git a/news/pages/019_gopher.md b/news/pages/019_gopher.md new file mode 100644 index 0000000..cb09bff --- /dev/null +++ b/news/pages/019_gopher.md @@ -0,0 +1,10 @@ +--- +published: true +date: jul 2018 +title: tilde.team gopher server and proxy +author: ben +--- + +we're now running a [gopher server](/wiki/?page=gopher) and [http proxy](https://gopher.tilde.team)! connect to [gopher://tilde.team](gopher://tilde.team) or use [our http proxy](https://gopher.tilde.team) for when you don't have a gopher-capable browser handy + +to get started in gopherspace, check out [gopher.zone](https://gopher.zone) or use [`bb`](https://tildegit.org/team/bashblog), [`feels`](https://github.com/modgethanc/ttbp), or [`burrow`](https://github.com/tilde-team/burrow) at the shell! diff --git a/news/pages/020_migration_again.md b/news/pages/020_migration_again.md new file mode 100644 index 0000000..9d37c76 --- /dev/null +++ b/news/pages/020_migration_again.md @@ -0,0 +1,10 @@ +--- +published: true +date: jul 10, 2018 +title: 'the great tilde.team migration 2: electric boogaloo' +author: khuxkm +--- + +tilde.team is now on an even beeeeefier rig. bare metal this time! 4cores (8 threads), 64gb ram! + +just like [last time](/news/?page=015_migration), 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/pages/021_discord_lockdown.md b/news/pages/021_discord_lockdown.md new file mode 100644 index 0000000..ec75c5a --- /dev/null +++ b/news/pages/021_discord_lockdown.md @@ -0,0 +1,18 @@ +--- +published: true +date: aug 26, 2018 +title: tilde.chat discord lockdown +author: khuxkm +--- + +Due to recent events in the tilde.chat Discord server, we have decided to lock it and its accompanying IRC bridge until further notice. On Monday, the IRC to Discord bridge will be shut down and all channels in the tilde.chat Discord will be set to READ-ONLY. This decision will only be reversed when a full discussion has been held on moderation requirements, rules, and certain members of our moderation team who appear to be missing. + +How this affects you: +* If you primarily use Discord, you will have to use IRC from now on. tilde.team users can use [our TheLounge instance](https://irc.tilde.team) for a Discord-like experience (or any other client of their choosing), whereas members of other tildes can continue using their tilde''s node in the tilde.chat network. +* If you primarily use IRC, all that changes is that you will not be able to use the tilde.chat Discord.

+ +The behavior of some users in the tilde.chat Discord has been unacceptable and does not comply with our code of conduct. Upon further review, we have decided that managing the Discord server is a bit more than we can handle without discussing moderation in-depth. As such, ben and I (khuxkm) have decided to make it READ-ONLY until we have come to a more permanent decision (which may be to close it permanently). + +If you have any thoughts/ideas for the future of the discord bridge, please drop a line to ben or myself on IRC or by email (@tilde.team [or any of the other domains](/wiki/?page=email)). We can be found in the #sudoers channel. + +Thanks for flying tildeverse being a member of the tildeverse and working with us to figure out a chat solution that works for everyone! diff --git a/news/pages/022_new_bsd_machine.md b/news/pages/022_new_bsd_machine.md new file mode 100644 index 0000000..92c6859 --- /dev/null +++ b/news/pages/022_new_bsd_machine.md @@ -0,0 +1,13 @@ +--- +published: true +date: oct 20, 2018 +title: New BSD Machine! Yay! +author: brendantcc +--- + +A new BSD machine is available for all to access at bsd.tilde.team. +Don't bother punching that into a web browser just yet, as ben hasn't set up the web server side of things. +However, you can ssh in normally as if you were ssh'ing into tilde.team. +Enjoy, and thanks to [~ben](/~ben/), and anyone else involved in for getting it set up for us civilians. :) + +update: the [webserver](https://bsd.tilde.team) is up and running! `mkdir ~/public_html` on that machine to add yourself to the list! diff --git a/news/pages/post_template.md b/news/pages/post_template.md new file mode 100644 index 0000000..93633f9 --- /dev/null +++ b/news/pages/post_template.md @@ -0,0 +1,8 @@ +--- +published: false +date: jun 2018 +title: post title +author: your name +--- + +content here **markdown works too** diff --git a/news/post_template.json b/news/post_template.json deleted file mode 100644 index f4fdb15..0000000 --- a/news/post_template.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "published": false, - "date": "The Date", - "title": "post title ", - "author": "your name", - "content": "content here html works too" -}