manifest.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "Homarr",
  3. "id": "homarr",
  4. "packaging_format": 1,
  5. "description": {
  6. "en": "Customizable browser's home page to interact with your homeserver's Docker containers",
  7. "fr": "Customizable browser's home page to interact with your homeserver's Docker containers"
  8. },
  9. "version": "0.10.7~ynh1",
  10. "url": "https://homarr.dev/",
  11. "upstream": {
  12. "license": "MIT",
  13. "website": "https://homarr.dev/",
  14. "demo": "https://demo.example.com",
  15. "admindoc": "https://yunohost.org/packaging_apps",
  16. "userdoc": "https://yunohost.org/apps",
  17. "code": "https://github.com/ajnart/homarr"
  18. },
  19. "license": "MIT",
  20. "maintainer": {
  21. "name": "",
  22. "email": ""
  23. },
  24. "requirements": {
  25. "yunohost": ">= 11.0.9"
  26. },
  27. "multi_instance": true,
  28. "services": [
  29. "nginx"
  30. ],
  31. "arguments": {
  32. "install": [
  33. {
  34. "name": "domain",
  35. "type": "domain"
  36. },
  37. {
  38. "name": "is_public",
  39. "type": "boolean",
  40. "default": true
  41. }
  42. ]
  43. }
  44. }