Use Bitwarden's icon service
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s

This commit is contained in:
Mathieu Strypsteen 2024-11-14 21:25:43 +01:00
parent 1ae0522065
commit 128d6f43e3
Signed by: mathieu
GPG key ID: 782A42E461BC6824
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM quay.io/fedora/fedora-toolbox:41
RUN dnf up -y
RUN dnf install -y bash-color-prompt cargo-deny clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.95.1/code-server-4.95.1-amd64.rpm
RUN dnf install -y bash-color-prompt clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.95.2/code-server-4.95.2-amd64.rpm
RUN mkdir /etc/systemd/system/user@.service.d
RUN mkdir /var/lib/systemd/linger
RUN touch /var/lib/systemd/linger/coder

View file

@ -3,6 +3,7 @@ Image=docker.io/vaultwarden/server:latest-alpine
Network=nginx.network
Volume=vaultwarden.volume:/data:U,Z
Environment=DOMAIN=https://vault.strypsteen.com
Environment=ICON_SERVICE=bitwarden
Environment=LOG_LEVEL=warn
Environment=SIGNUPS_ALLOWED=false
Environment=TRASH_AUTO_DELETE_DAYS=14

View file

@ -1,5 +1,5 @@
[Container]
Image=code.forgejo.org/forgejo/runner:4.0.0
Image=code.forgejo.org/forgejo/runner:4.0.1
SecurityLabelDisable=true
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
Volume=/run/podman:/run/podman:U