🗃️ Fixed the actions and the docker daemon.json 🗃️
gitea / release-gitea (push) Successful in 8m10s

AI.md
.gitea/workflows/docker.yaml
README.md
rootfs/tmp/etc/docker/daemon.json
rootfs/tmp/etc/forgejo/app.ini
This commit is contained in:
casjay
2026-09-21 15:53:55 -04:00
parent 7e137b3d08
commit 67db5abd86
5 changed files with 190 additions and 181 deletions
+9 -6
View File
@@ -5,11 +5,14 @@
"experimental": true,
"pidfile": "/tmp/docker.pid",
"cgroup-parent": "/docker",
"storage-driver": "fuse-overlayfs",
"storage-driver": "vfs",
"insecure-registries": ["localhost"],
"features": {
"containerd-snapshotter": false
},
"default-address-pools": [
{"base": "172.17.0.0/12", "size": 24},
{"base": "192.168.0.0/16", "size": 24},
{"base": "10.0.0.0/8", "size": 24}
],
"insecure-registries": ["localhost"]
{ "base": "172.17.0.0/12", "size": 24 },
{ "base": "192.168.0.0/16", "size": 24 },
{ "base": "10.0.0.0/8", "size": 24 }
]
}
+2 -2
View File
@@ -222,7 +222,7 @@ DEFAULT_MAX_BLOB_SIZE = 10485760
SKIP_TLS_VERIFY = true
ALLOWED_DOMAINS =
BLOCKED_DOMAINS =
ALLOW_LOCALNETWORKS = false
ALLOW_LOCALNETWORKS = true
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[git.config]
http.sslVerify = false
@@ -380,4 +380,4 @@ ENABLED = false
RUN_AT_START = false
ENABLE_SUCCESS_NOTICE = true
SCHEDULE = @every 168h
HTTP_ENDPOINT = https://dl.gitea.com/gitea/version.json
DOMAIN_ENDPOINT = release.forgejo.org