| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- 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 = "0.15.4~ynh1"
- 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]
- yunohost = ">= 11.2.30"
- 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/ajnart/homarr/archive/refs/tags/v0.15.4.tar.gz"
- sha256 = "43d779cf4efe66166f62fc9d07c2ce4cde692be25ac1c7f4a5237b9f75983f60"
- 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"
|