manifest.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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.13.4~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"
  17. architectures = "all"
  18. multi_instance = true
  19. ldap = false
  20. sso = false
  21. disk = "50M"
  22. ram.build = "50M"
  23. ram.runtime = "50M"
  24. [install]
  25. [install.domain]
  26. type = "domain"
  27. [install.init_main_permission]
  28. type = "group"
  29. default = "visitors"
  30. [resources]
  31. [resources.sources.main]
  32. url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.13.4.tar.gz"
  33. sha256 = "bddeecf22f40743ff7446bc8dc8427539788425671147029a33b088aaec5967b"
  34. autoupdate.strategy = "latest_github_tag"
  35. [resources.ports]
  36. [resources.system_user]
  37. [resources.install_dir]
  38. [resources.permissions]
  39. main.url = "/"
  40. [resources.apt]
  41. packages = ""
  42. extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
  43. extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
  44. extras.yarn.packages = "yarn"