selfhst-icons

selfhst-icons

Docker 应用程序 from Scootter's Repository

概述

selfh.st/icons is a collection of logos and icons for for self-hosted (and non-self-hosted) software.

This is a container to reference and colorize selfh.st/icons via HEX color codes.

See here for how to use the custom colored icons. https://github.com/selfhst/icons/wiki#building-links

Example Usage
https://example.com/bookstack
https://example.com/bookstack/primary
https://example.com/bookstack/8803fc
https://example.com/custom/bookstack.png

The image is configured to reference remote icon files by default. Users who prefer to host the assets locally should consider one of the following options (not covered in this documentation):

运行时参数

网络用户界面
http://[IP]:[PORT:4050]
网络
proxynet
外壳
sh
特权
false
额外参数
--restart unless-stopped

模板配置

Port 4050Porttcp
目标
4050
默认值
4050
价值
4050
ICON_SOURCEVariable

# Set to 'remote' to use remote assets from this repo # Set to 'local' to use local icon files (requires volume mount)

价值
remote
STANDARD_ICON_FORMATVariable

# Specify an icon format to use when a custom color is not specified # By default, this is set to 'webp' as not all icons have SVG versions

价值
webp
PRIMARY_COLORVariable

# Specify a primary custom icon color to easily apply or update icons in bulk # Note: See the 'Building Links' section below for how to reference the primary color in URLs

价值
0f60d9
REMOTE_URLVariable

# Specify a remote URL to serve icons from somewhere other than this repository # Note: The URL must serve paths for /svg and the STANDARD_ICON_FORMAT below from its root

价值
https://cdn.jsdelivr.net/gh/selfhst/icons@main
Icons SVGPathro

# Always required if ICON_SOURCE is 'local'

目标
/app/icons/svg
价值
/mnt/user/appdata/selfhst-icons/svg
Icons WebPPathro

# Only required if ICON_SOURCE is 'local' and STANDARD_ICON_FORMAT is 'webp'

目标
/app/icons/webp
价值
/mnt/user/appdata/selfhst-icons/webp
Icons AVIFPathro

# Only required if ICON_SOURCE is 'local' and STANDARD_ICON_FORMAT is 'avif'

目标
/app/icons/avif
价值
/mnt/user/appdata/selfhst-icons/avif
Icons PNGPathro

# Only required if ICON_SOURCE is 'local' and STANDARD_ICON_FORMAT is 'png'

目标
/app/icons/png
价值
/mnt/user/appdata/selfhst-icons/png
Icons ICOPathro

# Only required if ICON_SOURCE is 'local' and STANDARD_ICON_FORMAT is 'ico'

目标
/app/icons/ico
价值
/mnt/user/appdata/selfhst-icons/ico
Icons CustomPathro

# Optional mount for custom local icons

目标
/app/icons/custom
价值
/mnt/user/appdata/selfhst-icons/custom

详细信息

存储库
ghcr.io/selfhst/icons:latest
最后更新2026-05-31
初见2026-03-06

在Unraid 上运行 selfhst-icons 。

selfhst-icons 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。