diff --git a/bxl-shp/apps/docker-compose.onlyoffice.yaml b/bxl-shp/apps/docker-compose.onlyoffice.yaml index dce34b2..9c14a99 100644 --- a/bxl-shp/apps/docker-compose.onlyoffice.yaml +++ b/bxl-shp/apps/docker-compose.onlyoffice.yaml @@ -20,6 +20,7 @@ services: - "traefik.http.routers.onlyoffice-editor.tls=true" - "traefik.http.routers.onlyoffice-editor.tls.certresolver=http" - "traefik.http.routers.onlyoffice-editor.entrypoints=internalsecure,externalsecure" + - "traefik.http.routers.onlyoffice-editor.middlewares=httpsupgrade" networks: - external - onlyoffice @@ -53,7 +54,7 @@ services: - MYSQL_SERVER_PASS=onlyoffice_pass - ELASTICSEARCH_SERVER_HOST=onlyoffice-elasticsearch - ELASTICSEARCH_SERVER_HTTPPORT=9200 - - NGINX_WORKER_PROCESSES=1 + - NGINX_WORKER_PROCESSES=10 - NGINX_WORKER_CONNECTIONS=200 - CPU_PROCESSOR_COUNT=200 volumes: diff --git a/bxl-shp/config/dashy/config.yml b/bxl-shp/config/dashy/config.yml index e7f4704..3087235 100644 --- a/bxl-shp/config/dashy/config.yml +++ b/bxl-shp/config/dashy/config.yml @@ -135,6 +135,10 @@ sections: icon: hl-miniflux url: https://miniflux.bhasher.com id: 16_1631_miniflux + - title: Maubot + icon: hl-matrix + url: https://maubot.bhasher.com/_matrix/maubot/#/ + id: 17_1631_maubot - name: System services displayData: sortBy: most-used diff --git a/bxl-shp/system/docker-compose.traefik.yaml b/bxl-shp/system/docker-compose.traefik.yaml index f23e3d9..3810114 100644 --- a/bxl-shp/system/docker-compose.traefik.yaml +++ b/bxl-shp/system/docker-compose.traefik.yaml @@ -52,6 +52,7 @@ services: - "traefik.http.routers.traefik.tls.certresolver=http" - "traefik.http.routers.traefik.entrypoints=internalsecure" - "traefik.http.routers.traefik.middlewares=authelia@docker" + - "traefik.http.middlewares.httpsupgrade.headers.customrequestheaders.X-Forwarded-Proto=https" networks: - external