Ops: Added backup script, dashboard UI, and project cheatsheet.

This commit is contained in:
Scott Idem
2026-01-12 17:35:44 -05:00
parent 6bad495dce
commit 5044a4fc5b
5 changed files with 130 additions and 4 deletions

19
CHEATSHEET.md Normal file
View File

@@ -0,0 +1,19 @@
# Aether Docker Cheat Sheet 🚀
## 🛠️ Management Links
- **Dashboard:** [http://localhost:8888](http://localhost:8888)
- **Logs (Dozzle):** [http://localhost:8881](http://localhost:8881)
- **Database (phpMyAdmin):** [http://localhost:8081](http://localhost:8081)
- **API Docs:** [https://dev-api.oneskyit.com/docs](https://dev-api.oneskyit.com/docs)
## 💾 Database Operations
- **Backup:** `./backup_db.sh`
- **Restore:** `./restore_db.sh` (Note: Moves current data to a backup folder first)
## 📈 Scaling the API
1. Edit `.env` -> `AE_API_REPLICAS=X`
2. Run `docker compose up -d`
## 🧹 Maintenance
- **Internal Logs:** Docker handles rotation automatically (10MB limit).
- **External Proxy:** Point your home server to `[Workstation_IP]:5060`.