Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remapping of port 8080 in docker setup #114

Open
MartinKirchner opened this issue May 19, 2024 · 2 comments
Open

Remapping of port 8080 in docker setup #114

MartinKirchner opened this issue May 19, 2024 · 2 comments

Comments

@MartinKirchner
Copy link

@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
Copy link
Owner

ryansch commented Jun 19, 2024

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

@MartinKirchner
Copy link
Author

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

$ git remote -v
origin  [email protected]:MartinKirchner/docker-unifi-rpi.wiki.git (fetch)
origin  [email protected]: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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants