added initial Dropbox code

This commit is contained in:
Christian Krakau-Louis
2025-02-12 00:03:58 +01:00
parent c21f683c0f
commit 42148c50bc
3 changed files with 68 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ class Settings(BaseSettings):
dropbox_app_secret: str
dropbox_token_file_path: str
dropbox_folder: str
dropbox_refresh_token: str
nextcloud_upload_url: str
nextcloud_username: str
nextcloud_password: str