J. Scott Elblein

Results 38 comments of J. Scott Elblein

Any forward movement on this feature?

Hi @itsconquest The discussion you linked sounds interesting as well, but in my case I was thinking more along the lines of being easily able to add/remove containers to/from stacks...

After spending time learning Docker more since my first post, this still does seem doable, but it would take a bit of time to code it all up. Basically you'd...

> Can AdGuard Home not take IP from HTTP header from trusted reverse proxy by specifying trusted reverse proxy IP? That's how it's usually handled. Are you referring to this...

> No, I meant the generally used `X-Forwarded-For` header. I'm not an expert in this area, but if I had to guess I'd say those are only for http headers,...

Healthcheck spam is one of those little easy to fix things that always drives me nuts, too. I ended up fixing it for another container: https://github.com/LinkStackOrg/linkstack-docker/issues/11 and you can see...

Just curious, is anyone with merge permission ever going to gather up all the recent info on this and coherently merge these pull requests into master?

@YouveGotMeowxy You can `chown -R` the netdata mount as your normal user, and then add that UID/GID to the Compose with `user: '1000:1000'` Assuming your user's UID/GID is 1000.