- Catalog block now shows the official catalog as a pinned row #1 (verified badge + its URL from the generated data). Removing it opens the shared confirmation dialog with a REQUIRED tickbox (generalized to accept custom checkbox text) — it only hides official apps from browsing; system updates are unaffected. Backed by a new CFG_CATALOG_OFFICIAL_ENABLED flag the scan honors. - Trimmed the info-banner wording per feedback. - Config option sections: the body (after the divider, before the buttons) now sits in a darker boxed panel (bg + border), matching the content-box look used elsewhere. Applies to regular grids + the block editors; scoped to the main config editor. Signed-off-by: librelad <librelad@digitalangels.vip> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
1.8 KiB
Plaintext
19 lines
1.8 KiB
Plaintext
# ================================================================================
|
|
# App Catalogs - Extra app-catalog sources the App Center browses
|
|
# ================================================================================
|
|
# 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_OFFICIAL_ENABLED=true # Official Catalog - Include the official LibrePortal catalog (source #1) in the App Center. Disabling only hides its apps from browsing; system updates/hotfixes still use the official release host. [true:On|false:Off] **ADVANCED**
|
|
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
|