feat: Initial Matrix server setup with Postgres, Element, and Keycloak OIDC
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
# Runtime data and state
|
||||
data/homeserver.pid
|
||||
data/*.signing.key
|
||||
data/media_store/
|
||||
|
||||
# Database data
|
||||
postgres_data/
|
||||
Reference in New Issue
Block a user