Stavros Kois 05b43f54d6 bump common (#2059) hai 1 ano
..
charts 05b43f54d6 bump common (#2059) hai 1 ano
ci 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
templates 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
Chart.lock 05b43f54d6 bump common (#2059) hai 1 ano
Chart.yaml 05b43f54d6 bump common (#2059) hai 1 ano
README.md 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
app-readme.md 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
item.yaml 40fe463839 Update screenshot/icon links to ix CDN (#1646) hai 1 ano
metadata.yaml 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
questions.yaml f3cd41e787 remove immutable flag from hostPath (#1858) hai 1 ano
upgrade_info.json 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
upgrade_strategy 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) %!s(int64=2) %!d(string=hai) anos
values.yaml 8140ad80d5 NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251) %!s(int64=2) %!d(string=hai) anos

README.md

TFTP

TFTP is a server for the Trivial File Transfer Protocol.

The app runs as root user and drops privileges to tftp (9069) user for the TFTP service.

On every application start, a container will be launched with root privileges. This will check the parent directory permissions and ownership. If there is a mismatch it will apply the correct permissions to the TFTP directories. When "Allow Create" is checked, the above container will also check and chmod if needed to 757 the TFTP directories and to 555 when not checked. Afterward, the TFTP container will run as a root user, dropping privileges to tftp (9069) user for the TFTP service. Note: You need to have configured DHCP server for network boot to work.