diff --git a/README.md b/README.md index 71527bf..fec6da1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Self-host +# self-host Configuration of self-hosted third-party software on my Hetzner Cloud VPS. +![](./diagrams/directory-structure.png) + ## Services I am currently self-hosting - Grafana @@ -20,9 +22,10 @@ at `/mnt/storagebox_alpha`, as specified in `/etc/fstab`. For certain services, data is stored on the small harddrive of the VPS: -| Service | Data | Location | Description | -| ------- | -------------- | --------------------- | ----------------------------------------------- | -| Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. | +| Service | Data | Location | Description | +| ------- | --------------- | --------------------- | ----------------------------------------------- | +| Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. | +| Wakapi | SQLite database | `/data/sqlite/wakapi` | | ## Port mappings @@ -38,3 +41,4 @@ For certain services, data is stored on the small harddrive of the VPS: | 8001 | 9090 | bookmarks.systemsobscure.net | Linkding | Article bookmarking tool | | 8002 | 3000 | forgejo.systemsobscure.net | Forgejo | Git forge | | 8003 | 3000 | rocketchat.systemsobscure.net | RocketChat | Messaging app, alerts | +| 8004 | 3000 | wakapi.systemsobscure.net | Wakapi | Coding statistics tracker | diff --git a/diagrams/directory-structure.png b/diagrams/directory-structure.png new file mode 100644 index 0000000..4481dfa Binary files /dev/null and b/diagrams/directory-structure.png differ diff --git a/test.txt b/test.txt deleted file mode 100644 index e69de29..0000000