mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
add datadir
This commit is contained in:
parent
bcc1f93465
commit
a0dd96ace9
2 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,10 @@ database.default.username="__DB_USER__"
|
|||
database.default.password="__DB_PWD__"
|
||||
database.default.DBPrefix="cp_"
|
||||
|
||||
|
||||
media.root="media"
|
||||
media.storage="__DATA_DIR__"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Email configuration
|
||||
#--------------------------------------------------------------------
|
||||
|
|
|
@ -52,11 +52,14 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs =["media"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server ffmpeg php8.1-fpm php8.1-mysql php8.1-gd php8.1-intl php8.1-curl php8.1-mbstring php8.1-xml php8.1-mysqlnd"
|
||||
packages = "mariadb-server ffmpeg libcurl php8.1-fpm php8.1-gd php8.1-intl php8.1-curl php8.1-exif php8.1-mbstring php8.1-xml php8.1-mysqlnd"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue