mirror of
https://github.com/casjaysdevdocker/forgejo
synced 2026-09-24 18:50:09 -04:00
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:
@@ -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 }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user