1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

Disabling subpath installation in manifest

This commit is contained in:
Salamandar 2024-03-18 15:44:04 +01:00
parent 530ca1d6cc
commit 200433fb73

View file

@ -31,9 +31,10 @@ ram.runtime = "50M"
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.path] # Framaform doesn't seem to be installable on a subdir, disabling it for now.
type = "path" # [install.path]
default = "/poll" # type = "path"
# default = "/poll"
[install.init_main_permission] [install.init_main_permission]
help.en = "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form." help.en = "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form."