mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Preserve data directory permissions.
This commit is contained in:
parent
cb188cc24b
commit
dfbbef00d3
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Castopod"
|
|||
description.en = "Hosting platform made for podcasters"
|
||||
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||
|
||||
version = "1.7.1~ynh1"
|
||||
version = "1.7.1~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -53,6 +53,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.data_dir]
|
||||
subdirs = ["media"]
|
||||
group = "www-data:rx"
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue