Add some future actions for the cybrecluster

This commit is contained in:
~lucidiot 2021-03-23 22:27:38 +01:00
parent ab2a11a436
commit 29d01e9b99
3 changed files with 41 additions and 6 deletions

View File

@ -0,0 +1,24 @@
digraph lol {
bgcolor=black;
mindist=2;
node [color=green, fontcolor=white, fontname=monospace, shape=box];
edge [color=green, fontcolor=white, fontname=monospace, arrowhead=vee];
carthage;
town;
bread [color=yellow];
envs;
carthage -> town [label="155ms"];
carthage -> bread [color=red];
carthage -> envs [color=yellow, fontcolor=yellow, label="550ms"];
town -> carthage [label="71ms"];
town -> bread [color=red];
town -> envs [label="35ms"];
bread -> carthage [label="90ms"];
bread -> town [label="53ms"];
bread -> envs [label="22ms"];
envs -> carthage [label="184ms"];
envs -> bread [color=red];
envs -> town [label="58ms"];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -15,7 +15,7 @@ akin to a webring. It was imagined during the summer of 2020.
## Goals
* Increase the visibility of all of my projects
* Lighten the load on [mountain](./mountain.html) by trusting other tildes
* Lighten the load on [mountain](../mountain.html) by trusting other tildes
* Increase my involvement in tildes
* Encourage both a visitor and me to browse all of my websites
* Reduce my fear of abandoning a particular website
@ -73,7 +73,7 @@ I defined a set of rules.
* Create what I want, what I enjoy
* Publish what I can
This sounds rather close to an [integrity report](./integrity-report.html).
This sounds rather close to an [integrity report](../integrity-report.html).
## Actions taken
@ -88,7 +88,7 @@ This sounds rather close to an [integrity report](./integrity-report.html).
envs.net's HedgeDoc instance when I need multiplayer text editing
* Stopped my HedgeDoc instance
* Set up Alpine Linux, nginx, certbot, MariaDB, PHP 7, Munin and Syncthing on
[Mountain](./mountain.html)
[Mountain](../mountain.html)
* Migrated my WebDAV server to Mountain
* Migrated my French blog to PHP 7
* Migrated my French blog to Mountain
@ -97,20 +97,31 @@ This sounds rather close to an [integrity report](./integrity-report.html).
* Sold Carthage to a friend at a fair price
* Added a Cybrecluster banner to all of my websites
* Started posting about my tilde projects on my self-hosted French blog
* Created this wiki
## Actions to take
[This blog article](https://brainshit.fr/read/240) introduces the cybrecluster
to my French audience and describes the actions to take regarding
[Brainshit](./brainshit.html).
[Brainshit](../brainshit.html).
* Create a "decentralized monitoring": each server (mine, or a tilde) checks
on the others, and reports their status on a status page and an RSS feed
using [mod_servicestatus][mod_servicestatus]
on the others, and reports their status on a status page
* Could have an RSS feed with [mod_servicestatus][mod_servicestatus]
* Could have a cool diagram ([source](./graph.dot)):
![cool graph](./graph.png)
* Maybe self-host a [DAViCal](https://davical.org) instance, as Framagenda's
operator, Framasoft, encourages moving away from its platform into smaller,
more decentralized hosts
* Make my French blog into a static site
* Remove PHP 7 and MariaDB from Mountain
* Convert the tilde.town site to a static site generator
* Add a Gopher version of my french blog
* Add a Gopher version of my town site
* Add a Gopher version of my breadsite
* Add a Gopher version of this wiki
* Add a Gemini version of my french blog
* Add a Gemini version of my breadsite
* Add a Gemini version of this wiki
[mod_servicestatus]: https://web.resource.org/rss/1.0/modules/servicestatus/