Geoip-Shell Container #78
Replies: 1 comment 5 replies
|
Hi @kiwilad-nz , thank you for the heads-up. I have a very limited acquaintance with Docker containers, so I don't really understand what would be the point of having a dedicated container for geoip-shell. I imagine that any rules geoip-shell creates would only apply inside that container? Or do you have another app in the container and you want to geoblock access to it? Also I would be interested to hear specifics of what issues you were having with geoip-shell in TrueNAS. If that's a compatibility issue then perhaps I could look into fixing it. If this can't be fixed inside geoip-shell but you have a workaround then other users might benefit from having this documented. If you would like to write a short text describing the issue and the workaround, I could add it to the docs and link to it from the FAQ section of the README. Alternatively, you could send me a pull request with the documentation update. As a reference, take a look at the excellent documentation update PR sent by another user. As to your code, I'll look into it when I have time. I'm pretty busy these days, so it may take a while. |
Uh oh!
There was an error while loading. Please reload this page.
Hey, so I am no programmer or developer by all means and am pretty new to the whole publish things on github, but I was having issues wanting to install this locally on TrueNAS and thought it would be better suited as a container to work around that.
Hopefully you don't mind but you can find it here: and hopefully it will get more exposure to your awesome tool!
https://github.com/kiwilad-nz/geoip-shell-container
It essentially curls from your repot directly upon starrup to get the latest version and looks for config already otherwise have to do a manual configuration.
If there's actually errors in what I've done I would appreciate as much feedback as possible.
All reactions