diff --git a/conf/systemd.service b/conf/systemd.service index 3856413..bc2221f 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/ladder -r https://t.ly/14PSf -p __PORT__ +ExecStart=__INSTALL_DIR__/ladder -r __RULESET__ -p __PORT__ StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit diff --git a/doc/screenshots/example.png b/doc/screenshots/example.png index 6f2bb86..8582f3f 100644 Binary files a/doc/screenshots/example.png and b/doc/screenshots/example.png differ diff --git a/manifest.toml b/manifest.toml index 8b0c799..eddbaf8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,6 +37,14 @@ ram.runtime = "20M" type = "group" default = "visitors" + [install.ruleset] + type = "url" + default = "https://raw.githubusercontent.com/everywall/ladder-rules/main/ruleset.yaml" + ask.fr = "URL vers un set de règles" + help.fr = "Il est conseillé de garder l'URL par défaut" + ask.en = "URL to a ruleset" + help.en = "It is advised to keep the default URL" + [resources] [resources.sources]