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

Gonic v0.16.2 - resolve from subsonic web address? #447

Closed
coacharnold1 opened this issue Jan 1, 2024 · 3 comments
Closed

Gonic v0.16.2 - resolve from subsonic web address? #447

coacharnold1 opened this issue Jan 1, 2024 · 3 comments

Comments

@coacharnold1
Copy link

coacharnold1 commented Jan 1, 2024

docker : 0.16.2

This is probably a silly easy problem, and I may be a bit ignorant to some of the networking vocab for the authentication issues. SO this may have been answered, i'm just not understanding how to word it correctly.

I am running subsonic at the moment. an account Ive been running for years. When I first installed subsonic, if you donated you would be able to use your username dot subsonic dot org as your address. Mine has never stopped working. I had always assumed that something in my subsonic server was communicating back to a main subsonic server reporting my IP daily. All I have ever needed in order to get my server is the http address. For me, "http:user.subsonic.org" immediately resolves to http:MyIP:4040 With GONIC is there a way I can fool all this and allow GONIC to work the same way?

I was thinking it would be simply to set up my router to forward to the GONIC port>computer

Any thoughts on the best way to implement all this for using GONIC? I prefer that gonic is up to date and being developed.

Thanks

Tim

@coacharnold1 coacharnold1 changed the title Gonic - resolve from subsonic web address? Gonic v0.16.2 - resolve from subsonic web address? Jan 1, 2024
@sentriz
Copy link
Owner

sentriz commented Jan 1, 2024

I don't know or remember how subsonic.org worked. but I would recommend buying yourself a domain, point the records at your server, setup a reverse proxy like caddy, and forward 80 and 443 on your router to your caddy 80 and 443 on your server inside the LAN

then you can browse with TLS like https://gonic.yourdomain.com without ever seeing any ports

@sentriz
Copy link
Owner

sentriz commented Jan 1, 2024

since its not directly related to gonic I'll close the issue but feel free to ask any more questions about reverse proxies or whatever here

@sentriz sentriz closed this as completed Jan 1, 2024
@coacharnold1
Copy link
Author

thanks .... a project worth working on

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