title | tags |
---|---|
Decentralisation |
programming |
As many other people who run their own websites (and often other web infrastructure), I'm interested in keeping the internet diverse and decentralised.
{{image (src="/computer_poster.jpg" small=true title="How it feels to browse the Small Web")}}
Check out my bookmarks!
I'm running self-hosted online services. They are public, you can use them too :)
-
Invidious, an alternate YouTube frontend
-
SearX, a meta-search engine
-
LibreY, another meta-search engine
-
Redlib, alternative Reddit frontend
I also recommend the following services for private use:
some random thoughts on search - registry-based search engine manifesto
- Monitor the metrics of every service you've hosting (Prometheus)
- Visualise your metrics (Grafana)
- Ping everything from time to time (Blackbox exporter)
- Setup notifications when a service goes down
- Automate everything from the start, you won't regret it
- As your infrastructure (and knowledge) grows, you will eventually need infrastructure as code
- Or even better, just use NixOs