docs: project name change, migration script

This commit is contained in:
3252a8
2026-04-27 16:11:06 +03:00
parent 3120884ed5
commit b39fb73c30
8 changed files with 489 additions and 56 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# Replace the example domains below with your real webhook and Mini App hostnames.
webhook.domain.com {
encode zstd gzip
reverse_proxy remnawave-tg-shop:{$WEB_SERVER_PORT:8080}
reverse_proxy remnawave-minishop:{$WEB_SERVER_PORT:8080}
}
app.domain.com {
encode zstd gzip
reverse_proxy remnawave-tg-shop:{$WEBAPP_SERVER_PORT:8081}
reverse_proxy remnawave-minishop:{$WEBAPP_SERVER_PORT:8081}
}