NMC

Results 22 comments of NMC

This is not for the UI. This is to port forward a public port for seeding the torrents privately. I have since switched to https://hub.docker.com/r/binhex/arch-delugevpn/ which support this feature and...

Hmm. it should as I publish arm docker image too. What is the image (or the command) you are running ? Can you also let me know what raspberry pi...

I have pushed the correct images on dockerhub. Previously I only pushed multiarch iamges on github, but now i'm pushing them on both github and dockerhub. Your config as-is should...

For the first error, (exec format error). It feels like portainer or your config isn't getting the latest docker image. Is there a button to force pull or are you...

In the mikrotik configuration for webaccess to the accounting data, there is a range of allowed ip that you have to set. Make sure that you have opened is enough...

I totally forgot that the script now default to using `https`. You have to add `MIKROTIK_PROTO=http` in your environment variables to target http endpoint. Can you try it with that...

Can you share your config for your latest test, i believe it should look like this : ``` version: '3' services: mikro-watch: image: ncareau/mikro-watch container_name: mikro-watch network_mode: host environment: -...

Hehe, well that would certainly explain this behavior. Is this something you can/want to change ?

Hey, thanks for the suggestion and the pull request. It might take the week before I check but i will give feedback and merge if everything is ok. I should...