1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ombi_ynh.git synced 2024-09-03 19:55:54 +02:00

Merge pull request #2 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-10-04 15:11:01 +02:00 committed by GitHub
commit dd0f141b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -17,6 +17,7 @@ website = "https://ombi.io/"
demo = "https://app.ombi.io/landingpage" demo = "https://app.ombi.io/landingpage"
admindoc = "https://docs.ombi.app/guides/installation/" admindoc = "https://docs.ombi.app/guides/installation/"
code = "https://github.com/Ombi-app/Ombi" code = "https://github.com/Ombi-app/Ombi"
fund ="https://www.paypal.com/paypalme/PlexRequestsNet"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"

View file

@ -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_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" chmod 650 "$data_dir/database.json"
chown $app:$app "$install_dir/database.json" chown $app:$app "$data_dir/database.json"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION