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

61 lines
1.7 KiB
TOML
Raw Normal View History

2023-07-08 17:28:45 +02:00
packaging_format = 2
id = "gossa"
name = "Gossa"
description.en = "Fast and simple webserver for your files"
description.fr = "Serveur web simple et rapide pour vos fichiers"
2023-07-08 17:38:09 +02:00
version = "1.0.0~ynh1"
2023-07-08 17:28:45 +02:00
2024-02-14 17:47:17 +01:00
maintainers = []
2023-07-08 17:28:45 +02:00
[upstream]
license = "MIT"
code = "https://github.com/pldubouilh/gossa"
[integration]
2023-08-25 12:09:23 +02:00
yunohost = ">= 11.2"
2023-07-08 17:38:09 +02:00
architectures = ["amd64", "arm64", "armhf"]
2023-07-08 17:28:45 +02:00
multi_instance = true
2023-07-08 17:38:09 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-07-08 17:28:45 +02:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
help.en = "You must activate public site if you want to connect a client player to Gossa. This can be changed later via the webadmin."
help.fr = "Vous devez activer site public si vous souhaitez connecter un lecteur client à Gossa. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
in_subdir = false
2023-07-08 17:40:16 +02:00
extract = false
rename = "gossa"
2023-07-08 17:38:09 +02:00
arm64.url = "https://github.com/pldubouilh/gossa/releases/download/v1.0.0/gossa-linux-arm64"
arm64.sha256 = "2c1449e5baac8f526b22a8cef0ccf81dc1d6f07bf115da8411a945d3a527db60"
amd64.url = "https://github.com/pldubouilh/gossa/releases/download/v1.0.0/gossa-linux-x64"
amd64.sha256 = "09673d9e9aee013fd9b3c0c06102111af792e8fca48913c9c60a445efd0dc314"
armhf.url = "https://github.com/pldubouilh/gossa/releases/download/v1.0.0/gossa-linux-arm"
armhf.sha256 = "9fc83341f5ebba5f4804b091760b36bbea99fbc055b1cdd7928a34bd2f1f28db"
2023-07-08 17:28:45 +02:00
2023-07-08 17:38:09 +02:00
[resources.ports]
2023-07-08 17:28:45 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-07-08 17:38:09 +02:00
[resources.apt]
packages = "ffmpeg"