fix: use --network host and -k for internal Portainer access #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cicd_improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The public Portainer URL (
portainer.*bui.com) is behind an SSO proxy that redirects API requests to an auth page — the Alpine container can never authenticate through it.Fix:
--network hostondocker runso the Alpine container uses the NAS's network stack and can reach192.168.1.125-kon all curl calls to skip TLS verification for the self-signed cert on the internal addressRequired: update the
PORTAINER_URLsecret tohttps://192.168.1.125:1000🤖 Generated with Claude Code