mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 19:27:18 +02:00
35 lines
644 B
YAML
35 lines
644 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
central_database: false
|
|
logout: false
|
|
oidc: false
|
|
|
|
server:
|
|
domains:
|
|
canonical:
|
|
- "bridgyfed.{{ PRIMARY_DOMAIN }}"
|
|
csp:
|
|
whitelist: {}
|
|
flags: {}
|
|
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: false
|
|
emulator:
|
|
enabled: true
|
|
image: 'gcr.io/google.com/cloudsdktool/google-cloud-cli:latest'
|
|
application:
|
|
image: "python"
|
|
version: "3.12-bookworm"
|
|
name: "web-app-bridgy-fed"
|
|
|
|
rbac:
|
|
roles: {}
|
|
|
|
source:
|
|
repo: "https://github.com/snarfed/bridgy-fed.git"
|
|
ref: "main"
|