From cf8e3ac9aecc05e2286bed21795be16866776d54 Mon Sep 17 00:00:00 2001 From: yehor Date: Tue, 7 Oct 2025 23:36:01 +0300 Subject: [PATCH] Add self-hosted list --- docusaurus.config.js | 1 + src/pages/selfhosted-list.md | 59 ++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 src/pages/selfhosted-list.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 026d4d2..61d6c6e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -99,6 +99,7 @@ const config = { }, items: [ { to: '/blog', label: 'Blog', position: 'left' }, + { to: '/selfhosted-list', label: 'Self-hosted List', position: 'left' }, ], }, footer: { diff --git a/src/pages/selfhosted-list.md b/src/pages/selfhosted-list.md new file mode 100644 index 0000000..938133b --- /dev/null +++ b/src/pages/selfhosted-list.md @@ -0,0 +1,59 @@ +--- +title: Self-hosted List +description: A list of services I'm currently hosting for myself, family and friends +--- + +A list of services I'm currently hosting for myself, family and friends. + +## Publicly accessible + +Services anyone on the internet can access. + +- This website. Powered by **Docusaurus** +- **Gitea** + +## Restricted + +Services exposed to the internet, but require authorization. + +- **Plausible Analytics** +- **Plane** project management tool +- **Kan.bn** +- **Outline** +- **Yamtrack** +- **AdventureLog** +- **Authentik** +- **Synapse** Matrix server +- **Matrix Authentication Service** +- **Home Assistant** +- **Plex** +- **n8n** +- **FreshRSS** + +## Internal + +Services accessible only from my home network or Tailnet. + +- Zoraxy +- Caddy +- Grafana +- Prometheus +- InfuxDB +- Dockge +- Studio Code Server +- Gitea Action Runner +- Element Admin +- Sonarr +- Radarr +- Prowlarr +- qBittorrent +- Proxmox Backup Server + +## Operating Systems + +- TrueNAS Community Edition +- Proxmox VE + +## Tools + +- Tailscale \ No newline at end of file