mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
feat: PeerTube integration — alternate audio/video labels, FilePond pools, shared SMTP credentials, channel by name, test button, resumable upload, embed improvements, fix alt labels/curl_close/deprecation
This commit is contained in:
6
app/migrations/applied/030_peertube_oauth.sql
Normal file
6
app/migrations/applied/030_peertube_oauth.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Migration 030: Store PeerTube OAuth client credentials
|
||||
-- Instead of fetching client_id/client_secret from the API on every token request,
|
||||
-- store them once. The admin fetches them manually or we auto-fetch on first save.
|
||||
|
||||
ALTER TABLE peertube_settings ADD COLUMN oauth_client_id TEXT NOT NULL DEFAULT '';
|
||||
ALTER TABLE peertube_settings ADD COLUMN oauth_client_secret TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user