manifest.toml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. packaging_format = 2
  2. id = "homarr"
  3. name = "Homarr"
  4. description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
  5. description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
  6. version = "0.15.7~ynh1"
  7. maintainers = ["eric_G"]
  8. [upstream]
  9. license = "MIT"
  10. website = "https://homarr.dev/"
  11. demo = "https://homarr.ajnart.fr/fr"
  12. admindoc = "https://homarr.dev/docs/about"
  13. userdoc = "https://homarr.dev/docs/about"
  14. code = "https://github.com/ajnart/homarr"
  15. [integration]
  16. yunohost = ">= 11.2.30"
  17. helpers_version = "2.1"
  18. architectures = "all"
  19. multi_instance = true
  20. ldap = false
  21. sso = false
  22. disk = "50M"
  23. ram.build = "1500M"
  24. ram.runtime = "50M"
  25. [install]
  26. [install.domain]
  27. type = "domain"
  28. [install.init_main_permission]
  29. type = "group"
  30. default = "visitors"
  31. [resources]
  32. [resources.sources.main]
  33. url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.15.7.tar.gz"
  34. sha256 = "25205507091c9d08428df888671e49e2a4e92c615386dc9e746f238a09ae995c"
  35. autoupdate.strategy = "latest_github_tag"
  36. [resources.ports]
  37. [resources.system_user]
  38. [resources.install_dir]
  39. [resources.permissions]
  40. main.url = "/"
  41. [resources.apt]
  42. packages = "sqlite3"
  43. extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
  44. extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
  45. extras.yarn.packages = "yarn"