Lionel C-R
- 4 Posts
- 11 Comments
Lionel C-R@lemmy.coupou.frtoLemmy@lemmy.ml•discoverability of sublemmies on other servers1·4 years agoYes but it’ll only show content for communities that have already been subscribed to/searched for from your instance
Lionel C-R@lemmy.coupou.frtoLemmy@lemmy.ml•discoverability of sublemmies on other servers4·4 years agoHi, I had this problem on my instance since I’m the only user. I found a workaround to get all lemmy.ml communities to show up on mine, I posted about it here: https://lemmy.coupou.fr/post/10428
Oh that’s good news, thanks!
Yeah agreed that’s a workaround but this issue is common for services relying on the fediverse and more globally for decentralized services.
I mean you can’t expect to know each and every e-mail address of every domains when you sign up with a mail provider. You would need some kind of agreement between two providers to share user lists.
I’m not well versed into activitypub but I don’t think such a feature exists. I guess because of privacy concerns amongst other things.
I think, the question here is why add code - that will have to be maintained - for a feature that is already implemented in your browser?
I understand that mobile users have to add one touch to achieve the same result but PC users Litterally only have to use just another mouse button, that does not seem to be that big an adjustment.
If that is really important I read down this post that someone implemented it as an extension, maybe that’s the way to go, or use a mobile app, as lemmur which works as intended?
If I understand correctly, this is a feature that would only benefit mobile users who either way have workarounds available.
I’m not saying it should never be implemented but there could be more pressing issues to address.
Ok I didn’t understand the request. I think not opening in a new window would not be a problem if by hitting the “back” link it would take you back exactly where you were before opening the link (as reddit works I think, I remember it opening a modal window).
Anyway if this gets implemented It would need to be a setting as some people (yeah you guessed right I’m part of those) would find that annoying, I don’t like a website deciding for me where a link should be opened (unless again it’s opened in the same window but in a modal).
I rather use middle click on my computer and on android the lemmur client works exactly as reddit.
You mean you need an extra button/link on the interface? The options provided by your os / browser aren’t good enough? (Either middle click or Ctrl+click on PC, long tap on mobile)
Lionel C-R@lemmy.coupou.frOPtoLemmy@lemmy.ml•Ok so I managed to make federation working, mind your versions!1·4 years agoI can confirm, that did the trick
Lionel C-R@lemmy.coupou.frOPtoLemmy@lemmy.ml•Ok so I managed to make federation working, mind your versions!1·4 years agoOk so that’s half working as expected, my publication appears on Lemmy.ml but I can’t get Lemmy.ml content appear on my instance.
I checked:
- My nginx setup
- My server date and time
- The debug curl commands and they all work
What else could be wrong?
Hi, I did not use the ansible playbook so I have no confirmation of what I’m saying here, just talking from my experience with ansible.
{{ values }}
are defined somewhere in your ansible inventory. For example{{ domain }}
is defined in thehosts
file you have to copy (domain=example.com
)