manifest.toml 3.0 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.11.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. cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
  16. fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
  17. [integration]
  18. yunohost = ">= 11.0.9"
  19. architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
  20. multi_instance = true
  21. ldap = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
  22. sso = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
  23. disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
  24. ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
  25. ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
  26. [install]
  27. [install.domain]
  28. # this is a generic question - ask strings are automatically handled by Yunohost's core
  29. type = "domain"
  30. full_domain = true
  31. [install.init_main_permission]
  32. type = "group"
  33. default = "visitors"
  34. [resources]
  35. [resources.sources.main]
  36. url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.11.4.tar.gz"
  37. sha256 = "c716a204ba48b50589797a1e31a6b097c11e53d81da6e8e82be6dcb1ce504de6"
  38. [resources.system_user]
  39. [resources.install_dir]
  40. [resources.permissions]
  41. main.url = "/"
  42. [[resources.apt.extras]]
  43. repo = "deb https://dl.yarnpkg.com/debian/ stable main"
  44. key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
  45. packages = "yarn"