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"}
|
{"m.server": "matrix.strypsteen.com:443"}
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
strypsteen.com {
|
||||||
|
import base
|
||||||
|
import tls
|
||||||
|
respond 404
|
||||||
|
}
|
||||||
auth.strypsteen.com {
|
auth.strypsteen.com {
|
||||||
import base
|
import base
|
||||||
import tls
|
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]
|
[Container]
|
||||||
Image=ghcr.io/browserless/chromium
|
Image=ghcr.io/browserless/chromium
|
||||||
|
UserNS=auto
|
||||||
Tmpfs=/home/blessuser:mode=1777
|
Tmpfs=/home/blessuser:mode=1777
|
||||||
Environment=DEBUG=-*
|
Environment=DEBUG=-*
|
||||||
PublishPort=3000:3000
|
PublishPort=3000:3000
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[Container]
|
[Container]
|
||||||
Image=git.strypsteen.com/infra/code-server
|
Image=git.strypsteen.com/infra/code-server
|
||||||
|
UserNS=auto
|
||||||
ReadOnly=false
|
ReadOnly=false
|
||||||
AddDevice=/dev/kvm
|
AddDevice=/dev/kvm
|
||||||
AddDevice=/dev/net/tun
|
AddDevice=/dev/net/tun
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
[Service]
|
[Service]
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
[Container]
|
[Container]
|
||||||
Image=code.forgejo.org/forgejo/runner:5
|
Image=code.forgejo.org/forgejo/runner:6
|
||||||
|
UserNS=auto
|
||||||
SecurityLabelDisable=true
|
SecurityLabelDisable=true
|
||||||
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
|
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
|
||||||
Volume=/run/podman:/run/podman:U
|
Volume=/run/podman:/run/podman:U
|
||||||
|
|
Loading…
Add table
Reference in a new issue