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

68 lines
1.2 KiB
TOML
Raw Normal View History

2024-01-18 21:02:26 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "django-fmd"
name = "django-fmd"
description.en = "Web based FritzBox management using Python/Django."
version = "0.3.2~ynh1"
maintainers = ["Jens Diemer"]
[upstream]
license = "GPL-3.0"
website = "https://gitlab.com/jedie/django-find-my-device"
code = "https://gitlab.com/jedie/django-find-my-device"
[integration]
yunohost = ">= 4.4"
architectures = "all"
multi_instance = false
2024-01-19 14:59:18 +01:00
ldap = true
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2024-01-18 21:02:26 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/fmd"
2024-01-19 14:59:18 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2024-01-18 21:02:26 +01:00
[install.admin]
type = "user"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8000
[resources.apt]
packages = [
"build-essential",
"python3-dev",
"python3-pip",
"python3-venv",
"git",
"libpq-dev",
"postgresql",
"postgresql-contrib"
]
[resources.database]
type = "postgresql"