Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
0
Comments
28
Joined
1 yr. ago

  • Can't wait!

    1. Point the hostname of your service to the IP of the proxy in the DNS.
    2. For the certs you need an internal CA. I use Step CA which has ACME support so the proxy can get certificates easily.
    3. Add the root CA certificate to your computer certificate trust store.
    4. Profit!!
  • Try to avoid installing extensions, they have too much privilege in the browser.

  • I have a TB of music in my Jellyfin server but I still listen steaming services mostly because it's more convenient.

  • This article is propaganda to normalize the enshittification of the houses. Ask any family with kids if they find the dishwasher useful.

  • Bicho bola in spanish

  • I see, thank you.

  • I use Bitnami SealedSecrets. Does anyone know if that's going down the shitter too?

  • Spam

  • I have had Jellyfin directly open to the Internet with a reverse proxy for years. No problems.

  • Deleted

    Permanently Deleted

    Jump
  • Incorrect. Not run as root, but launched by root in a system service (runs as the pipewire user).

  • For my simple use case (storing Velero backups), it works perfectly and with a resource footprint ridiculously low (~ 3 MiB memory when idle). In comparison MinIO used 100 times more memory.

  • Oh, I didn't realize this was for plain containers, sorry.

    For that I use Ansible to deploy the containers in my server. The secrets are stored encrypted in my local machine with passwordstore and I use the passwordstore lookup plugin to load them in the playbooks/templates.

  • The Ansible playbooks I use to deploy it are the documentation.

  • In my homelab I use Bitnami's sealed secrets to commit the encrypted secrets to git and deploy with ArgoCD.

  • Deleted

    Permanently Deleted

    Jump
  • Which user do you use to run the podman command? Confirm with whoami

    Note that the sysctl net.ipv4.ip_unprivileged_port_start can be used to allow non-root users to bind to ports <1024, this might be configured in MicroOS, I don't know.

  • I run some containers based on Fedora, mainly because I know the userspace and I don't care about the size.