mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-06-01 15:59:50 +00:00
18 lines
285 B
YAML
18 lines
285 B
YAML
server:
|
|
assets-path: /app/assets
|
|
|
|
auth:
|
|
secret-key: ${SECRET_KEY}
|
|
users:
|
|
admin:
|
|
password: ${ADMIN_PASSWORD}
|
|
|
|
theme:
|
|
background-color: 240 13 14
|
|
primary-color: 51 33 68
|
|
negative-color: 358 100 68
|
|
contrast-multiplier: 1.2
|
|
|
|
pages:
|
|
$include: home.yml
|