Add Docker build/push and Dockge deploy workflow

- Add api/admin/upload Dockerfiles and .dockerignore
- Add deploy/docker-compose.yml (ports 3001-3004) and deploy/README.md
- Add scripts/docker-build-push.sh for Gitea registry push
- Add Gitea/SSH scripts and Google Drive controller updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-03 13:36:11 +01:00
parent eb304f4b14
commit b333198d7e
18 changed files with 455 additions and 7 deletions

View File

@@ -203,6 +203,7 @@ class GoogleDriveService
$file->setParents([$folderId]);
$client->setDefer(true);
/** @var \Psr\Http\Message\RequestInterface $request When defer is true, create() returns the request instead of executing it */
$request = $service->files->create($file, [
'mimeType' => $mimeType,
'uploadType' => 'resumable',