shahmeers

joined 1 year ago
[–] [email protected] 1 points 11 months ago (1 children)

It doesn't support configuring virtual hosts automatically via docker labelsl (like Traefik).

Here you go: https://github.com/lucaslorentz/caddy-docker-proxy. No more extra Caddy configuration file.

[–] [email protected] 1 points 1 year ago

I think you meant to reply to my comment on not liking Portainer. I go into more detail into why it's not good in the thread: https://old.reddit.com/r/selfhosted/comments/17tvvyx/early_santa_what_is_missing_in_selfhosted/k9008gi/

[–] [email protected] 1 points 1 year ago

I want a web UI version of https://github.com/jesseduffield/lazydocker

ie I want a Docker container that lets you manage other containers running on the same host. I've looked into Portainer and other tools but they're all too big and catered towards container deployment (which I think is dumb, my container deployments are configured with version controlled files).

One of Lazydocker's best features is the ability to exec into a container with the press of a button. I'd love to be able to do that via a web UI instead of sshing into my host and then exec'ing into my container.