That option has no effect. It looks to me like the mod intentionally removes that option:
grep auth /etc/services.d/code-server/run
# Disable code authentication, we use HA authentication
options+=(--auth none)
That option has no effect. It looks to me like the mod intentionally removes that option:
grep auth /etc/services.d/code-server/run
# Disable code authentication, we use HA authentication
options+=(--auth none)