mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
17 lines
428 B
YAML
17 lines
428 B
YAML
images:
|
|
api: "funkwhale/api:1.4.0"
|
|
front: "funkwhale/front:1.4.0"
|
|
typesense: "typesense/typesense"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: true
|
|
ldap: true
|
|
central_database: true
|
|
credentials:
|
|
domains:
|
|
canonical:
|
|
- "audio.{{ primary_domain }}"
|
|
aliases:
|
|
- "music.{{ primary_domain }}"
|
|
- "sound.{{ primary_domain }}" |