Update
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-15 15:08:55 -04:00
parent a6925d337e
commit 53e6dd8853
10 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
/**
* Multi-source Portainer-format template catalogs.
* Users can configure many list URLs (Portainer only allows one).
* Multi-source format template catalogs.
* Users can configure many list URLs .
* Results are merged and de-duplicated across sources.
*/
@@ -8,7 +8,7 @@ const SETTINGS_KEY = 'peardock.settings.v1'
/** Default catalog (same as previous hard-coded URL) */
export const DEFAULT_TEMPLATE_LIST_URLS = [
'https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json',
'https://raw.githubusercontent.com/Lissy93/templates/main/templates.json',
]
/**
@@ -114,7 +114,7 @@ export function templateDedupeKey(t) {
}
/**
* Extract template array from Portainer-format JSON (v2/v3 variants).
* Extract template array from format JSON (v2/v3 variants).
* @param {unknown} data
* @returns {object[]}
*/