mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00

* implement packaging proof of concept with yeet Signed-off-by: Xe Iaso <me@xeiaso.net> * docs/developer: add local dev docs for yeet Signed-off-by: Xe Iaso <me@xeiaso.net> * apply review feedback Signed-off-by: Xe Iaso <me@xeiaso.net> * build package artifacts in CI Signed-off-by: Xe Iaso <me@xeiaso.net> * tell CI to fetch all git metadata Signed-off-by: Xe Iaso <me@xeiaso.net> * rename package builds job Signed-off-by: Xe Iaso <me@xeiaso.net> * upload each package individually Signed-off-by: Xe Iaso <me@xeiaso.net> * split package build CI jobs Signed-off-by: Xe Iaso <me@xeiaso.net> * fix code injection? Signed-off-by: Xe Iaso <me@xeiaso.net> * fix ci? Signed-off-by: Xe Iaso <me@xeiaso.net> * fix security alert Signed-off-by: Xe Iaso <me@xeiaso.net> * docs/local-dev: point people to yeet v1.13.3 Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
18 lines
355 B
Desktop File
18 lines
355 B
Desktop File
[Unit]
|
|
Description="Anubis HTTP defense proxy (instance %i)"
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/anubis
|
|
Restart=always
|
|
RestartSec=30s
|
|
EnvironmentFile=/etc/anubis/%i.env
|
|
LimitNOFILE=infinity
|
|
DynamicUser=yes
|
|
CacheDirectory=anubis/%i
|
|
CacheDirectoryMode=0755
|
|
StateDirectory=anubis/%i
|
|
StateDirectoryMode=0755
|
|
ReadWritePaths=/run
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |