add transcript-api + transcript-frontend

This commit is contained in:
johannesstahlhut
2025-11-28 11:04:35 +01:00
parent 662ea8f1ee
commit 272af441a6
10 changed files with 88 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
# GHCR registry credentials (set ghcr_pat via Ansible Vault)
ghcr_username: "" # e.g. your GitHub username or org bot user
ghcr_pat: "{{ vault_ghcr_pat | default('') }}"