Added fediverse bridge draft

This commit is contained in:
2025-09-04 02:26:27 +02:00
parent 0e72dcbe36
commit d2fa90774b
12 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
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"