lldap
restic
lldap | restic | |
---|---|---|
81 | 368 | |
5,194 | 29,191 | |
2.6% | 1.5% | |
9.2 | 9.7 | |
10 days ago | 9 days ago | |
Rust | Go | |
GNU General Public License v3.0 only | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lldap
-
Building a Self-hosted IAM Platform to Add SSO to My Home Lab
The architecture of an IAM platform is made up of 3 layers: the base infrastructure layer, the application layer, and the connection layer. The base layer is composed of a directory store, a repository for identity information, and synchronization, the ability for multiple directories to share identity information with each other. There were many self-hosted LDAP directory servers available, like the 389 Directory Server and FreeIPA, but I chose LLDAP to be the centralized directory store because of its simple configuration and low resource usage.
-
March 2025 Java Key Updates in Boot, Security, and More
A new LLdapDockerComposeConnectionDetailsFactory class for Light LDAP Implementation for Authentication.
- Lldap Release v0.6.0
- Lldap: Light LDAP Implementation
- Identity: Self-Hosted or in the Cloud?
-
Keycloak SSO with Docker Compose and Nginx
Good to hear, I think it'll make many users happy. For me, I've migrated back to Authelia. I moved to authentik because at the time Authelia had no user management. After all of authentik's sharp edges, I've found lldap[0], and was able to implement a pilot in a few hours. I haven't looked back, since everything was converted.
[0]: https://github.com/lldap/lldap
-
Ask HN: What apps have you created for your own use?
I wrote LLDAP (https://github.com/lldap/lldap) after struggling to install and configure openLdap on my homelab.
-
Anyone else using LLDAP and if so... (can it do TrueNAS & Linux User/Login authentication?)
I've recently installed and configured LLDAP (Lightweight LDAP) - More details here if you've never heard of it before: GitHub - lldap/lldap: Light LDAP implementation
- Lldap Release 0.5.0
-
🆕 Cosmos 0.8.0 - All in one secure Reverse-proxy, container manager and authentication provider has a brand new App Marketplace to share compose file! Also added home customization
I've an LLDAP instance running to make managing users easier.
restic
-
Ask HN: What are your peronsal data backup and sync setups? (2025)
Used to be restic[1], but I switched to kopia[2]. For Android I just sync /storage/emulated/0/ with syncthing. All devices are backed up to a home server. Home server backups go to Backblaze (but any S3-compatible storage would do).
1. https://restic.net/
-
BorgBackup 2 has no server-side append-only anymore
For anyone looking to migrate off borg because of this, append-only is available in restic, but only with the rest-server backend:
https://github.com/restic/restic
https://github.com/restic/rest-server
which has to be started with --append-only. I use this systemd unit:
[Unit]
- Ask HN: What project do you donate to?
-
Hold My Data
Run restic to backup an entire filesystem or a subset of it, and upload to a remote S3-compatible storage.
-
Backblaze seemingly does not support files greater than 1 TB
Restic is my personal favorite for straightforward file backups. It's simple and well-designed, integrates with rclone meaning it supports any cloud storage service you can imagine, and has a decently large community surrounding it.
https://restic.net/
https://github.com/rubiojr/awesome-restic
-
Simple backup service with rclone, restic and systemd on WebDAV (or another storage)
Let me show you how I back up my computers with restic and rclone using simple systemd configuration.
-
Restic: Backups Done Right
Afaik not yet, there was some discussion here: https://github.com/restic/restic/issues/804
- What do people do with thier pictures?
-
Timeshift: System Restore Tool for Linux
For me, these traits made restic initially attractive:
- encrypted, chunk-deduped, snapshotted backups
- single Go binary, so I could even backup the binary used to create my backups
- reasonable versioning and release scheme
- I could read, and understand, its design document: https://github.com/restic/restic/blob/master/doc/design.rst
I then just tried using it for a year and never hit any issues with it, so kept going, and now it's 6+ years later.
What are some alternatives?
glauth - A lightweight LDAP server for development, home use, or CI
BorgBackup - Deduplicating archiver with compression and authenticated encryption.
authentik - The authentication glue you need.
Duplicati - Store securely encrypted backups in the cloud!
ntfy - Send push notifications to your phone or desktop using PUT/POST
Duplicity - Unnoficial fork of Duplicity - Bandwidth Efficient Encrypted Backup