www.unturf.com/caddy/factory-auth.caddy

16 lines
537 B
Text

# Factory basic auth lives in proxy.unturf.com/ingress/Caddyfile
# Configured as a handle block inside the unturf.com site block.
#
# To change the password:
# ssh -p 22222 root@proxy.uncloseai.com "caddy hash-password --plaintext NEW_PASSWORD"
# Edit proxy.unturf.com/ingress/Caddyfile, replace the hash
# Push to main, CI deploys automatically
#
# Current config:
# handle /hemp-bioplastic/process/factory/* {
# basicauth {
# fox <bcrypt-hash>
# }
# root * /opt/www/unturf
# file_server
# }