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

Hosting with custom port #95

Open
Sayoki-Yukina opened this issue Oct 18, 2024 · 8 comments
Open

Hosting with custom port #95

Sayoki-Yukina opened this issue Oct 18, 2024 · 8 comments

Comments

@Sayoki-Yukina
Copy link

Because of 80 and 443 port are using and fully blocked by ISP, anyone could know how to hosting PDS with custom port? I hardly ever use Docker and i don't know the argument of the docker container config. It just port forwarding or else i can do with? Env: Proxmox LXC Debian 12.

@miyago9267
Copy link

My approach is to use nginx to forcefully forward to localhost:3000, maybe you can try your own webserver instead of caddy

@Sayoki-Yukina
Copy link
Author

Sayoki-Yukina commented Oct 18, 2024

My webserver is deployed on another server in lan with port forwarding. I tried forward 443 port to another port, it just not working. Is #46 the only way to forward ports? I'm an apache user, hardly touching nginx too.

@miyago9267
Copy link

Actually, I originally wanted to change docker compose yaml directly, but I didn’t know how to change it from the installation script.

@Sayoki-Yukina
Copy link
Author

Same idea. It will be easier If there's a manual setup in any platform(nginx, apache, docker, etc...), just like WordPress.

@syuxs7854384
Copy link

Maybe you can use Cloudflare Tunnels?
https://mszpro.com/blog/bluesky-self-hosted/

@madmalkav
Copy link

My approach is to use nginx to forcefully forward to localhost:3000, maybe you can try your own webserver instead of caddy

The problem is, no matter what port the container is used, afaik the communication with the relay will go through the external ports 80 and 443 of your server.

Being able to use custom ports will make things much easier for people that cannot use those ports or already use them for other software.

@benharri
Copy link

benharri commented Nov 1, 2024

i run mine without docker behind nginx: https://benharri.org/bluesky-pds-without-docker/

@Sayoki-Yukina
Copy link
Author

i run mine without docker behind nginx: https://benharri.org/bluesky-pds-without-docker/

I had mentioned that. The real thing i need that is similar to @madmalkav 's idea. Also i'm an Apache lover so i don't know how to use nginx (Just like I use VMs instead of Containers).

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

5 participants