v0.0.2
This commit is contained in:
@@ -28,7 +28,9 @@
|
|||||||
|
|
||||||
## Default Installation Informarion
|
## Default Installation Informarion
|
||||||
- Panel Port: 2095
|
- Panel Port: 2095
|
||||||
|
- Panel Path: /app/
|
||||||
- Subscription Port: 2096
|
- Subscription Port: 2096
|
||||||
|
- Subscription Path: /sub/
|
||||||
- User/Passowrd: admin
|
- User/Passowrd: admin
|
||||||
|
|
||||||
## Install & Upgrade to Latest Version
|
## Install & Upgrade to Latest Version
|
||||||
@@ -95,6 +97,7 @@ docker build -t s-ui .
|
|||||||
|
|
||||||
- English
|
- English
|
||||||
- Farsi
|
- Farsi
|
||||||
|
- Chinese (Simplified)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -153,5 +156,4 @@ certbot certonly --standalone --register-unsafely-without-email --non-interactiv
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Stargazers over Time
|
## Stargazers over Time
|
||||||
|
[](https://starchart.cc/alireza0/s-ui)
|
||||||
[](https://starchart.cc/alireza0/s-ui)
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.0.1
|
0.0.2
|
||||||
+8
-4
@@ -79,12 +79,16 @@ config_after_install() {
|
|||||||
echo -e "${yellow}Install/update finished! For security it's recommended to modify panel settings ${plain}"
|
echo -e "${yellow}Install/update finished! For security it's recommended to modify panel settings ${plain}"
|
||||||
read -p "Do you want to continue with the modification [y/n]? ": config_confirm
|
read -p "Do you want to continue with the modification [y/n]? ": config_confirm
|
||||||
if [[ "${config_confirm}" == "y" || "${config_confirm}" == "Y" ]]; then
|
if [[ "${config_confirm}" == "y" || "${config_confirm}" == "Y" ]]; then
|
||||||
read -p "Enter the ${yellow}panel port${plain} (leave blank for existing/default value):" config_port
|
echo -e "Enter the ${yellow}panel port${plain} (leave blank for existing/default value):"
|
||||||
read -p "Enter the ${yellow}panel path${plain} (leave blank for existing/default value):" config_path
|
read config_port
|
||||||
|
echo -e "Enter the ${yellow}panel path${plain} (leave blank for existing/default value):"
|
||||||
|
read config_path
|
||||||
|
|
||||||
# Sub configuration
|
# Sub configuration
|
||||||
read -p "Enter the ${yellow}subscription port${plain} (leave blank for existing/default value):" config_subPort
|
echo -e "Enter the ${yellow}subscription port${plain} (leave blank for existing/default value):"
|
||||||
read -p "Enter the ${yellow}subscription path${plain} (leave blank for existing/default value):" config_subPath
|
read config_subPort
|
||||||
|
echo -e "Enter the ${yellow}subscription path${plain} (leave blank for existing/default value):"
|
||||||
|
read config_subPath
|
||||||
|
|
||||||
# Set configs
|
# Set configs
|
||||||
echo -e "${yellow}Initializing, please wait...${plain}"
|
echo -e "${yellow}Initializing, please wait...${plain}"
|
||||||
|
|||||||
Reference in New Issue
Block a user