mirror of
https://github.com/YunoHost-Apps/ladder_ynh.git
synced 2024-09-03 19:26:23 +02:00
New screenshot and configuration option
This commit is contained in:
parent
ea77161cbd
commit
9c03beda8f
3 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
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
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 25 KiB |
|
@ -37,6 +37,14 @@ ram.runtime = "20M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
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]
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
Loading…
Add table
Reference in a new issue