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>
19 lines
574 B
XML
19 lines
574 B
XML
<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>
|