Add Homepage dashboard on Proxmox with Palantir theme and Admin UI.
Deploy gethomepage on pve CT 120, categorized services from Homarr, RSS feeds, custom styling, and a browser-based admin UI on the NAS for adding sites. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Genereer config + deploy naar Proxmox (na wijziging websites.yaml of Homarr)
|
||||
set -e
|
||||
APP="$(cd "$(dirname "$0")" && pwd)"
|
||||
cd "$APP"
|
||||
echo "=== Config genereren (Homarr + websites.yaml) ==="
|
||||
python3 generate-config.py
|
||||
echo "=== Deploy naar CT 120 ==="
|
||||
./deploy-to-pve.sh
|
||||
Reference in New Issue
Block a user