chore: update README
This commit is contained in:
parent
682b5cba06
commit
cbb208da3f
1 changed files with 24 additions and 21 deletions
35
README.md
35
README.md
|
@ -4,41 +4,44 @@ Configuration of self-hosted third-party software on my Hetzner Cloud VPS.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Services I am currently self-hosting
|
## Third-party applications
|
||||||
|
|
||||||
- Grafana
|
### Services I am currently self-hosting
|
||||||
- Linkding
|
|
||||||
- Forgejo
|
|
||||||
- RocketChat
|
|
||||||
|
|
||||||
## Service data
|
- [Grafana](https://grafana.com/)
|
||||||
|
- [Linkding](https://linkding.link/)
|
||||||
|
- [Forgejo](https://forgejo.systemsobscure.net/thomasabishop)
|
||||||
|
- [Miniflux](https://miniflux.app/)
|
||||||
|
- [Wakapi](https://wakapi.dev/)
|
||||||
|
|
||||||
Most application data is stored in a network-attached Hetzner Storagebox drive
|
### Service data
|
||||||
|
|
||||||
|
Some applicaton data is stored in a network-attached Hetzner Storagebox drive
|
||||||
("Storagebox Alpha"). Docker volumes are mapped to this location.
|
("Storagebox Alpha"). Docker volumes are mapped to this location.
|
||||||
|
|
||||||
This device is permanantly mounted using the [CIFS
|
This device is permanantly mounted using the [CIFS
|
||||||
protocol](https://www.lenovo.com/gb/en/glossary/what-is-common-internet-file-system-cifs/)
|
protocol](https://www.lenovo.com/gb/en/glossary/what-is-common-internet-file-system-cifs/)
|
||||||
at `/mnt/storagebox_alpha`, as specified in `/etc/fstab`.
|
at `/mnt/storagebox_alpha`, as specified in `/etc/fstab`.
|
||||||
|
|
||||||
For certain services, data is stored on the small harddrive of the VPS:
|
Other application data is stored on the small harddrive of the VPS:
|
||||||
|
|
||||||
| Service | Data | Location | Description |
|
| Service | Data | Location | Description |
|
||||||
| ------- | --------------- | --------------------- | ----------------------------------------------- |
|
| ------- | --------------- | --------------------- | ----------------------------------------------- |
|
||||||
| Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. |
|
| Forgejo | MySQL database | `/data/mysql/forgejo` | Database data only. Repositories stored in NAS. |
|
||||||
| Wakapi | SQLite database | `/data/sqlite/wakapi` | |
|
| Wakapi | SQLite database | `/data/sqlite/wakapi` | |
|
||||||
|
|
||||||
## Port mappings
|
|
||||||
|
|
||||||
| Range | Function |
|
|
||||||
| ----- | ---------------- |
|
|
||||||
| 8000 | Web applications |
|
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
| Server port | Docker port | Subdomain | Service | Description |
|
| Server port | Docker port | Subdomain | Service | Description |
|
||||||
| ----------- | ----------- | ----------------------------- | ---------- | -------------------------- |
|
| ----------- | ----------- | ---------------------------- | -------- | -------------------------- |
|
||||||
| 8000 | 3000 | grafana.systemsobscure.net | Grafana | Server logs and monitoring |
|
| 8000 | 3000 | grafana.systemsobscure.net | Grafana | Server logs and monitoring |
|
||||||
| 8001 | 9090 | bookmarks.systemsobscure.net | Linkding | Article bookmarking tool |
|
| 8001 | 9090 | bookmarks.systemsobscure.net | Linkding | Article bookmarking tool |
|
||||||
| 8002 | 3000 | forgejo.systemsobscure.net | Forgejo | Git forge |
|
| 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 |
|
| 8004 | 3000 | wakapi.systemsobscure.net | Wakapi | Coding statistics tracker |
|
||||||
|
| 8005 | 8080 | miniflux.systemsobscure.net | Miniflux | RSS aggregator |
|
||||||
|
|
||||||
|
## My applications
|
||||||
|
|
||||||
|
### systemsobscure.blog
|
||||||
|
|
||||||
|
This is a static website served from `/var/www/` directory.
|
||||||
|
|
Loading…
Add table
Reference in a new issue