Interesting how the link to access this Rock-onās webUI points to ā/webāā¦ Does anyone know where this could originate from? I tried to look into the containerās github repo but I couldnāt find a helpful corresponding line of code.
Ok, tried it out and it works well. I would suggest changing the webui link to ROCKSTOR_IP:PORT/admin because as stated above the /web is blocked by default. Can this be achieved by changing the slug variable? I am not familiar with the intricacies of the rockon json format
Yes the ā/webā bit of the UI URL comes from the Rock-onās json slug entry. Look to the zoneminder json for another example of where this is used:
Thanks a lot @phillxnet!
I (somehow) missed this section in the json file.
I still have an odd behavior regarding this link, however, Even though the link is correct (http://serverIP:port/admin, it fails to load the first time, and the browser automatically tries to open serverIP/admin. Upon manually typing serverIP:port/admin, however, I can access the webUI without any problem.
I get this when using both Firefox and Chrome.
Itās just a minor issue, but I was curious as to why this happensā¦
@Fredrik Iāve also installed pi-hole, seems to work (at least I get the webUI running)
Is there any reason why your json-file is built on a rather old version of pi-hole?
WebUI shows the following messageā¦version 3.X is availableā¦
Hello Roland,
The json-file does not contain the docker image.
It will download the latest docker image available.
Docker image is coming from this: https://hub.docker.com/r/diginc/pi-hole/
Tag: alpine / latest
As far as i know this is the most used docker source for pi-hole.
I have been using pi-hole ever since I first installed it.
But mine still reads:
I have tried stopping / starting the rockon. Uninstalling, downloading the json file again, and then reinstalling, but end up with the same older version.
I havenāt tried myself, but the containerās documentation reads:
If you try to use piholeās built in updater it is not guaranteed to work; it almost assuredly wonāt work for alpine but debian may. The preferred ādocker wayā to upgrade is:
Download the latest version of the image: docker pull diginc/pi-hole
Throw away your container: docker rm -f pihole
Warning When removing your pihole container you may be stuck without DNS until step 3 - docker pull before you docker rm -f to avoid DNS inturruption OR always have a fallback DNS server configured in DHCP to avoid this problem all together.
If you care about your data (logs/customizations), make sure you have it volume mapped or it will be deleted in this step
I would try stopping the rocking, then docker rm -f pihole after making sure you have a second DNS setup, before finally turning the rock-on back on. As far as I understand, it should pull the newer image then.
Again, I havenāt tried it myself so Iām mostly supposing.