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

74 lines
2 KiB
TOML
Raw Normal View History

2023-12-16 15:11:09 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "coin"
name = "Coin"
description.en = "Member dashboard for non profit isp."
description.fr = "Coin est un Outil pour un Internet Neutre."
version = "20231216~ynh1"
2023-12-16 15:11:09 +01:00
maintainers = ["ljf", "aleks"]
2023-12-16 15:11:09 +01:00
[upstream]
license = "AGPL-3.0-or-later"
website = "https://code.ffdn.org/FFDN/coin"
code = "https://code.ffdn.org/ffdn/coin"
[integration]
yunohost = ">= 11.0.0"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
[install.admin]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "user"
[install.email]
ask.en = "Choose email were send notification"
ask.fr = "Choisissez l'email vers lequel envoyer les notifications"
type = "string"
example = "admin@example.tld"
[install.isp_name]
ask.en = "Enter your ISP name"
ask.fr = "Indiquez le nom de votre FAI"
type = "string"
example = "My ISP"
[install.isp_site]
ask.en = "Enter the address of your ISP website"
ask.fr = "Saisissez l'adresse du siteweb de votre FAI"
type = "string"
example = "https://www.exemple.tld"
[resources]
[resources.sources.main]
2023-12-16 16:42:45 +01:00
url = "https://code.ffdn.org/ffdn/coin/-/archive/c891075.tar.gz"
sha256 = "104448a644ed20248ea3d47a63ee2685f0fb3f82e7411f06b96af24addfc100c"
2023-12-16 15:11:09 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.allowed = "visitors"
2023-12-16 15:11:09 +01:00
[resources.apt]
2023-12-16 15:43:50 +01:00
packages = "gunicorn, python3, python3-venv, libldap2-dev, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libffi-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13"
2023-12-16 15:11:09 +01:00
[resources.database]
type = "postgresql"