1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2023-11-13 11:01:54 +01:00
parent 399a4c2243
commit 6f56db90c0
2 changed files with 9 additions and 4 deletions

View file

@ -3,9 +3,8 @@ PROXY_HTTP_ADDR=127.0.0.1:__PORT__
PROXY_TLS=false
OCIS_INSECURE=false
#tls_certificate_path: "/etc/yunohost/certs/__DOMAIN__/crt.pem"
#tls_private_key_path: "/etc/yunohost/certs/__DOMAIN__/key.pem"
OCIS_HTTP_TLS_CERTIFICATE="/etc/yunohost/certs/__DOMAIN__/crt.pem"
OCIS_HTTP_TLS_KEY="/etc/yunohost/certs/__DOMAIN__/key.pem"
OCIS_LOG_LEVEL=warn

View file

@ -36,7 +36,7 @@ ram.runtime = "50M"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
@ -76,3 +76,9 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.auth_header = false
api.url = "/api"
api.auth_header = false
api.show_tile = false
api.protected= true
api.allowed = ["visitors"]