Compare commits

..

7 Commits

6 changed files with 11 additions and 9 deletions
+4 -2
View File
@@ -53,10 +53,12 @@
{$GITEA_DOMAIN} { {$GITEA_DOMAIN} {
import access-log import access-log
request_body { request_body {
max_size 512MB max_size 2048MB
} }
@not_registry not path /v2/*
route { route {
import security crowdsec
appsec @not_registry
reverse_proxy http://gitea:3000 { reverse_proxy http://gitea:3000 {
header_up Host {http.request.host} header_up Host {http.request.host}
} }
+1 -1
View File
@@ -6,7 +6,7 @@ networks:
services: services:
glance: glance:
image: glanceapp/glance:v0.8.4 image: glanceapp/glance:v0.8.5
container_name: glance container_name: glance
restart: unless-stopped restart: unless-stopped
networks: networks:
+1 -1
View File
@@ -6,7 +6,7 @@ networks:
services: services:
memos: memos:
image: neosmemo/memos:0.27 image: neosmemo/memos:0.29
restart: unless-stopped restart: unless-stopped
container_name: memos container_name: memos
labels: labels:
+2 -2
View File
@@ -1,6 +1,6 @@
# https://docs.sftpgo.com/latest/config-file/ (Common > idle_timeout) # https://docs.sftpgo.com/latest/config-file/ (Common > idle_timeout)
SFTPGO_COMMON_IDLE_TIMEOUT=15 SFTPGO_COMMON__IDLE_TIMEOUT=120
# https://docs.sftpgo.com/latest/config-file/ (Common > upload_mode) # https://docs.sftpgo.com/latest/config-file/ (Common > upload_mode)
SFTPGO_COMMON_UPLOAD_MODE=0 SFTPGO_COMMON__UPLOAD_MODE=0
# https://docs.sftpgo.com/latest/config-file/ (HTTP server > bindings > ip_proxy_header) # https://docs.sftpgo.com/latest/config-file/ (HTTP server > bindings > ip_proxy_header)
SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER=X-Real-IP SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER=X-Real-IP
+2 -2
View File
@@ -14,8 +14,8 @@ services:
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
environment: environment:
- SFTPGO_COMMON_IDLE_TIMEOUT=${SFTPGO_COMMON_IDLE_TIMEOUT} - SFTPGO_COMMON__IDLE_TIMEOUT=${SFTPGO_COMMON__IDLE_TIMEOUT}
- SFTPGO_COMMON_UPLOAD_MODE=${SFTPGO_COMMON_UPLOAD_MODE} - SFTPGO_COMMON__UPLOAD_MODE=${SFTPGO_COMMON__UPLOAD_MODE}
- SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER=${SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER} - SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER=${SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER}
networks: networks:
- caddy - caddy
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- "--label-enable" - "--label-enable"
- "--cleanup" - "--cleanup"
- "--interval" - "--interval"
- "600" # 10 minutes - "28800" # 8 hours
logging: logging:
driver: "json-file" driver: "json-file"
options: options: