157
Voyager 1.35.0: New login, pick a server, and signup UI
(lemmy.world)
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
💙
Is there a way to join a self hosted instance that isn’t federated?
My friends and I have a small Lemmy at my place with WireGuard. No ssl though.
I'm just guessing, but I don't see why not.
The current UI allows you to enter any server, and not every server federates with everyone else.
I sort of assume SSL as part of the bare minimum, but you can test today and find out, no need to wait for this release.
Oh no I’ve tried quite a few apps. Both mastodon and Lemmy.
I tried a reverse proxy, no dice. A self signed ssl is the next step.
Any help is appreciated!
Use certbot, able to register and auto renew certificates. For easy mode you could use cloudflare, though I've learned the Lemmy back-end struggles with cloudflare sometimes, but there are workarounds as well, try it out!
Https is required, but custom servers are otherwise allowed.
So I tried adding SSL and I still couldn't get Voyager to work with a self hosted instance.
If anybody has figured out how to get a self-hosted lemmy to work with an app I'd love to know how. For the moment I'm using NodeBB which is fine.
I have Caddy and Lemmy running in containers on an Alpine Box, for which the hostname is "john", it is configured to have a static IP at the router
192.168.1.200
. Caddy is set tonetwork_mode: "host"
.Here were my steps:
bind-utils
fordig
/nslookup
for debuggingdnsmasq
and addaddress=/john/192.168.1.200
tls internal
directive to the caddyfile:http
server to make the.crt
files accessible on the iOS devicepython3 -m http.server
lemmys
just to be sure)https://lemmys.john
in Safari and ensure it loads normally, as a typical site would.When I try to open it from the account it says "Problem connecting to
lemmys.john
. Please try again”. It definitely loads fine in Safari, so there must be something particular to the app that I’m missing.Edit: unless this is an issue with the nginx reverse proxy inside the container 🤔