|
1 vuosi sitten | |
---|---|---|
.. | ||
charts | 1 vuosi sitten | |
ci | 1 vuosi sitten | |
templates | 1 vuosi sitten | |
Chart.lock | 1 vuosi sitten | |
Chart.yaml | 1 vuosi sitten | |
README.md | 1 vuosi sitten | |
app-readme.md | 1 vuosi sitten | |
ix_values.yaml | 1 vuosi sitten | |
metadata.yaml | 1 vuosi sitten | |
questions.yaml | 1 vuosi sitten |
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 to757
the TFTP directories and to555
when not checked. Afterward, theTFTP
container will run as a root user, dropping privileges totftp
(9069) user for the TFTP service. Note: You need to have configured DHCP server for network boot to work.