this post was submitted on 15 Jun 2023
1190 points (100.0% liked)

Lemmy.World Announcements

29042 readers
2 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kat@lemmy.ca 2 points 1 year ago (2 children)

I've got the domains already - I have a bad habit of buying domains that I never use. It's really the server part that gets me nervous. I'm not good at that stuff yet, and it's not really intuitive for me to learn. I know for Mastodon, they have some cloud based servers that they recommend, but Lemmy's instructions are kinda lacking detail for a newbie like me - and at this time, there's not really up-to-date YT videos showing you how to do it.

I know that being part of a server seems like a natural fit for someone like me who is totally lost with these things, but it's kinda frustrating that most larger instances have a ton of rules. I think the one I'm on has rules about lewd content, which is fine, but I feel like one of my comments got blocked from submission when I wrote about how Reddit's downfall will be similar to Tumblr's due to their likely eventual banning of that type of content. Maybe some of the words I used were triggering the auto filter or something? But either way, I didn't like that feeling of censorship.

[โ€“] CanadaPlus@lemmy.sdf.org 3 points 1 year ago* (last edited 1 year ago) (1 children)

There's a guy working on a runs-out-of-the-box Kubernetes install.

[โ€“] kat@lemmy.ca 1 points 1 year ago

Cool! I'll probably go down that route then when it's ready.

[โ€“] Jamie@jamie.moe 1 points 1 year ago

I didn't mention the install process in my case, because the box I installed on already had Apache, which conflicted with nginx, and I couldn't get an equivelant apache config working correctly. So in my case, it took extra steps where I migrated everything from apache to nginx on the box, and stopped using apache. But I did the install using ansible to connect from my PC to the server, and the install process itself wasn't bad. Copy pasted the config files and made a few relevant changes like DB password, instance name, default admin credentials, and pointing to my existing SMTP mail service. For a personal instance, you could probably exclude that last step though. I already host email for my domain, so the effort to do the extra and make it work was miniscule.

After the config changes, I just put things where the lemmy-ansible repo asked, and ran it as directed. Aside from a few screwups on my part, which were mostly because I was trying to see if I could make Apache work, the install wasn't too bad. Ansible did the heavy lifting, and if I was installing on a fresh server, I have little doubt it would have given me trouble at all.

If you ever decide to go through with trying, feel free to reach out to me. I'll be happy to help as much as I can.