From 8ad6337e89ed68b456ae6acae161268f3e25c7b7 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 11 May 2025 17:40:22 +0100 Subject: [PATCH] chore: update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b526df7..1052c50 100644 --- a/README.md +++ b/README.md @@ -22,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 @@ -40,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 |