Use Bitwarden's icon service
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
This commit is contained in:
parent
1ae0522065
commit
128d6f43e3
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM quay.io/fedora/fedora-toolbox:41
|
FROM quay.io/fedora/fedora-toolbox:41
|
||||||
RUN dnf up -y
|
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 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.1/code-server-4.95.1-amd64.rpm
|
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 /etc/systemd/system/user@.service.d
|
||||||
RUN mkdir /var/lib/systemd/linger
|
RUN mkdir /var/lib/systemd/linger
|
||||||
RUN touch /var/lib/systemd/linger/coder
|
RUN touch /var/lib/systemd/linger/coder
|
||||||
|
|
|
@ -3,6 +3,7 @@ Image=docker.io/vaultwarden/server:latest-alpine
|
||||||
Network=nginx.network
|
Network=nginx.network
|
||||||
Volume=vaultwarden.volume:/data:U,Z
|
Volume=vaultwarden.volume:/data:U,Z
|
||||||
Environment=DOMAIN=https://vault.strypsteen.com
|
Environment=DOMAIN=https://vault.strypsteen.com
|
||||||
|
Environment=ICON_SERVICE=bitwarden
|
||||||
Environment=LOG_LEVEL=warn
|
Environment=LOG_LEVEL=warn
|
||||||
Environment=SIGNUPS_ALLOWED=false
|
Environment=SIGNUPS_ALLOWED=false
|
||||||
Environment=TRASH_AUTO_DELETE_DAYS=14
|
Environment=TRASH_AUTO_DELETE_DAYS=14
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Container]
|
[Container]
|
||||||
Image=code.forgejo.org/forgejo/runner:4.0.0
|
Image=code.forgejo.org/forgejo/runner:4.0.1
|
||||||
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