-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor environment variable handling and enhance UserBox component …
…with subscription link adjustments
- Loading branch information
1 parent
9e65f02
commit 5ebde6c
Showing
3 changed files
with
106 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Application Information | ||
### Customization | ||
# Brand Name | ||
VITE_BRAND_NAME=Ourenus | ||
# Brand Logo URL | ||
VITE_LOGO_SRC=https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/uranus.svg | ||
|
||
# URLs | ||
VITE_PANEL_DOMAIN=https://panel.example.com:8000 | ||
VITE_JSON_APPS_URL=https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/json/os.json | ||
# Support URL | ||
VITE_SUPPORT_URL=https://t.me/YourID | ||
|
||
# Feature Toggles | ||
VITE_OFF_SECTIONS={"appsBox": true, "logoBox": true, "timeBox": true, "usageBox": true, "userBox": true, "supportBox": true, "configs": true} | ||
VITE_OFF_SECTIONS={"appsBox": true, "logoBox": true, "timeBox": true, "usageBox": true, "userBox": true, "supportBox": true, "configs": true} | ||
# Apps JSON URL | ||
VITE_JSON_APPS_URL=https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/json/os.json | ||
|
||
### Host Settings | ||
# Host URL | ||
VITE_PANEL_DOMAIN=https://panel.example.com:8000 | ||
# Is Host | ||
VITE_IS_HOST=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters