kiwi

joined 1 year ago
[–] kiwi@kale.social 1 points 1 year ago

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

[–] kiwi@kale.social 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.

[–] kiwi@kale.social 3 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?

[–] kiwi@kale.social 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.

[–] kiwi@kale.social 9 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

[–] kiwi@kale.social 1 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

[–] kiwi@kale.social 6 points 1 year ago (16 children)

A lemmy instance will only show communities that someone’s has previously searched using the full url. You can find a list of all available instances here: http://browse.feddit.de/

 

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

[–] kiwi@kale.social 2 points 1 year ago (1 children)

wow very tricky, thanks for reporting back! Can I ask if you’re seeing better performance running postgresql separately?

[–] kiwi@kale.social 2 points 1 year ago (1 children)

I think that would be possible to do to help with searching for new communities. Although for now I’m not sure there’s too much difference between it existing on each instance vs on https://browse.feddit.de/. Other than ease of use of staying on one website I guess.

[–] kiwi@kale.social 1 points 1 year ago* (last edited 1 year ago) (3 children)

Thanks for the feedback! I think if your main goal is to just search for communities by name, then it’s best to use: https://browse.feddit.de/.

I find lemmy.directory the most helpful in browsing all posts across the lemmyverse in a single feed (via the “All” filter).

Searching for new communities may be able to be made more universal, but automatically pulling in those feeds (subscribing) is probably not a good general idea. See here for more info on that: https://lemmy.ml/comment/476925

[–] kiwi@kale.social 8 points 1 year ago* (last edited 1 year ago) (5 children)

If nobody from your instance is already subscribed, then you can only search for the community by the full url. I wrote a bit more about this here: https://lemmy.directory/post/34207

[–] kiwi@kale.social 2 points 1 year ago

When first subscribing to a new instance, a handful of posts get backfill synced. I think it would make sense to also backfill the comments for those posts.

view more: next ›