We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So far I figured out it needs extra-hosts in docker-compose :
extra-hosts
docker-compose
extra_hosts: - "host.docker.internal:host-gateway"
The following config in caddy:
cocpit.example.com { reverse_proxy host.docker.internal:9090 }
/etc/cockpit/cockpit.conf:
/etc/cockpit/cockpit.conf
[WebService] Origins = https://example.com wss://example.com AllowUnencrypted = true ProtocolHeader = X-Forwarded-Proto
As a bonus this will showcase how to expose local non-docker apps.
Maybe also mention ufw / firewall
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So far I figured out it needs
extra-hosts
indocker-compose
:The following config in caddy:
/etc/cockpit/cockpit.conf
:As a bonus this will showcase how to expose local non-docker apps.
Maybe also mention ufw / firewall
The text was updated successfully, but these errors were encountered: