12 lines
630 B
Plaintext
12 lines
630 B
Plaintext
# Copy to /etc/thinclient-agent/gallery-credentials on the booted machine and
|
|
# `chmod 600` it — never baked into the image, same handling as the wayvnc password
|
|
# and the outbound remote-desktop credentials (see hosts/thin-client/README.md).
|
|
#
|
|
# mount.cifs's `credentials=` file format: plain key=value, no quoting, no shell
|
|
# expansion. Must match GALLERY_SMB_USERNAME/GALLERY_SMB_PASSWORD in
|
|
# hosts/container-host/scripts/setup-container-host.sh exactly — this project has no
|
|
# way to push a secret from that script to a thin client, so both sides are set by
|
|
# hand from the same value.
|
|
username=gallery
|
|
password=CHANGEME
|