Try searching either way and wait. At first it will show "No results" or similar but after about 10 seconds it should go away. Then either the result will show, or you need to change selector to "Local" (its a bug). But you need to wait for "No results" to go away.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
"No results" never goes away though. I've straight up left it and walked away for like 10 min and no change. That's why I'm starting to wonder if it's an issue with my instance.
My current flow is: search "!selfhosted@lemmy.world", wait a few seconds, browse to https://ymmel.nl/c/selfhosted@lemmy.world - when it opens I'm able to subscribe.
Check sudo docker logs lemmy_lemmy_1
right after you search. I was getting http get request failures to the other servers.
Add 'lemmyexternalproxy' to networks for the lemmy service in docker-compose.yml and rebuild 'sudo docker-compose up -d --build'
Fixed it for me.
Edit: just read the part about nothing in the logs. If this is not it, I'm not sure.
I'm almost positive that network is already there but I'm definitely going to check the Lemmy-specific logs. I only knew how to check the general server logs when I last looked at it. If I ever get my kid to bed I'll take another look.
Might be, the current docker-compose.yml has it in there properly. However, when I used the install with docker guide a day or two ago it hard linked to the 0.17 version which didn't give external network access to the lemmy service. Sounded similar to the problem I was facing, but if you used the current docker-compose.yml I guess that is not it.
It sounds like the back end has no external network access. You can check with something like sudo docker exec -it lemmy_lemmy_1 ping archlinux.org
I have a simmilar problem, but I found out when you search for !communit@example.com then wait a second and go to the Communities tab and choos "All" then you will see the one you searched for in the list and then you can subscribe to it.
yeah, sometimes just refreshing (or waiting) on the search window works, and then a instance friendly link will show up