Lem453

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

I had NextCloud on a Ryzen 3600 with NVME zfs array. While faster that my previous Intel atom with HDD + SSD cache, Seafile blows it away in terms of speed and resiliency. It feels much more reliable with updates etc.

[–] [email protected] 12 points 1 month ago (3 children)

Exactly, Seafile is the best I've found so far but a clean re write of the basic sync features would be great.

Seafile for example has full text search locked behind a paywall even though tools like Elasticsearch could be integrated into it for free. Even the android app as filename search locked behind a paywall. You have to log into the website on your phone if you need to search.

Pathetic state of affairs.

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

But my Lord, there is no such force.

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

But why? What benefit does ipv6 bring to a home network that ipv4 doesn't have?

As you said everything is already setup well with ipv4 so why change it?

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

Kde has a disable sleep button in the power/battery icon menu which I use as a work around, still annoying and yet another quality of life issue that Just Works (tm) on other platforms

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (2 children)

https://getaurora.dev/

Has been working for me. The issues I've encountered so far are all minor flatpak issues (Firefox not allowed to sleep-lock so the laptop screen shuts off watching videos etc)

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

When I was starting out I almost went down the same pathway. In the end, docker secrets are mainly useful when the same key needs to be distributed around multiple nodes.

Storing the keys locally in an env file that is only accessible to the docker user is close enough to the same thing for home use and greatly simplifies your setup.

I would suggest using a folder for each stack that contains 1 docker compose file and one env file. The env file contains passwords, the rest of the env variables are defined in the docker compose itself. Exclude the env files from your git repo (if you use this for version control) so you never check in a secret to your git repo (in practice I have one folder for compose files that is on git and my env files are stored in a different folder not in git).

I do this all via portainer, it will setup the above folder structure for you. Each stack is a compose file that portainer pulls from my self hosted gitea (on another machine). Portainer creates an env file itself when you add the env variables from the gui.

If someone gets access to your system and is able to access the env file, they already have high level access and your system is compromised regardless of if you have the secrets encrypted via swarm or not.

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

You could put in a big report for this. Seems like a small UI bug that could be a good QOL fix for others

[–] [email protected] 11 points 1 month ago (3 children)

True, but the downside of cloudflare is that they are a reverse proxy and can see all your https traffic unencrypted.

[–] [email protected] 57 points 1 month ago* (last edited 1 month ago) (1 children)

This is genuinely one of the most impressive open source projects out there right now. Seems like 10.9 opened the flood gates for all these amazing contributions and improvements. 81 merges in the last 30 days! Great job jellyfin team!

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

I like finamp as my android music client for jellyfin

[–] [email protected] 2 points 2 months ago

I world strongly suggest a second device like an RPI with Gitea. There what I have.

I use portainer to pull straight from git and deploy

view more: ‹ prev next ›