Update homepage

This commit is contained in:
2026-02-11 18:15:23 +04:00
parent 7bda7e7459
commit 34e37707d6
3 changed files with 9 additions and 7 deletions

7
.gitignore vendored
View File

@@ -10,10 +10,6 @@ proxy/nginx/logs/*
proxy/ssl/conf/* proxy/ssl/conf/*
proxy/ssl/www/* proxy/ssl/www/*
proxy/ddns/domains.txt proxy/ddns/domains.txt
proxy/crowdsec/*
!proxy/crowdsec/config
proxy/crowdsec/config/*
!proxy/crowdsec/config/acquis.yaml
gitea/data/* gitea/data/*
gitea/db gitea/db
@@ -24,7 +20,6 @@ matrix/db
cloud/filebrowser.db cloud/filebrowser.db
pihole/etc-pihole/* memos
pihole/etc-dnsmasq.d/*
!.keep !.keep

7
homepage/update.sh Executable file
View File

@@ -0,0 +1,7 @@
cd src
git pull
cd ..
podman-compose down
podman-compose up -d --build
cd ../proxy
podman-compose restart nginx-proxy