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/`.
|
||||
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Filebot Media Browser">
|
||||
<defs>
|
||||
<linearGradient id="fb-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#6366f1"/>
|
||||
<stop offset="100%" stop-color="#8b5cf6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="14" fill="url(#fb-grad)"/>
|
||||
<text
|
||||
x="32"
|
||||
y="40"
|
||||
text-anchor="middle"
|
||||
fill="#ffffff"
|
||||
font-family="Outfit, system-ui, -apple-system, sans-serif"
|
||||
font-weight="700"
|
||||
font-size="22"
|
||||
>FB</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 574 B |
Reference in New Issue
Block a user