feat: modularize project structure with new helper libraries, centralized configuration, and reverse proxy management

This commit is contained in:
houseassassin
2026-04-24 16:45:26 +03:00
parent 0115fd63e7
commit b844bc4e0e
10 changed files with 1404 additions and 66 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ update_remnawave() {
fi
cd /opt/remnawave
docker-compose pull
docker-compose up -d
docker compose pull
docker compose up -d
docker image prune -f
print_msg "Remnawave обновлен"