ask.js, copyparty, forgejo, i2pd, knot, mollysocket (untested)
This commit is contained in:
parent
3f1b682b4e
commit
ec0fd52fad
13 changed files with 131 additions and 1 deletions
25
beeper/etc/containers/systemd/copyparty/copyparty.container
Normal file
25
beeper/etc/containers/systemd/copyparty/copyparty.container
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[Unit]
|
||||
Description=copyparty
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/copyparty/ac:latest
|
||||
ContainerName=copyparty
|
||||
Environment=LD_PRELOAD=/usr/lib/libmimalloc-secure.so
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
HealthCmd=wget --spider -q 127.0.0.1:3923/?reset=/._
|
||||
HealthInterval=1m
|
||||
HealthTimeout=2s
|
||||
HealthRetries=5
|
||||
PublishPort=127.0.0.1:15084:3923
|
||||
UserNS=keep-id:uid=1000,gid=1000
|
||||
Volume=/var/containers/copyparty/conf:/cfg:Z
|
||||
Volume=/mnt/ext/copyparty:/w:z
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue