All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
736 B
736 B
SOP: Updating the Dashboard
The homelab landing page (Antigravity Dashboard) is a static Nginx site managed via Git.
Workflow
- Local Development: Modify
index.htmlor assets on your local machine. - Push Changes:
git add . git commit -m "Update dashboard: [feature/fix]" git push - Remote Update:
SSH into the Linode instance and run the pre-configured alias:
(This is an alias for
updatedash/opt/docker/dashboard/update-dash.shwhich performs agit pullinside the container's mounted volume).
Troubleshooting
- If the alias fails, manually navigate to the directory:
cd /opt/docker/dashboard && ./update-dash.sh