diff --git a/container-config/alloy/config.alloy b/container-config/alloy/config.alloy index a647e2f..0d3a63b 100644 --- a/container-config/alloy/config.alloy +++ b/container-config/alloy/config.alloy @@ -3,6 +3,7 @@ logging { } prometheus.exporter.unix "local" { rootfs_path = "/run/host" + udev_data_path = "/run/host/run/udev/data" enable_collectors = ["systemd"] } prometheus.scrape "scraper" { diff --git a/container-config/nginx/nginx.conf b/container-config/nginx/nginx.conf index 6963b21..67a438c 100644 --- a/container-config/nginx/nginx.conf +++ b/container-config/nginx/nginx.conf @@ -23,7 +23,7 @@ http { error_log /dev/null; ssl_stapling on; ssl_stapling_verify on; - client_max_body_size 1G; + client_max_body_size 2G; proxy_read_timeout 600; proxy_send_timeout 600; resolver host.containers.internal; diff --git a/containers/code-server/Containerfile b/containers/code-server/Containerfile index c358084..59b3d64 100644 --- a/containers/code-server/Containerfile +++ b/containers/code-server/Containerfile @@ -1,7 +1,7 @@ FROM quay.io/fedora/fedora-toolbox:40 RUN dnf up -y RUN dnf install -y bash-color-prompt clang gcc hyperfine java-devel libvirt llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced -RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.92.2/code-server-4.92.2-amd64.rpm +RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.93.1-rc.1/code-server-4.93.1-rc.1-amd64.rpm RUN mkdir /etc/systemd/system/user@.service.d RUN mkdir /var/lib/systemd/linger RUN touch /var/lib/systemd/linger/coder diff --git a/desktop/etc/containers/containers.conf b/desktop/etc/containers/containers.conf index cf37173..eadbe82 100644 --- a/desktop/etc/containers/containers.conf +++ b/desktop/etc/containers/containers.conf @@ -1,2 +1,4 @@ [containers] tz="local" +[engine] +compression_format="zstd:chunked"