mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 04:28:49 +00:00
initial import from /x/ monorepo
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
5
run/anubis.env.default
Normal file
5
run/anubis.env.default
Normal file
@@ -0,0 +1,5 @@
|
||||
BIND=:8923
|
||||
DIFFICULTY=3
|
||||
METRICS_BIND=:9090
|
||||
SERVE_ROBOTS_TXT=0
|
||||
TARGET=http://localhost:3000
|
||||
12
run/anubis@.service
Normal file
12
run/anubis@.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description="Anubis HTTP defense proxy (instance %i)"
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/anubis
|
||||
Restart=always
|
||||
RestartSec=30s
|
||||
EnvironmentFile=/etc/anubis/anubis-%i.env
|
||||
LimitNOFILE=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user