-
Better handling of to-container Docker network binding
Hi there, I'm the dev for this repo. I've currently moved houses and will be moving again later this year, unfortunately my Unraid server is in storage, so haven't tested any of the new builds. I've merged your pull request, thanks for that @knaack Docker image should've been updated as well now, could you please pull and test when you get a chance?
-
-
Rebuild DNDC constantly rebuilding docker containers
That's great! and you found a bug as well nice! You can open a pull request if you want and I'll get that merged.
-
Rebuild DNDC constantly rebuilding docker containers
Can you post some screenshots of your config? Screenshots that show network type and extra parameters for vpn container, rebuild-dndc and any one container that you want it to use the vpn container network. Edit: Also take a look at this guide: https://www.reddit.com/r/unRAID/wiki/guides/vpndockernetwork
-
Rebuild DNDC constantly rebuilding docker containers
Think I know what your issue is, the "network type" on rebuild-dndc container should be bridge mode/it shouldn't be using the VPN container network. The reason it's stopping itself is because it's using the VPN container network (or at least at some point it was using the VPN network) and has marked itself as a container in-scope for rebuild. 1. Make sure rebuild-dnc isn't using the VPN container network. 2. Stop the rebuild container and delete all the *.tmp files in config\rebuild-dndc folder, better to clear any any previous misconfiguration and then restart it. 3. Some other useful tips Make sure the VPN container is the first container on your docker startup list Move the Rebuild-DNDC container to the end of your container startup list. Edit: Also, FYI the issue with bubuntux/nordvpn might've been resolved now. Problem was that container didn't have iputils-ping package installed and the rebuild container uses the ping command to check for connectivity on the VPN container. https://github.com/elmerfdz/rebuild-dndc/issues/52 and seems like that has been implemented now: https://github.com/bubuntux/nordvpn/issues/163
-
Rebuild DNDC constantly rebuilding docker containers
Once you deploy the vpn container, you need to make sure it's working/connected, only then start the rebuild-dndc container. "- CONNECTIVITY: BROKEN" message suggests that there might be an issue with your vpn container connection i.e. rebuild-dndc is unable to ping (via your vpn container) any of the set dns servers (CF or Google) to check for an active connection, hence it's restarting your vpn docker hoping that would fix the connectivity issue.
-
eafx started following Docker "Network Type" of another container , [Support] selfhosters.net's Template Repository , Better handling of to-container Docker network binding and 3 others
-
Better handling of to-container Docker network binding
Will it also work, if I set it to auto update the vpn container using the CA Auto Update plugin?
-
Better handling of to-container Docker network binding
Is there a reason why it rebuilds only when the Docker page is opened?
-
[Support] FoxxMD - statping
Official image builds the app package from source, I'm grabbing their GH releases. I'm using my own alpine image as the base image of this container, which is basically a fork of lsio's alpine-base, that has s6-overlay installed (used for setting PUID/GUID and running service scripts). TBH I don't see the point of merging this with the official image. I would suggest you open up an issue on their GH requesting to add support for PUID/GUID, let's see what they say.
-
[Support] FoxxMD - statping
It's not a fork and a different approach to the official one, so don't think there's a chance it will be merged.
-
[Support] FoxxMD - statping
I've created my own image for this, added support for: PUID/GUID TZ Supports app update on container restart (can disable this) Added support for optional run flags like verbose logging & env var file support. https://hub.docker.com/r/eafxx/statping
-
[Plugin] Theme Engine - a webGui styler
Works as expected now thanks! If I want to include my theme with the plugin, does my theme need to use the plugin variables or can I have it set entirely within custom styling?
-
[Plugin] Theme Engine - a webGui styler
Seems like it's hitting some character limit, it won't let me save past certain number of lines/characters.
-
[Plugin] Theme Engine - a webGui styler
Happens only when using my own custom variables, no issues saving random text or css otherwise.
-
[Plugin] Theme Engine - a webGui styler
@Skitals I'm trying to use my own custom variables for my theme in 'custom styling (advanced)' , so whenever I try to save my css with the :root { } block it won't save it, to get it to work I have to either get rid of root block or manually edit the theme's css file and then it will show up fine on the plugin but it won't allow me to edit & save it from the plugin. Any idea what's going on here?
-
eafx changed their profile photo
-
[Support] binhex - rTorrentVPN
Yea looks like, I've rolled back to 1.1.r38.gd52abd2-1-05, the last working version with Cloudflare.