Config sections (Basic, Mail, DNS, Firewall, …) rendered as a bare name. Add a small data-driven icon before each: config files now carry a `# @icon <emoji>` directive in their header, the config generator surfaces it as the subcategory's `icon`, and the config editor prepends it to the section <h3> (covers every render path — regular/master/toggle/domains/catalogs/whitelist — since they all drop displaySubcategory straight into the heading). - webui_generate_configs.sh: parse `# @icon` (first 10 lines) → emit "icon". - config-manager.js: prepend subcategoryData.icon to the section title. - configs/**: added an @icon to all 23 base config files (backup/general/network/ security/webui). The live install's config files get the same directive + a configs.json regen so existing installs show the icons too. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
19 lines
1.5 KiB
Plaintext
19 lines
1.5 KiB
Plaintext
# ================================================================================
|
|
# App Catalogs - Extra app-catalog sources the App Center browses
|
|
# @icon 🗂️
|
|
# ================================================================================
|
|
# Each slot is a catalog base URL served with a signed /<channel>/index.json
|
|
# (channel defaults to stable; append |<channel> for another). Sources are tried
|
|
# in priority order 1..9. The official catalog (from the Release Host) is always
|
|
# source #1 and is NOT listed here. Third-party catalogs are UNVERIFIED — you are
|
|
# trusting that host. Edit these from the App Center's Catalog Sources block.
|
|
CFG_CATALOG_1= # Catalog 1 - Extra catalog base URL, e.g. https://catalog.example.org
|
|
CFG_CATALOG_2= # Catalog 2 - Extra catalog base URL
|
|
CFG_CATALOG_3= # Catalog 3 - Extra catalog base URL
|
|
CFG_CATALOG_4= # Catalog 4 - Extra catalog base URL
|
|
CFG_CATALOG_5= # Catalog 5 - Extra catalog base URL
|
|
CFG_CATALOG_6= # Catalog 6 - Extra catalog base URL
|
|
CFG_CATALOG_7= # Catalog 7 - Extra catalog base URL
|
|
CFG_CATALOG_8= # Catalog 8 - Extra catalog base URL
|
|
CFG_CATALOG_9= # Catalog 9 - Extra catalog base URL
|