mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Update homepage
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Submodule homepage/src updated: bc4cd21771...865f7b5315
7
homepage/update.sh
Executable file
7
homepage/update.sh
Executable 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
|
||||||
Reference in New Issue
Block a user