mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added version to audiobookshelf filebrowser haproxy cloudflared apache2 and uptime-kuma
This commit is contained in:
@@ -4,7 +4,7 @@ in
|
||||
{
|
||||
virtualisation.oci-containers.containers = {
|
||||
haproxy = {
|
||||
image = "haproxy:latest";
|
||||
image = "haproxy:3.1";
|
||||
user = "600:600";
|
||||
environment = {
|
||||
TZ = "Etc/EST";
|
||||
@@ -23,7 +23,7 @@ in
|
||||
autoStart = true;
|
||||
};
|
||||
cloud_flare_tunnel = {
|
||||
image = "cloudflare/cloudflared:latest";
|
||||
image = "cloudflare/cloudflared:2025.1.1";
|
||||
user = "600:600";
|
||||
cmd = [
|
||||
"tunnel"
|
||||
|
||||
Reference in New Issue
Block a user