2023-05-22 21:02:10 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "homarr"
|
|
|
|
name = "Homarr"
|
|
|
|
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
|
|
|
|
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
|
|
|
|
|
2023-08-08 20:16:05 +02:00
|
|
|
version = "0.13.1~ynh1"
|
2023-05-22 21:02:10 +02:00
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://homarr.dev/"
|
|
|
|
demo = "https://homarr.ajnart.fr/fr"
|
|
|
|
admindoc = "https://homarr.dev/docs/about"
|
|
|
|
userdoc = "https://homarr.dev/docs/about"
|
|
|
|
code = "https://github.com/ajnart/homarr"
|
|
|
|
|
|
|
|
[integration]
|
2023-05-22 21:07:13 +02:00
|
|
|
yunohost = ">= 11.1.19"
|
|
|
|
architectures = "all"
|
2023-05-22 21:02:10 +02:00
|
|
|
multi_instance = true
|
2023-05-22 21:07:13 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-05-22 21:02:10 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-08-08 20:16:05 +02:00
|
|
|
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.13.1.tar.gz"
|
|
|
|
sha256 = "71ca28486e45a52ad9c0169d8c1c3b32009b4533dae8743e918bb7738c4e2c74"
|
2023-05-22 21:07:13 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-05-22 21:02:10 +02:00
|
|
|
|
2023-05-22 21:07:13 +02:00
|
|
|
[resources.ports]
|
2023-05-22 21:02:10 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-05-22 21:07:13 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = ""
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
extras.yarn.packages = "yarn"
|