-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Configurable dashboard path #1196
Conversation
…figurable DASHBOARD_PATH
This is awesome! |
.env.example
Outdated
|
||
# DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/xxxxxxx" | ||
# DISCORD_WEBHOOK_UR"https://discord.com/api/webhooks/xxxxxxx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URL
.env.example
Outdated
# UVICORN_SSL_CERTFILE = "/var/lib/marzban/certs/example.com/fullchain.pem" | ||
# UVICORN_SSL_KEYFILE = "/var/lib/marzban/certs/example.com/key.pem" | ||
|
||
# UVICORN_SSL_CERTFIL"/var/lib/marzban/certs/example.com/fullchain.pem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CERTFILE
.env.example
Outdated
# UVICORN_SSL_KEYFILE = "/var/lib/marzban/certs/example.com/key.pem" | ||
|
||
# UVICORN_SSL_CERTFIL"/var/lib/marzban/certs/example.com/fullchain.pem" | ||
# UVICORN_SSL_KEYFIL"/var/lib/marzban/certs/example.com/key.pem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KEYFILE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need change static path
Awesome 🔥 |
Interesting. |
Thx, I'll fix it.
…On Sun, Jul 28, 2024, 10:07 Nikita Korotaev ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In .env.example
<#1196 (comment)>:
>
-# DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/xxxxxxx"
+# DISCORD_WEBHOOK_UR"https://discord.com/api/webhooks/xxxxxxx"
URL
------------------------------
In .env.example
<#1196 (comment)>:
>
# UVICORN_UDS: "/run/marzban.socket"
-# UVICORN_SSL_CERTFILE = "/var/lib/marzban/certs/example.com/fullchain.pem"
-# UVICORN_SSL_KEYFILE = "/var/lib/marzban/certs/example.com/key.pem"
-
+# UVICORN_SSL_CERTFIL"/var/lib/marzban/certs/example.com/fullchain.pem"
CERTFILE
------------------------------
In .env.example
<#1196 (comment)>:
>
# UVICORN_UDS: "/run/marzban.socket"
-# UVICORN_SSL_CERTFILE = "/var/lib/marzban/certs/example.com/fullchain.pem"
-# UVICORN_SSL_KEYFILE = "/var/lib/marzban/certs/example.com/key.pem"
-
+# UVICORN_SSL_CERTFIL"/var/lib/marzban/certs/example.com/fullchain.pem"
+# UVICORN_SSL_KEYFIL"/var/lib/marzban/certs/example.com/key.pem"
KEYFILE
—
Reply to this email directly, view it on GitHub
<#1196 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARZ644D3B5DT5ERGLYZRY2LZOSGTJAVCNFSM6AAAAABLSGQBXOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMBTGM4TIMZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
not worikng |
Please give me more information. |
Configurable dashboard path
Now you can set any dashboard path you want in .env file and the dashboard path will change to that you want.