aussiematt

joined 1 year ago
[–] aussiematt@kbin.social 3 points 1 year ago

Same with my pixel 2, it was stuck back on android 11, LineageOS has given it a new lease of life.

[–] aussiematt@kbin.social 3 points 1 year ago (3 children)

From those graphs, memory usage is very low. Most of it is being used for disk caching, which is what linux does with memory it has no other use for (may as well use it for something).

[–] aussiematt@kbin.social 2 points 1 year ago

In the Lemmy documentation they clearly say they don't want to support any reverse proxy except nginx, so not really much point posting it to any "official" community.

[–] aussiematt@kbin.social 1 points 1 year ago (2 children)

I tried installing Lemmy on my server, but it runs Apache HTTPD on the web port, and I couldn't work out how to integrate Lemmy with that web server. From what I can tell from the NGINX sample config, you need to be able to specify rewrite rules based on the HTTP request method rather than on just the URL, and I just couldn't see how to do that with Apache...
I think I'll try installing kbin instead, this seems to have a more standard setup, similar to Mastodon.