django-fritzconnection_ynh/manifest.toml

66 lines
1.2 KiB
TOML
Raw Normal View History

2024-03-28 22:18:52 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "django-fritzconnection"
name = "django-fritzconnection"
description.en = "Web based FritzBox management using Python/Django."
version = "0.2.0~ynh3"
maintainers = ["Jens Diemer"]
[upstream]
license = "GPL-3.0"
code = "https://github.com/jedie/django-fritzconnection"
[integration]
2024-05-20 16:21:53 +02:00
yunohost = ">= 11.2.12"
2024-03-28 22:18:52 +01:00
architectures = "all"
multi_instance = true
ldap = true
sso = true
2024-03-29 01:27:22 +01:00
disk = "100M"
ram.build = "500M"
ram.runtime = "100M"
2024-03-28 22:18:52 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/django-fritzconnection"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = [
"build-essential",
"python3-dev",
"python3-pip",
"python3-venv",
"git",
"libpq-dev",
"postgresql",
"postgresql-contrib",
]
[resources.database]
type = "postgresql"