This commit is contained in:
parent
5e883d57be
commit
585d152b62
5 changed files with 11 additions and 1 deletions
|
@ -34,6 +34,11 @@ strypsteen.me {
|
|||
{"m.server": "matrix.strypsteen.com:443"}
|
||||
EOF
|
||||
}
|
||||
strypsteen.com {
|
||||
import base
|
||||
import tls
|
||||
respond 404
|
||||
}
|
||||
auth.strypsteen.com {
|
||||
import base
|
||||
import tls
|
||||
|
|
2
sandbox/etc/containers/containers.conf.d/sandbox.conf
Normal file
2
sandbox/etc/containers/containers.conf.d/sandbox.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[containers]
|
||||
userns="host"
|
|
@ -1,5 +1,6 @@
|
|||
[Container]
|
||||
Image=ghcr.io/browserless/chromium
|
||||
UserNS=auto
|
||||
Tmpfs=/home/blessuser:mode=1777
|
||||
Environment=DEBUG=-*
|
||||
PublishPort=3000:3000
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Container]
|
||||
Image=git.strypsteen.com/infra/code-server
|
||||
UserNS=auto
|
||||
ReadOnly=false
|
||||
AddDevice=/dev/kvm
|
||||
AddDevice=/dev/net/tun
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[Service]
|
||||
Restart=on-failure
|
||||
[Container]
|
||||
Image=code.forgejo.org/forgejo/runner:5
|
||||
Image=code.forgejo.org/forgejo/runner:6
|
||||
UserNS=auto
|
||||
SecurityLabelDisable=true
|
||||
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
|
||||
Volume=/run/podman:/run/podman:U
|
||||
|
|
Loading…
Add table
Reference in a new issue