| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- packaging_format = 2
- id = "backupmanager"
- name = "Backup Manager"
- description.en = "Centralized backup manager for YunoHost"
- description.fr = "Gestionnaire de sauvegardes centralisé pour YunoHost"
- version = "1.0~ynh1"
- maintainers = []
- [upstream]
- license = "AGPL-3.0-only"
- code = "https://git.hansen.tl/YunoHost-Apps/backupmanager_ynh"
- [integration]
- yunohost = ">= 12.0"
- helpers_version = "2.1"
- architectures = "all"
- multi_instance = false
- ldap = false
- sso = true
- disk = "200M"
- ram.build = "300M"
- ram.runtime = "100M"
- [install]
- [install.domain]
- type = "domain"
- [install.path]
- type = "path"
- default = "/"
- [install.instance_name]
- ask.en = "Short name for this instance (e.g. jerry)"
- ask.fr = "Nom court de cette instance (ex: jerry)"
- type = "string"
- example = "jerry"
- [install.init_main_permission]
- type = "group"
- default = "admins"
- [resources]
- [resources.system_user]
- [resources.install_dir]
- [resources.data_dir]
- [resources.ports]
- main.default = 5000
- [resources.apt]
- packages = "python3, python3-venv, python3-pip, python3-dev, rsync"
- [resources.permissions]
- main.url = "/"
- main.auth_header = true
- main.show_tile = true
- main.protected = false
- api.url = "/api"
- api.allowed = "visitors"
- api.auth_header = false
- api.show_tile = false
- api.protected = true
|