this post was submitted on 12 Jun 2023
333 points (99.1% liked)

Lemmy.World Announcements

28381 readers
1 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 [email protected] 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
 

I'm trying to fix this annoying slowness when posting to larger communities. (Just try replying here...) I'll be doing some restarts of the docker stack and nginx.

Sorry for the inconvenience.

Edit: Well I've changed the nginx from running in a docker container to running on the host, but that hasn't solved the posting slowness..

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 8 points 1 year ago (5 children)

Since I have you here, if I start my own instance do I absolutely have to use docker? I've never had good experiences with it and would rather just install programs the old-fashioned way

[โ€“] [email protected] 8 points 1 year ago

Well if they can create a docker image out of it, you should be able to install it on a VM.. but I run it in Docker because it makes everything so easy manageable...

[โ€“] [email protected] 7 points 1 year ago

It is possible to do it without docker... but nobody recommends it :)

[โ€“] [email protected] 6 points 1 year ago* (last edited 1 year ago) (2 children)

Docker is not necessary, lemm.ee for example is running without docker!

Here is documentation for setting it up: https://join-lemmy.org/docs/en/administration/from_scratch.html

Of course you can fully adapt it to your own use case. The Lemmy backend is a single binary, you don't even need to build it on the same machine which will run it. There's no hard requirement to use nginx or anything like that either - if you understand what this guide is doing, you can replace all the unimportant parts as needed.

[โ€“] [email protected] 2 points 1 year ago

Awesome!!! Gonna work on it this weekend. Thank you!

[โ€“] [email protected] 0 points 1 year ago

Interesting, thanks for posting

[โ€“] [email protected] 5 points 1 year ago (2 children)

There is a how-to on how to set up your own instance without docker using ansible: https://join-lemmy.org/docs/en/administration/install_ansible.html

[โ€“] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

Note that this is just basically a script to deploy lemmy on a remote server. And it uses docker. It just does it for you. (Mostly)

[โ€“] [email protected] 4 points 1 year ago

Oh, oof. Didn't look into it much further as the docker solution would have suited me best also. Thanks for the heads-up

[โ€“] [email protected] 1 points 1 year ago

This is also only for Debian AFAIK

[โ€“] [email protected] 2 points 1 year ago

Technically no, but they put all their update info and support for docker.