1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

initialise port

This commit is contained in:
navanchauhan 2023-07-31 17:26:44 -06:00
parent 15b20288d3
commit c256a0d477
2 changed files with 10 additions and 1 deletions

View file

@ -23,7 +23,7 @@
"url": "https://navan.dev"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.1.9"
},
"services": [
"nginx"

View file

@ -9,6 +9,15 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# LOAD SETTINGS
#=================================================
ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
# STANDARD MODIFICATIONS
#=================================================