From a5835bd97a04b2f00692f93e8d9bced1c1c6c1f5 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 9 Aug 2025 12:47:12 +0100 Subject: [PATCH] chore: update README --- README.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 435c84b..33cbc8d 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,15 @@ Configuration of self-hosted third-party software on my Hetzner Cloud VPS. ## Third-party applications -### Services I am currently self-hosting +### Services -- [Grafana](https://grafana.com/) -- [Linkding](https://linkding.link/) -- [Forgejo](https://forgejo.systemsobscure.net/thomasabishop) -- [Miniflux](https://miniflux.app/) -- [Wakapi](https://wakapi.dev/) +| Server port | Docker port | Subdomain | Service | Description | +| ----------- | ----------- | ---------------------------- | -------- | -------------------------- | +| 8000 | 3000 | grafana.systemsobscure.net | Grafana | Server logs and monitoring | +| 8001 | 9090 | bookmarks.systemsobscure.net | Linkding | Article bookmarking tool | +| 8002 | 3000 | forgejo.systemsobscure.net | Forgejo | Git forge | +| 8004 | 3000 | wakapi.systemsobscure.net | Wakapi | Coding statistics tracker | +| 8005 | 8080 | miniflux.systemsobscure.net | Miniflux | RSS aggregator | ### Service data @@ -30,16 +32,6 @@ Other application data is stored on the small harddrive of the VPS: | Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. | | Wakapi | SQLite database | `/data/sqlite/wakapi` | | -### Services - -| Server port | Docker port | Subdomain | Service | Description | -| ----------- | ----------- | ---------------------------- | -------- | -------------------------- | -| 8000 | 3000 | grafana.systemsobscure.net | Grafana | Server logs and monitoring | -| 8001 | 9090 | bookmarks.systemsobscure.net | Linkding | Article bookmarking tool | -| 8002 | 3000 | forgejo.systemsobscure.net | Forgejo | Git forge | -| 8004 | 3000 | wakapi.systemsobscure.net | Wakapi | Coding statistics tracker | -| 8005 | 8080 | miniflux.systemsobscure.net | Miniflux | RSS aggregator | - ## My applications ### systemsobscure.blog