app.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. annotations:
  2. min_scale_version: 24.10.2.2
  3. app_version: 2025.08.0
  4. capabilities:
  5. - description: Pi-hole is able to change file ownership arbitrarily
  6. name: CHOWN
  7. - description: Pi-hole is able to bypass file permission checks
  8. name: DAC_OVERRIDE
  9. - description: Pi-hole is able to bypass permission checks for file operations
  10. name: FOWNER
  11. - description: Pi-hole is able to send signals to any process
  12. name: KILL
  13. - description: Pi-hole is able to perform network administration tasks
  14. name: NET_ADMIN
  15. - description: Pi-hole is able to bind to privileged ports (< 1024)
  16. name: NET_BIND_SERVICE
  17. - description: Pi-hole is able to use raw and packet sockets
  18. name: NET_RAW
  19. - description: Pi-hole is able to set file capabilities on other files
  20. name: SETFCAP
  21. - description: Pi-hole is able to change group ID of processes
  22. name: SETGID
  23. - description: Pi-hole is able to transfer capabilities between processes
  24. name: SETPCAP
  25. - description: Pi-hole is able to change user ID of processes
  26. name: SETUID
  27. - description: Pi-hole is able to modify process scheduling priority
  28. name: SYS_NICE
  29. - description: Pi-hole is able to set system clock and real-time clock
  30. name: SYS_TIME
  31. categories:
  32. - networking
  33. changelog_url: https://github.com/pi-hole/docker-pi-hole/releases
  34. date_added: '2024-07-30'
  35. description: DNS and Ad-filtering for your network.
  36. home: https://pi-hole.net
  37. host_mounts: []
  38. icon: https://media.sys.truenas.net/apps/pihole/icons/icon.png
  39. keywords:
  40. - networking
  41. - dns
  42. lib_version: 2.1.49
  43. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  44. maintainers:
  45. - email: dev@ixsystems.com
  46. name: truenas
  47. url: https://www.truenas.com/
  48. name: pihole
  49. run_as_context:
  50. - description: Pi-hole runs as root user.
  51. gid: 0
  52. group_name: root
  53. uid: 0
  54. user_name: root
  55. screenshots:
  56. - https://media.sys.truenas.net/apps/pihole/screenshots/screenshot1.png
  57. sources:
  58. - https://pi-hole.net/
  59. - https://github.com/pi-hole/docker-pi-hole
  60. title: Pi-hole
  61. train: stable
  62. version: 1.3.12