kiwi

joined 1 year ago
[–] [email protected] 2 points 1 year ago

Yes accounts are distributed to each server. Same as communities.

[–] [email protected] 4 points 1 year ago (5 children)

I agree except someone has to host the content and they should get to decide what’s not allowed.

[–] [email protected] 5 points 1 year ago

lol you’re right

[–] [email protected] 4 points 1 year ago (2 children)

The king can move right one?

[–] [email protected] 4 points 1 year ago (3 children)

lemmy, kbin and mastodon are federated but you can't log into each app with an account from another platform. You can post to lemmy from your mastodon server, but not log into beehaw.org.

[–] [email protected] 1 points 1 year ago

You'll need to be able to ssh into the server.

[–] [email protected] 2 points 1 year ago

Hosting a single user instance, I'm seeing a few GB of network traffic over the past few days and maybe 10Gb at most needed for the disk.

[–] [email protected] 4 points 1 year ago

Ah, great thanks. That sounds much smaller in file size than mirroring all embedded content.

 

I thought lemmy would only cache text from remote instances to avoid replicating images across the lemmyverse. But I'm seeing a lot of images stored in volumes/pictrs/files/ so maybe that's not the case? Anyone have any insight into this?

[–] [email protected] 2 points 1 year ago

Thanks, I didn't know that.

[–] [email protected] 1 points 1 year ago

Turns out docker is configured to reference everything though relative paths. I just needed to move the directory and everything kept working.

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago)

The lemmy ui is removing websockets in the next update replacing it with a REST API. I suspect that will stop any new posts from popping to the top after load.

People seem to not want new posts and comments moving things around on their page anyway.

https://github.com/LemmyNet/lemmy/issues/2841

[–] [email protected] 2 points 1 year ago (2 children)

Ah got it. Yes, Im using docker compose but setup through ansible. Sounds like I just need to update the bind mount then. Thanks

 

Is it safe to move the /svr/lemmy/ directory to a new location on the same server? Or is the directory hard coded into different places? Thanks

view more: next ›