You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ http://localhost:8080/ruleset
106
106
|`LOG_URLS`| Log fetched URL's |`true`|
107
107
|`DISABLE_FORM`| Disables URL Form Frontpage |`false`|
108
108
|`FORM_PATH`| Path to custom Form HTML | `` |
109
-
|`RULESET`| URL to a ruleset file|`https://raw.githubusercontent.com/everywall/ladder/main/ruleset.yaml` or `/path/to/my/rules.yaml`|
109
+
|`RULESET`|Path or URL to a ruleset file, accepts local directories |`https://raw.githubusercontent.com/everywall/ladder/main/ruleset.yaml` or `/path/to/my/rules.yaml` or `/path/to/my/rules/`|
110
110
|`EXPOSE_RULESET`| Make your Ruleset available to other ladders |`true`|
111
111
|`ALLOWED_DOMAINS`| Comma separated list of allowed domains. Empty = no limitations | `` |
112
112
|`ALLOWED_DOMAINS_RULESET`| Allow Domains from Ruleset. false = no limitations |`false`|
@@ -176,6 +176,7 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
176
176
To run a development server at http://localhost:8080:
0 commit comments