templater
This commit is contained in:
parent
1fb9582d56
commit
b458a0a998
46
config.yaml
46
config.yaml
@ -1,17 +1,17 @@
|
||||
email:
|
||||
from_email: ""
|
||||
from_email: "no-reply@acooldomain.co"
|
||||
username: ""
|
||||
password: ""
|
||||
server: ""
|
||||
server: "mail.acooldomain.co"
|
||||
|
||||
domain: ""
|
||||
domain: "games.acooldomain.co"
|
||||
|
||||
signing:
|
||||
key: ""
|
||||
algorithm: "HS512"
|
||||
|
||||
authentication:
|
||||
type: "OIDC" # OIDC or UserPass
|
||||
type: "UserPass"
|
||||
oidc:
|
||||
issuer_url: ""
|
||||
client_id: ""
|
||||
@ -19,32 +19,32 @@ authentication:
|
||||
user_pass:
|
||||
type: "mongo"
|
||||
mongo:
|
||||
url: ""
|
||||
url: "mongodb://mongo:27107"
|
||||
username: ""
|
||||
password: ""
|
||||
database: ""
|
||||
collection: ""
|
||||
database: "user_db"
|
||||
collection: "user_data"
|
||||
invite_token_database:
|
||||
type: "mongo"
|
||||
mongo:
|
||||
url: ""
|
||||
url: "mongodb://mongo:27107"
|
||||
username: ""
|
||||
password: ""
|
||||
database: ""
|
||||
collection: ""
|
||||
database: "user_db"
|
||||
collection: "invite_tokens"
|
||||
|
||||
instancemanager:
|
||||
type: "docker" # or kubernetes
|
||||
type: "docker"
|
||||
docker:
|
||||
games_domain: ""
|
||||
browsers_domain: ""
|
||||
certificate_resolver: ""
|
||||
games_domain: "games.acooldomain.co"
|
||||
browsers_domain: "browsers.acooldomain.co"
|
||||
certificate_resolver: "letsencrypt"
|
||||
file_browser:
|
||||
image:
|
||||
registry: ""
|
||||
tag: ""
|
||||
registry: "filebrowser/filebrowser"
|
||||
tag: "latest"
|
||||
command: ""
|
||||
network: ""
|
||||
network: "exposed"
|
||||
|
||||
users:
|
||||
default_max_owned_servers: 10
|
||||
@ -52,18 +52,18 @@ users:
|
||||
servers_database:
|
||||
type: "mongo"
|
||||
mongo:
|
||||
url: ""
|
||||
url: "mongodb://mongo:27107"
|
||||
username: ""
|
||||
password: ""
|
||||
database: ""
|
||||
collection: ""
|
||||
database: "server_db"
|
||||
collection: "servers"
|
||||
|
||||
servers_authorization_database:
|
||||
type: "mongo"
|
||||
mongo:
|
||||
url: ""
|
||||
url: "mongodb://mongo:27107"
|
||||
username: ""
|
||||
password: ""
|
||||
database: ""
|
||||
collection: ""
|
||||
database: "server_db"
|
||||
collection: "auth_data"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user