add mastodon statuses proxy
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m13s
Build & Release / deploy-to-production (push) Successful in 7s

This commit is contained in:
2026-06-03 20:15:43 +02:00
parent ad68c75ed3
commit a0c5efe630
3 changed files with 48 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ from functools import lru_cache
class Settings(BaseSettings):
mastodon_server:str
mastodon: dict[str, dict[str, object]]
openai_api_key:str
aws_access_key_id: str
aws_secret_access_key: str