Initial commit: Filebot Media Browser
Vue 3 + FastAPI Webapp zur Anzeige von Filebot/n8n-Medienmetadaten aus PostgreSQL. Enthält Frontend, API, Nginx-Config, SQL-Migrationen und Docker-Compose-Setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
# Speicherort auf dem Server: /opt/docker/nginx_filebot/config/config.yaml
|
||||
|
||||
database:
|
||||
host: "192.168.30.186"
|
||||
port: 5432
|
||||
name: "deine_datenbank"
|
||||
user: "dein_benutzer"
|
||||
password: "dein_passwort"
|
||||
table: "n8n_filebot"
|
||||
Reference in New Issue
Block a user