commit 241f46b6d689b5998142909128e20e7f656c73de Author: shawn Date: Thu May 21 23:00:47 2026 +0000 Initial wiki page — admin server port change 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`