danielbodart / portical

Portical manages UPnP port forwarding rules for Docker containers by just adding single label
https://github.com/danielbodart/portical
8 stars 2 forks source link

Thanks #4

Open jhenkens opened 1 month ago

jhenkens commented 1 month ago

Just wanted to say thanks, didn't know a better way to say it than an issue. Your project inspired me to do something better than a cronjob on the host using upnpc directly, which worked... but didn't really fit with how the rest of my services are managed (traefik labels, homepage labels, etc). I forked it in Python... for not super rational reasons... but it's working great as I'm sure your implementation does as well.

danielbodart commented 1 month ago

No problem, please share a link to your version!

jhenkens commented 1 month ago

https://github.com/jhenkens/portical

Check the readme for a summary of my changes.