github dannybouwers/trala v0.5.0
v0.5.0: Custom user icons

10 hours ago

🚀 Custom user icons

Want to go offline? Use some exclusive icons? As of this version you can!
Mount a directory with icons to the container and TraLa will use the same search logic to find the right icon in your personal library as it does to find an icon on self.st/icons.

version: '3.8'

services:
  trala:
    image: ghcr.io/dannybouwers/trala:latest
    # ... your existing traefik configuration ...
    volumes:
      # Mount a directory with custom icons. See "Configuration" section below.
      - ./icons:/icons:ro
      # ...

What's Changed

  • feat: add support for custom icon directory with fuzzy matching by @dannybouwers in #28

Full Changelog: v0.4.0...v0.5.0

Don't miss a new trala release

NewReleases is sending notifications on new releases.