this post was submitted on 06 Jul 2023
7 points (100.0% liked)
Café
777 readers
1 users here now
Welcome to our virtual third place, The Café.
Come on in and make a new human connection over a cup of coffee (or Teh Tarik). This is a casual community, do whatever you want, share your oyen pics, your frustrations, and even organize a weekend picnic with the community. The world is your oyster.
Rules are simple, be kind and civil with each other. As with any other café, rude patrons will be kicked out.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I also tried once with a generic test post (and once with the URL field pointing to monyet.cc), also unsuccessful
Title:
Simple introduction to Fediverse, Mastadon and Lemmy
Body:
I'm still wasn't not sure of the topology of these spaces so I asked chatGPT. Here's the gist of it (I edited and rearranged the reply):
The Fediverse is a network of interconnected social media platforms that are based on open protocols and standards. It's like a collection of different communities that can communicate and interact with each other. These platforms are often decentralized, meaning that they are not controlled by a single entity or company.
Mastodon is one of the most popular platforms in the Fediverse. It's similar to Twitter, but with some key differences. Mastodon allows users to create accounts, post messages (called toots), follow other users, and interact with their posts by liking, reposting, or replying to them. One of the significant advantages of Mastodon is that it is decentralized, which means that anyone can set up their own Mastodon instance (a server), and users from different instances can still connect and interact with each other. Think of it as many different communities hosted on different servers, but they can all communicate and share information with each other.
Lemmy is another platform in the Fediverse, but it is more similar to Reddit. It allows users to create communities (called instances) based on specific topics or interests. Users can join these communities and post links, text, or discussions related to that topic. Other users can then upvote, comment, and participate in those discussions. Like Mastodon, Lemmy is also decentralized, so there can be multiple instances of Lemmy running independently, but they can still interact with each other.
I tried and it immediately posted. Weird. Lemme ask the tech first, see if they can resolve it
Edit: did you mess around with the language option?
Dont think so, i put it as English all the times
Ah, did you uncheck undetermined?
Da fuq, that was the problem. posted d
Huhu, that language option always causing huge issue, i've learned changing that option will cause me unable to post and some people reported unable to see a lot of comment. It's annoying.
No idea what's going on with that. I put it to undetermined but at least one other person can see the post (and commented)
Undetermined is the default, and i think Cafe set to undetermined as well, so if you pick English you can't post it to community that isn't set to English. It's very janky. And if you change your language setting in your profile setting, you won't be able to view a lot of comment and post as well.
Honestly, i still have no idea how that thing works, so better just leave it.
let's see if the newly released lemmy 0.18.1 solves this problem (to the tech team: lemmy-ansible has also been updated).
a tip that I've heard: due to the changes in the path of some
.js
files, after the upgrade, those of us still using the browser (instead of apps) will need to refresh monyet.cc to get the old path out of browser cache.keep in mind that this 0.17.4 to 0.18.1 upgrade is a major one, touching almost all lemmy components. so, backups will need to be taken, and we'll all have to keep our fingers crossed that the upgrade completes without any complications.
all the best to the tech team!
Hope so, but i heard of the same problem from lemmy.world after they updated to 0.18.1, so maybe it will be fixed in stable release.
the stable release is out, at least for 0.18.1 it is, and lemmy.world has been upgraded
We're upgrading hopefully tonight!
that's great news :-)
here's an issue that I think a couple of other instances have run into: https://github.com/ubergeek77/Lemmy-Easy-Deploy/issues/26 (it's not from the lemmy-ansible repo but I think this developer tries to follow lemmy-ansible's docker file quite closely)
from a glance it seems to involve the
/etc/hosts
file interacting with docker dns, causing lemmy-ui to fail when finding the site icon (so if you haven't set that then you probably won't encounter this issue)edit: okay, I think https://monyet.cc/pictrs/image/9af04c84-4810-436c-9263-b550eb2de176.png is the site icon, so you have it set
Thanks for shaking that out for us!! :)
you're welcome.
I hope I'm not bombarding you with issues, here's another one, but it can wait until after the upgrade: https://github.com/ubergeek77/Lemmy-Easy-Deploy/issues/38
see especially this comment where the lemmy easy deploy developer does not recommend running the default postfix container included in the docker file due to vps hosts blocking port 25.
so, you'll probably have to work out another way for users to receive a password reset email (and there is some further info about using sendgrid in the issue that may help).
edit: I just realized I've never actually tried out the password reset function (also haven't heard any of the other users discussing it), so if my assumption is wrong, and it is working properly for monyet.cc, then please disregard this.
Thankfully we've got external email - we ran into this or a similar issue. Thanks! :)