manifest.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 = "1.22.0~ynh1"
  7. maintainers = []
  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/homarr-labs/homarr"
  15. [integration]
  16. yunohost = ">= 12.0.9"
  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/homarr-labs/homarr/archive/refs/tags/v1.22.0.tar.gz"
  34. sha256 = "a694913c46f715782c8132fe0293d6e563120dfeded8c0e5b0c3797951439eb2"
  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"