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/)LE
Posts
10
Comments
436
Joined
2 yr. ago

  • The real power of obsidian is similar to why Raspberry Pi is so popular, it has such a large community that plugins are amazing and hard to duplicate.

    That being said, I use this to live sync between all my devices. It works with almost the same latency as google docs but its not meant for multiple people editing the same file at the same time

    https://github.com/vrtmrz/obsidian-livesync

  • Futo voice to text works nice and fast on my pixel 8 pro. Fractions of a second slower than google. Also that's with the slower English 74 library (more data point, slower). They have an even larger one but the default is the smaller and faster English-39 model

  • Sleep mode seems to be working well for me on fedora atomic with kde (aurora).

    Deep sleep works well and can stay sleeping for days.

    Normally sleep rules are working well. The do not sleep toggle in the power menu also works to prevent it from sleeping.

    Only thing that doesn't work is flatpak apps can't prevent the system from sleeping, so watching a video, using Handbrake to encode etc will all just allow it to sleep if there is no physical input.

    I have a 2018 dell xps

  • Security in layers.

    All your services should be using https. Vaultwarden in particular won't even run without https unless you bypass a bunch of security measures.

    This is how to setup local only and external https, I highly recommend this as a baseline setup for every homelab. It allows you to choose how much security you want on a per app basis and makes adding new apps trivially easy.

    https://youtu.be/liV3c9m_OX8?si=TSWXoN_8SJDpAHaW

  • Https is end to end encryption and doesn't need to be on their road map

    Encryption at rest could be an option but seeing as how many other projects have trouble with it (nsxtcloud), its probably best to have this at the fike system level with disc encryption

  • I've got multiple apps using LDAP, oauth, and proxy on authentik, I've not had this happen.

    I also use traefik as reverse proxy.

    I didn't manually create an outpost. Not sure what advantage there is unless you have a huge organization and run multiple redundant containers. Regardless there might be some bug here because I otherwise have the same setup as you.

    I would definitely try uploading everything to the latest container version first

  • For people wanting the a very versatile setup, follow this video:

    https://youtu.be/liV3c9m_OX8

    Apps that are accessed outside the network (jellyfin) are jellyfin.domain.com

    Apps that are internal only (vaultwarden) or via wireguard as extra security: Vaultwarden.local.domain.com

    Add on Authentik to get single sign on. Apps like sonarr that don't have good security can be put behind a proxy auth and also only accessed locally or over wireguard.

    Apps that have oAuth integration (seafile etc) get single sign on as well at Seafile.domain.com (make this external so you can do share links with others, same for immich etc).

    With this setup you will be super versatile and can expand to any apps you could every want in the future.

  • The same as for anything else if your phone gets stolen. You restore from backups.

    Aegis allows you to make a backup that you can keep yourself on your computer, your own cloud storage etc.

    Every OS has some kind of built in vault/encryption feature. Put the file in there. It only needs to be updated when you add another 2fa account (so very infrequently)