Stavros Kois 9703d30bb2 Update common version (#1376) 2 лет назад
..
charts 9703d30bb2 Update common version (#1376) 2 лет назад
ci 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
templates 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
Chart.lock 9703d30bb2 Update common version (#1376) 2 лет назад
Chart.yaml 9703d30bb2 Update common version (#1376) 2 лет назад
README.md 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
app-readme.md 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
item.yaml 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
metadata.yaml 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
questions.yaml 56b882e259 NAS-122694 / 23.10 / Add some validation in webdav and other apps (#1312) 2 лет назад
upgrade_info.json 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
upgrade_strategy 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 лет назад
values.yaml 8140ad80d5 NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251) 2 лет назад

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.