| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 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"
- version = "1.19.0~ynh1"
- maintainers = []
- [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/homarr-labs/homarr"
- [integration]
- yunohost = ">= 12.0.9"
- helpers_version = "2.1"
- architectures = "all"
- multi_instance = true
- ldap = false
- sso = false
- disk = "50M"
- ram.build = "1500M"
- ram.runtime = "50M"
- [install]
- [install.domain]
- type = "domain"
- [install.init_main_permission]
- type = "group"
- default = "visitors"
- [resources]
- [resources.sources.main]
- url = "https://github.com/homarr-labs/homarr/archive/refs/tags/v1.19.0.tar.gz"
- sha256 = "a6ae5511ccf1148eb93d0e3cc2877d12a0b200caf5725297f7ae9a585f82ba8c"
- autoupdate.strategy = "latest_github_tag"
- [resources.ports]
- [resources.system_user]
- [resources.install_dir]
- [resources.permissions]
- main.url = "/"
- [resources.apt]
- packages = "sqlite3"
- 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"
|