d_k_bo

joined 5 months ago
[–] d_k_bo@feddit.org 1 points 18 hours ago

To get a TLS certificate from Let's Encrypt, they need to verify that you are in control of your domain. For regular domains, this can be done via HTTP, for wildcard certificates they require you to create a DNS record with a special token to verify ownership of the domain.

This means that in order to automatically obtain a TLS certificate, caddy needs to interact with the API of your domain registrar to set up this record. Since there are many different providers, this isn't built into caddy itself and you require a version that includes the corresponding caddy-dns module. Caddy modules need to compiled into the binary, so it's not always trivial to set up (in my case I have a systemd timer that rebuilds a local container image whenever a new version of the docker.io/caddy:builder image is available).

[–] d_k_bo@feddit.org 3 points 2 days ago (2 children)

Caddy automatically sets up certificates for you. Since I don't want my subdomain to appear in certificate transparency logs, I use a wildcard certificate which requires using a plugin for my DNS provider.

[–] d_k_bo@feddit.org 26 points 3 days ago (5 children)

A reverse proxy, in my case Caddy.

[–] d_k_bo@feddit.org 8 points 1 week ago

To explain it a bit further: when you move a file/directory on the same mount point, moving the file/directory is essentially just a rename operation, which doesn't involve copying the data itself and is a very cheap operation. If you move a file/directory across mount points, you need to (recursively) copy the file/directory, copy file metadata and (recursively) delete the old file/directory, which is slow and error-prone.

[–] d_k_bo@feddit.org 89 points 1 week ago* (last edited 1 week ago) (5 children)

the hidden "trashbin", .Trash-$(uid), invented by Ubuntu

This isn't some “idiotic principle invented by Ubuntu”, it just follows the freedesktop.org Trash specification. For many users, it can be really beneficial, see also the spec's introduction:

An ability to recover accidentally deleted files has become the de facto standard for today's desktop user experience.

Users do not expect that anything they delete is permanently gone. Instead, they are used to a “Trash can” metaphor. A deleted document ends up in a “Trash can”, and stays there at least for some time — until the can is manually or automatically cleaned.

Whether an application like Prism Launcher should use the trash can or delete the files directly is an entirely different question.

[–] d_k_bo@feddit.org 10 points 1 week ago

I never heard of Cozy, but it looks quite nice. The Self-Hosting Documentation ist a bit lacking, but https://github.com/cozy/cozy-stack-compose contains all required information to set it it up yourself.

I originally used Nextcloud, but it has a lot of features not related to file hosting

Cozy seems to be in a similar situation, where file storage is just one of many features that it provides. If you want just files, it might be the best idea to just use any WebDAV Server or something like File Browser.

[–] d_k_bo@feddit.org 16 points 2 weeks ago* (last edited 2 weeks ago)

The error message is very detailed and there is nothing to add to it.

If you want to install an application/CLI tool, use pipx or your system package manager. If you want to install a library, use a virtual environment (e.g. by using python -m venv) or your system package manager.

[–] d_k_bo@feddit.org 6 points 2 months ago (1 children)

SPRIND GmbH is also known as „Bundesagentur für Sprunginnovationen“ and owned by the Federal Republic of Germany. See https://de.wikipedia.org/wiki/Bundesagentur_f%C3%BCr_Sprunginnovationen and https://www.sprind.org

[–] d_k_bo@feddit.org 2 points 3 months ago (1 children)

It supports any ONVIF compatible IP camera as well as USB cameras and the raspberry pi camera module

[–] d_k_bo@feddit.org 3 points 3 months ago (3 children)

MotionEye used to be the go-to solution.

I am not sure about the current state of the project (the python 2/3 transition took a long while, there are only pre-releases using a modern python version).

[–] d_k_bo@feddit.org 57 points 3 months ago (1 children)

They even implemented it in Firefox: moz://a redirects to https://www.mozilla.org/en-US/about/manifesto/

[–] d_k_bo@feddit.org 34 points 3 months ago (2 children)

I think Germany’s done it twice now.

It was Munich and they switched back to Windows after M$ moved their German headquarters to Munich.

view more: next ›