Allow Gitea registry pushes through gitea.wixur.ir: nginx 50M body limit 413s Docker layers.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#
|
||||
# Variables:
|
||||
# REGISTRY_HOST Windows Docker push host, e.g. host.docker.internal:3000
|
||||
# (not gitea.wixur.ir unless nginx client_max_body_size 0)
|
||||
# REGISTRY_OWNER Gitea user/org for packages
|
||||
# CLONE_HOST git clone, e.g. 127.0.0.1:3000
|
||||
# PROD_PUBLIC_BASE_URL https://nudentic.ir (no trailing slash)
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
# Production (nudentic.ir / git tags): .gitea/workflows/prod-tag-deploy.yml — this file is Windows staging only.
|
||||
#
|
||||
# Repository Variables (Settings → Actions → Variables):
|
||||
# REGISTRY_HOST Docker registry host:port (no http/https). Windows Docker Desktop → host.docker.internal:3000
|
||||
# REGISTRY_HOST Docker registry host:port (no http/https).
|
||||
# Windows Docker Desktop → host.docker.internal:3000
|
||||
# Do NOT use gitea.wixur.ir unless Windows nginx for that
|
||||
# host has client_max_body_size 0 — Docker layer PUTs 413 otherwise.
|
||||
# REGISTRY_OWNER Gitea user or org that owns the packages
|
||||
# PUBLIC_BASE_URL URL users open in the browser, e.g. http://wixur.ir (no trailing slash, no :8088)
|
||||
# NEXT_PUBLIC_SENTRY_DSN GlitchTip frontend project DSN (https://…@errors.wixur.ir/…)
|
||||
|
||||
Reference in New Issue
Block a user