mirror of
https://github.com/YunoHost-Apps/ombi_ynh.git
synced 2024-09-03 19:55:54 +02:00
commit
dd0f141b78
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,7 @@ website = "https://ombi.io/"
|
|||
demo = "https://app.ombi.io/landingpage"
|
||||
admindoc = "https://docs.ombi.app/guides/installation/"
|
||||
code = "https://github.com/Ombi-app/Ombi"
|
||||
fund ="https://www.paypal.com/paypalme/PlexRequestsNet"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
|
|
|
@ -42,10 +42,10 @@ yunohost service add $app --description="Media request tool" --log="/var/log/$ap
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/database.json" --destination="$install_dir/database.json"
|
||||
ynh_add_config --template="../conf/database.json" --destination="$data_dir/database.json"
|
||||
|
||||
chmod 650 "$install_dir/database.json"
|
||||
chown $app:$app "$install_dir/database.json"
|
||||
chmod 650 "$data_dir/database.json"
|
||||
chown $app:$app "$data_dir/database.json"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Add table
Reference in a new issue