Self-host all icons and wallpaper, remove CDN dependency

Download 69 selfh.st icon files (34 PNG, 34 light SVG, unraid.svg) into
assets/icons/ and add wallpaper to assets/. Update sidebar.js to serve
icons from /custom/assets/icons/ instead of cdn.jsdelivr.net. Update
style.css wallpaper path to /custom/assets/wallpaper.jpg.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kaloyan Danchev
2026-02-09 06:57:03 +02:00
parent fbacc229ea
commit dbabcdaf37
74 changed files with 70 additions and 9 deletions

View File

@@ -51,7 +51,7 @@
============================================ */
body {
background: #0a0a0f !important;
background-image: url('/custom/wallpaper.jpg') !important;
background-image: url('/custom/assets/wallpaper.jpg') !important;
background-size: cover !important;
background-position: center center !important;
background-attachment: fixed !important;