app.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. annotations:
  2. min_scale_version: 24.10.2.2
  3. app_version: 1.0.0
  4. capabilities:
  5. - description: Tftpd is able to bind to privileged ports (< 1024)
  6. name: NET_BIND_SERVICE
  7. - description: Tftpd is able to change group ID of processes
  8. name: SETGID
  9. - description: Tftpd is able to change user ID of processes
  10. name: SETUID
  11. - description: Tftpd is able to use chroot() system call
  12. name: SYS_CHROOT
  13. categories:
  14. - networking
  15. date_added: '2024-08-27'
  16. description: A lightweight tftp-server
  17. home: https://github.com/truenas/containers/tree/main/apps/tftpd-hpa
  18. host_mounts: []
  19. icon: https://media.sys.truenas.net/apps/tftpd-hpa/icons/icon.png
  20. keywords:
  21. - tftp
  22. - netboot
  23. lib_version: 2.1.49
  24. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  25. maintainers:
  26. - email: dev@ixsystems.com
  27. name: truenas
  28. url: https://www.truenas.com/
  29. name: tftpd-hpa
  30. run_as_context:
  31. - description: TFTP requires root privileges to start it's processes.
  32. gid: 0
  33. group_name: root
  34. uid: 0
  35. user_name: root
  36. screenshots: []
  37. sources:
  38. - https://github.com/truenas/containers/tree/main/apps/tftpd-hpa
  39. - https://hub.docker.com/r/ixsystems/tftpd-hpa
  40. title: TFTP Server
  41. train: community
  42. version: 1.2.5