1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Use intent and timeout for open in mobile app

This commit is contained in:
Chocobozzz 2025-02-14 10:42:45 +01:00
parent bdcc626347
commit a93ad97aa1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 142 additions and 17 deletions

View file

@ -51,6 +51,24 @@ export interface ServerConfig {
redirectOnSingleExternalAuth: boolean
}
}
openInApp: {
android: {
intent: {
enabled: boolean
host: string
scheme: string
fallbackUrl: string
}
}
ios: {
enabled: boolean
host: string
scheme: string
fallbackUrl: string
}
}
}
defaults: {