How are you accessing it without Cloudflare? How do you know that Lemmy is actually listening?
- 0 Posts
- 6 Comments
Joined 2 years ago
Cake day: June 21st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
What’s the URL you using to access it without Cloudflare?
Edit: Also that curl tells me it’s not listening on that IP/port.
Can you access it without Cloudflare?
Does
curl http://localhost:8536/
work?You are using cloudflared right? Because normal (non-cloudflared) Cloudflare doesn’t support port 8536.
SteveTech@programming.devto Selfhosted@lemmy.world•Let’s Encrypt Begins Supporting IP Address CertificatesEnglish12·2 days agoWith dynamic DNS? Yeah it always has, as long as you can host a http server.
With a dynamic IP? It should do, the certs are only valid for 6 days for that reason.
SteveTech@programming.devto Selfhosted@lemmy.world•Hosting services on GitHub pages URLEnglish71·11 days agoYou can host a page with an iframe, but you can’t directly change the DNS record to point to something that isn’t GitHub.
Yeah, YunoHost explains why
http://localhost:8536/
wouldn’t be working. If cloudflared and Lemmy are in separate containers you have to put an actual IP in, since localhost points to the container itself.