Lem453

joined 1 year ago
[–] Lem453@lemmy.ca 2 points 4 months ago* (last edited 4 months ago)

Also looking through some of the issues and comments on github about no plans to implement basic features (file search on the android app) does not inspire confidence at all. One of the reasons I'm hoping the OwnCloud rewrite is good.

[–] Lem453@lemmy.ca 1 points 4 months ago (2 children)

Did not know this. Thanks!

Looks like Kiteworks invested in OwnCloud in 2014 and they still seems to be going strong with the OSS development which is a good sign.

This probably explains why there are so many active devs on the project and how they got a full rewrite into version 4 relatively quickly.

Already seems to have more features than Seafile.

[–] Lem453@lemmy.ca 4 points 4 months ago

I know, I did as well.

The point of the post is that there is a very active full rewrite of the whole thing trying to ditch all the tech debt that NextCloud inherited from the OG owncloud (php, Apache etc)

[–] Lem453@lemmy.ca 2 points 4 months 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.

[–] Lem453@lemmy.ca 12 points 4 months 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.

[–] Lem453@lemmy.ca 1 points 4 months 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?

[–] Lem453@lemmy.ca 2 points 4 months 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

[–] Lem453@lemmy.ca 5 points 4 months ago* (last edited 4 months 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)

[–] Lem453@lemmy.ca 4 points 4 months ago* (last edited 4 months 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.

[–] Lem453@lemmy.ca 1 points 4 months 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

[–] Lem453@lemmy.ca 11 points 4 months ago (3 children)

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

[–] Lem453@lemmy.ca 56 points 4 months ago* (last edited 4 months 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!

view more: ‹ prev next ›