1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

whitespace

This commit is contained in:
tituspijean 2024-03-16 14:19:13 +01:00 committed by Félix Piédallu
parent 15e501a918
commit b55a13a1db

View file

@ -71,17 +71,17 @@ ram.runtime = "200M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
api.url = "/api" api.url = "/api"
api.allowed = "visitors" api.allowed = "visitors"
api.auth_header = false api.auth_header = false
api.protected = true api.protected = true
share.url = "/share" share.url = "/share"
share.allowed = "visitors" share.allowed = "visitors"
share.auth_header = false share.auth_header = false
share.protected = true share.protected = true
[resources.ports] [resources.ports]
main.default = 4001 main.default = 4001
@ -108,10 +108,9 @@ ram.runtime = "200M"
"libde265-dev", "libde265-dev",
"libaom-dev", "libaom-dev",
# "darktable", # "darktable",
"mariadb-server", "mariadb-server",
] ]
packages_from_raw_bash = """ packages_from_raw_bash = """
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
echo "libdlib19"; echo "libdlib19";