Add homelab installer and services (allprox, authelia, lldap)
This commit is contained in:
parent
68b23f1cbe
commit
bb754cdd8c
32 changed files with 2356 additions and 1 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# environment files (keep examples)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# local installer state
|
||||
.homelab/
|
||||
|
||||
# OS noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue