1
0
Fork 0
selfhostblocks/README.md
2023-08-09 20:41:43 -07:00

1.4 KiB

Self Host Blocks

Building blocks for self-hosting with battery included.

SHB's (Self Host Blocks) goal is to provide a lower entry-bar for self-hosting. I intend to achieve this by providing opinionated building blocks fitting together to self-host a wide range of services. Also, the design will be extendable to allow users to add services not provided by SHB.

Supported Features

  • Authelia as SSO provider.
    • Export metrics to Prometheus.
  • LDAP server through lldap, it provides a nice Web UI.
    • Administrative UI only accessible from local network.
  • Backup with Restic or BorgBackup
  • Monitoring through Prometheus and Grafana.
    • Export systemd services status.
  • Reverse Proxy with Nginx.
    • Export metrics to Prometheus.
    • SSL support.
    • Backup support.
  • Nextcloud
    • Export metrics to Prometheus.
    • LDAP auth, unfortunately we need to configure this manually.
    • SSO auth.
    • Backup support.
  • Home Assistant.
    • Export metrics to Prometheus.
    • LDAP auth through homeassistant_user LDAP group.
    • SSO auth.
    • Backup support.
  • Jellyfin
    • Export metrics to Prometheus.
    • LDAP auth, unfortunately we need to configure this manually.
    • SSO auth.
    • Backup support.