mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Add init_main_permission
This commit is contained in:
parent
44d3247e1e
commit
19e0316543
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@ name = "Jappix"
|
||||||
description.en = "A free social network"
|
description.en = "A free social network"
|
||||||
description.fr = "Un réseau social libre"
|
description.fr = "Un réseau social libre"
|
||||||
|
|
||||||
version = "1.2~ynh2"
|
version = "1.2~ynh3"
|
||||||
|
|
||||||
maintainers = ["titoko"]
|
maintainers = ["titoko"]
|
||||||
|
|
||||||
|
@ -49,6 +49,11 @@ ram.runtime = "50M"
|
||||||
choices = ["en", "fr", "es"]
|
choices = ["en", "fr", "es"]
|
||||||
default = "en"
|
default = "en"
|
||||||
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
help.en = "A public application means that anyone can access this site."
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://jappix.org/jappix-1-2.zip"
|
url = "https://jappix.org/jappix-1-2.zip"
|
||||||
|
|
Loading…
Reference in a new issue