Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion replicated/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,14 @@ spec:
default: "0"
- name: plugin_directory_marketplace_source
title: Marketplace Source
help_text: "URI of the plugin catalog to load. Supports github://owner/repo[@ref], https:// URLs to a catalog JSON file, or file:// paths."
help_text: "URI of the plugin catalog to load. Supports github://owner/repo[@ref], or http(s):// URLs to a catalog JSON file."
Comment thread
jlav marked this conversation as resolved.
type: text
when: 'repl{{ ConfigOptionEquals "plugin_directory_enabled" "1" }}'
required: true
validation:
regex:
pattern: ^(github|https?)://
Comment thread
jlav marked this conversation as resolved.
message: Must start with github://, https://, or http://

- name: advanced_options
title: Advanced Options
Expand Down
Loading