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
1.9 KiB
TOML
Raw Permalink 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."
2024-08-05 18:43:11 +02:00
version = "20231216~ynh2"
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]
2024-07-30 09:44:15 +02:00
yunohost = ">= 11.2.20"
2023-12-16 15:11:09 +01:00
architectures = "all"
2023-12-16 18:13:48 +01:00
multi_instance = false
2023-12-16 15:11:09 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.admin]
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"
2024-06-29 23:55:37 +02:00
ask.fr = "Saisissez l'adresse du site web de votre FAI"
2023-12-16 15:11:09 +01:00
type = "string"
example = "https://www.exemple.tld"
[resources]
2024-04-30 21:18:58 +02:00
[resources.sources.main]
url = "https://code.ffdn.org/ffdn/coin/-/archive/bcaad5f.tar.gz"
sha256 = "241d527c7bab5410bcc225d5beeff8286aa8ae649b9711c421624ae96136cdd7"
autoupdate.strategy = "latest_gitlab_commit"
2023-12-16 15:11:09 +01:00
[resources.system_user]
2024-04-30 21:18:40 +02:00
allow_email = true
2023-12-16 15:11:09 +01:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.allowed = "visitors"
2023-12-16 15:11:09 +01:00
[resources.apt]
packages = "gunicorn, python3, python3-venv, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13"
2023-12-16 15:43:50 +01:00
2023-12-16 15:11:09 +01:00
[resources.database]
type = "postgresql"