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/)L
Posts
19
Comments
549
Joined
3 yr. ago

  • Thats an excellent feature, thanks for the suggestion!

  • Thanks!

  • This looks fantastic! Thanks!

  • No but it seems perfect with the chores section. Thanks!

  • Web app is probably best. That makes it easy to share with other members in the family so anyone can check off a task once done. Also having tasks pile up when they are not done is also very useful so you can see the backlog. It's close to a calendar app but not quite optimized for something like this.

    Ideally tasks could have a description section that explains how to do it, like flushing the water heater could have be exact steps written for the heater tank that you have specifically avoiding the need to keep looking it up every year.

    There are several good webapps like this already, but they all are paid and locked in to their platform.

  • Selfhosted @lemmy.world

    Home Maintenance Reminder system

  • Not sure about encrypted storage on the SD card, never heard of that.

    However, reolink can be setup with the app once then connected to a VLAN that has no internet access and connects only to home assistant. Then you access the camera with home assistant only.

    Requires technical knowledge to setup, but reolink cameras work well in this setup.

  • This is blaphemous against the holy temple of Bcachefs.

  • Authentik handles SSO for all my apps like immich, linkwarden, owncloud etc. Openid when available but some web apps are done via forward proxy auth. Jellyfin uses LDAP via authentik which isn't sso technically.

    Other than me, no one else mounts samba shares directly. All personal files are synced to server and other devices with owncloud (OCIS).

  • Yes its config file only, but if you get the File editor app, it's quite easy to just copy and paste a few lines into the editor.

    Once it's setup it never changes.

  • I've not looked for an LDAP solution but stuff like this is why i went with authentik over other solutions. Because authentik has LDAP built in, i can use this when needed (jellyfin) but then use openid for other apps (which us superior in almost every way for home lab use)

  • There are auth libraries that you can just plug into your app so you don't even have to worry about that part yourself and just focus on the app

    https://authjs.dev/getting-started

  • Selfhosted @lemmy.world

    Single Sign in for Home Assistant now possible with OpenID

    github.com /cavefire/hass-openid
  • If I read Dungeon Crawler Carl should I get into He Who Fights Monsters? I have a big enough back log on my list as it is, but I really enjoyed DCC. Is HWFM just more of the same?

  • Borgbase has good options for Borg and restic backups.

    I highly recommend using one of these 2 for proper backups. Borg with borgmatic scripts are fantastic

  • Borgmatic

    You can self host the Borg server in docker (or bare metal) on another server if you have one (or a friends) and then borgbase offers very good paid backup storage

    I use a second server locally, a friend and borgbase as backup locations.

  • You have angered the helmsman Charon. Your misdeeds have been noted.

  • I used this guide to use traefik with a wildcard certificate from let's encrypt that is internal only. So I have

    Immich.domain.com

    And also

    Vault.local.domain.com

    This allows something like vaultwarden to only be accessible on my internal LAN while something like immich is exposed so I can share albums with anyone I want.

    If I want to connect to vaultwarden while away from home, I connect to wireguard first then access via the local URL.

    In docker I don't even close the app's ports, so even locally everything has SSL everywhere.

    https://youtu.be/liV3c9m_OX8

  • Jellyfin: The Free Software Media System @lemmy.ml

    Jellyfin for Android TV update to 0.19

    jellyfin.org /posts/androidtv-v0.19.0
  • Selfhosted @lemmy.world

    Custom Attributes in Authentik OIDC

  • Privacy @lemmy.ml

    Infinite scroll in GrayJay app?

  • Selfhosted @lemmy.world

    Help with ZFS Array

  • Selfhosted @lemmy.world

    Am I the only one who missed the Owncloud rewrite in Go?

    owncloud.com /infinite-scale/
  • Selfhosted @lemmy.world

    A Story of Silent Data Corruption with Seafile

  • Selfhosted @lemmy.world

    Self hosted YouTube player with automatic yt-dlp downloader

  • Steam Hardware @sopuli.xyz

    Jellyin app on steam deck allows screen to dim

  • Coffee @lemmy.world

    Suggestions for good decaf coffee roasters in Canada?

  • Selfhosted @lemmy.world

    Anyone tried this 4x 10gbe + 5x 2.5gbe router?

    forums.servethehome.com /index.php
  • Jellyfin: The Free Software Media System @lemmy.ml

    FFmpeg now has multi-threading

    www.phoronix.com /news/FFmpeg-CLI-MT-Merged
  • Jellyfin: The Free Software Media System @lemmy.ml

    Shout out to JellyStat, awesome stats for Jellyfin!

    github.com /CyferShepard/Jellystat
  • Home Automation @lemmy.world

    zwave to Ethernet bridge

  • Home Automation @lemmy.world

    Do UltraPro Z-WAve Switches have local control?

  • homelab @lemmy.ml

    NixOS as a docker host VM on proxmox?