fix: simplify squid auth onboarding

This commit is contained in:
007hacky007
2026-04-14 14:32:50 +02:00
parent 713d1bd113
commit 9177cb5f23
3 changed files with 15 additions and 43 deletions

View File

@@ -28,17 +28,13 @@
}
],
"default_credentials": {
"username": "proxy",
"username": null,
"password": null
},
"notes": [
{
"type": "info",
"text": "Initial generated credentials are shown in the completion output, written to `/root/squid.creds`, and displayed in the container MOTD."
},
{
"type": "info",
"text": "Manage proxy users with `htpasswd /etc/squid/passwords <username>` and remove users with `htpasswd -D /etc/squid/passwords <username>`."
"text": "Create a proxy user after installation with `htpasswd /etc/squid/passwords <username>`."
}
]
}