feat: replace SFTP drop with Syncthing share path

Remove SFTPGo; mount event data from the Syncthing folder, watch
incoming/, and name variants after the source stem.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-07-18 14:06:57 +02:00
parent 83d4468b69
commit d5b44b221e
13 changed files with 167 additions and 189 deletions
+8 -1
View File
@@ -1,7 +1,7 @@
# Secrets
.env
# Runtime data (bind-mounted, never belongs in git)
# Runtime data (bind-mounted / Syncthing share — never in git)
/data/
# Local rembg/withoutbg comparison scratch
@@ -14,8 +14,15 @@
# Python
__pycache__/
*.pyc
*.pyo
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# OS / editor noise
.DS_Store
*.swp
*~
.idea/
.vscode/