ryansch / docker-unifi-rpi

Unifi Controller for Raspberry Pi 3+ and x86
https://hub.docker.com/r/ryansch/unifi-rpi/
347 stars 42 forks source link

Remapping of port 8080 in docker setup #114

Open MartinKirchner opened 3 months ago

MartinKirchner commented 3 months ago

@ryansch Thanks for your work in this project.

I had some trouble with the network controller showing the devices Offline or in Adopting state. To fix the Offline issue it was necessary to additionaly expose the port 10001, the cause for the Adopting state was that I remapped the port 8080 to 8081. To fix this I had to connect to my devices using SSH and tell them the controller's URI.

I forked your repo and documented my solution in the likewise cloned wiki (unfortunately github does not seem to allow pull requests for wikis).

My wiki: https://github.com/MartinKirchner/docker-unifi-rpi/wiki#remapping-of-port-8080

Maybe you want to add this to your documentation.

Best regards, Martin

ryansch commented 2 months ago

@MartinKirchner You should be able to add that directly to this wiki. Please do!

MartinKirchner commented 1 month ago

Hey, thanks for your reply. Either I am too stupid or I have no permission:

$ git remote -v
origin  git@github.com:MartinKirchner/docker-unifi-rpi.wiki.git (fetch)
origin  git@github.com:MartinKirchner/docker-unifi-rpi.wiki.git (push)
ryansch https://github.com/ryansch/docker-unifi-rpi.wiki.git (fetch)
ryansch https://github.com/ryansch/docker-unifi-rpi.wiki.git (push)

$ git fetch ryansch
From https://github.com/ryansch/docker-unifi-rpi.wiki
 * [new branch]      master     -> ryansch/master

$ git push ryansch HEAD:master
info: please complete authentication in your browser...
remote: Permission to ryansch/docker-unifi-rpi.wiki.git denied to MartinKirchner.
fatal: unable to access 'https://github.com/ryansch/docker-unifi-rpi.wiki.git/': The requested URL returned error: 403