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:
@@ -0,0 +1,21 @@
|
||||
# Logo für Media-Server-Dashboard (`/opt/nginx/html`)
|
||||
|
||||
## Datei kopieren
|
||||
|
||||
```bash
|
||||
cp /opt/nginx_filebot/docs/dashboard-assets/filebot-media-browser.svg \
|
||||
/opt/nginx/html/filebot-media-browser.svg
|
||||
```
|
||||
|
||||
## In `index.html` (apps-Array)
|
||||
|
||||
```javascript
|
||||
{
|
||||
name: "FileBot Media Browser",
|
||||
port: 8090,
|
||||
icon: "/filebot-media-browser.svg",
|
||||
color: "#6366f1",
|
||||
},
|
||||
```
|
||||
|
||||
Port und Pfad an deine Umgebung anpassen. Die Karte verlinkt automatisch auf `http://<server-ip>:8090/`.
|
||||
Reference in New Issue
Block a user