1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/manifest.toml

75 lines
1.6 KiB
TOML
Raw Permalink Normal View History

2024-01-07 13:10:56 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "jappix"
name = "Jappix"
description.en = "A free social network"
description.fr = "Un réseau social libre"
2024-01-18 12:19:00 +01:00
version = "1.2~ynh3"
2024-01-07 13:10:56 +01:00
maintainers = ["titoko"]
[upstream]
license = "AGPL-3.0-only"
website = "https://jappix.org/"
code = "https://github.com/jappix/jappix/"
cpe = "cpe:2.3:a:jappix_project:jappix"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/jappix"
[install.name]
ask.en = "Choose a name for Jappix"
ask.fr = "Choisissez un nom pour Jappix"
type = "string"
example = "YunoJappix"
default = "YunoJappix"
[install.language]
ask.en = "Choose the default language of Jappix"
ask.fr = "Choissisez la langue par défaut de Jappix"
type = "select"
choices = ["en", "fr", "es"]
default = "en"
2024-01-18 12:19:00 +01:00
[install.init_main_permission]
help.en = "A public application means that anyone can access this site."
type = "group"
default = "visitors"
2024-01-07 13:10:56 +01:00
[resources]
[resources.sources.main]
url = "https://jappix.org/jappix-1-2.zip"
sha256 = "0f47ee4c08360e1ff0830a7eda1deec07f60dba719df5ab599c974ca3d763bd5"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
2024-01-18 11:54:18 +01:00
"php7.4-fpm",
"php7.4-gd",
"php7.4-curl",
2024-01-07 13:10:56 +01:00
]