From 241f46b6d689b5998142909128e20e7f656c73de Mon Sep 17 00:00:00 2001 From: shawn Date: Thu, 21 May 2026 23:00:47 +0000 Subject: [PATCH] =?UTF-8?q?Initial=20wiki=20page=20=E2=80=94=20admin=20ser?= =?UTF-8?q?ver=20port=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..3a37170 --- /dev/null +++ b/Home.md @@ -0,0 +1,29 @@ +# Canteen Admin Server + +Standalone FastAPI admin server extracted from the main [[canteen-asset-tracker]]. + +## Quick Start + +```bash +cd ~/projects/canteen-admin-server +./run.sh +``` + +- **Port:** 8090 (HTTP) +- **URL:** https://admin.canteen.ourpad.casa (NPMPlus proxy ID 20) +- **DB:** Shared `../canteen-asset-tracker/assets.db` via CANTEEN_DB_PATH +- **Auth:** admin / changeme (SHA-256, same sessions as main app) + +## Port Conflict Resolution (2026-05-21) + +Port 8900 was occupied by the Hermes webhook receiver. Admin server moved to port 8090. +NPMPlus proxy updated: forward_port 8901 → 8090, forward_scheme https → http. + +## Endpoints + +See the [[Home]] page for full endpoint documentation. + +## Related + +- Main app repo: [[https://gitea.ourpad.casa/shawn/canteen-asset-tracker|shawn/canteen-asset-tracker]] +- Obsidian vault: `~/obsidian/wiki/entities/canteen-admin-server.md`