mirror of
https://github.com/YunoHost-Apps/wemawema_ynh.git
synced 2024-10-01 13:34:56 +02:00
56 lines
1.4 KiB
TOML
56 lines
1.4 KiB
TOML
packaging_format = 2
|
||
|
||
id = "wemawema"
|
||
name = "WemaWema"
|
||
description.en = "\"WE MAKE PORN\" meme generator but it can do more"
|
||
description.fr = "Générateur de mème « WE MAKE PORN » mais il peut faire bien plus"
|
||
|
||
version = "30.1~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
demo = "https://framagit.org/luc/wemawema"
|
||
code = "https://framagit.org/luc/wemawema"
|
||
website = "https://framagit.org/luc/wemawema"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/wemawema"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, WemaWema will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, WemaWema sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://framagit.org/luc/wemawema/-/archive/30.1/wemawema-30.1.tar.bz2"
|
||
sha256 = "e8fb4a16526239179fd52f585f59ff9493f7afe2afd20f5b6e1c29bf4b7b1389"
|
||
autoupdate.strategy = "latest_gitlab_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|