1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2023-10-25 19:51:10 +02:00
parent e7a3829069
commit 1ffe319313
3 changed files with 6 additions and 4 deletions

View file

@ -18,6 +18,9 @@ media.baseURL="https://__DOMAIN__"
admin.gateway="cp-admin"
auth.gateway="cp-auth"
media.root="media"
media.storage="__DATA_DIR__"
#--------------------------------------------------------------------
# Database configuration
#--------------------------------------------------------------------

View file

@ -48,6 +48,9 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
subdirs = ["media"]
[resources.permissions]
main.url = "/"

View file

@ -22,10 +22,6 @@ ynh_remove_nginx_config
# Remove the dedicated PHP-FPM config
ynh_remove_fpm_config
#=================================================
# REMOVE VARIOUS FILES
#=================================================
# Remove a cron file
ynh_secure_remove --file="/etc/cron.d/$app"