2023-10-17 12:13:49 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "borgwarehouse"
|
|
|
|
name = "BorgWarehouse"
|
|
|
|
description.en = "WebUI for a BorgBackup's central repository server"
|
|
|
|
description.fr = "WebUI pour BorgBackup"
|
|
|
|
|
2024-02-29 22:45:56 +01:00
|
|
|
version = "2.2.0~ynh1"
|
2023-10-17 12:13:49 +02:00
|
|
|
|
2024-02-14 11:01:37 +01:00
|
|
|
maintainers = []
|
2023-10-17 12:13:49 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
website = "https://borgwarehouse.com/"
|
|
|
|
admindoc = "https://borgwarehouse.com/docs/admin-manual/debian-installation/"
|
|
|
|
code = "https://github.com/ravinou/borgwarehouse"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
|
|
|
|
ldap = false
|
|
|
|
|
|
|
|
sso = false
|
|
|
|
|
|
|
|
disk = "50M"
|
2023-10-17 14:07:00 +02:00
|
|
|
ram.build = "700M"
|
2023-10-17 12:13:49 +02:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-02-29 22:45:56 +01:00
|
|
|
url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.2.0.tar.gz"
|
|
|
|
sha256 = "ef99c432f6783796446754963c0b4705b2da2dcefc67252a6f36005fcb48243a"
|
2023-10-17 12:13:49 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
allow_email = true
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
api.url = "/api"
|
|
|
|
api.allowed = "visitors"
|
|
|
|
api.show_tile = false
|
|
|
|
api.protected = true
|
|
|
|
api.auth_header = false
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "jc, jq, borgbackup"
|