chore: update readme

This commit is contained in:
Thomas Bishop 2025-04-23 18:49:17 +01:00
parent fcaef068b8
commit 94916cb1de

View file

@ -1,8 +1,8 @@
# Self-host
Configuration of my Hetzner Cloud VPS
Configuration of self-hosted third-party software on my Hetzner Cloud VPS.
## Services I am currently self-hosting:
## Services I am currently self-hosting
- Grafana
- Linkding
@ -16,13 +16,13 @@ Most application data is stored in a network-attached Hetzner Storagebox drive
This device is permanantly mounted using the [CIFS
protocol](https://www.lenovo.com/gb/en/glossary/what-is-common-internet-file-system-cifs/)
at `mnt/storagebox_alpha`. See `/etc/fstab`.
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 | | Database data only. Repositories stored in NAS |
| Service | Data | Location | Description |
| ------- | -------------- | --------------------- | ----------------------------------------------- |
| Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. |
## Port mappings