forked from coop-cloud/traefik
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d5c012e42 |
@@ -86,15 +86,6 @@ COMPOSE_FILE="compose.yml"
|
|||||||
#SECRET_PORKBUN_API_KEY_VERSION=v1
|
#SECRET_PORKBUN_API_KEY_VERSION=v1
|
||||||
#SECRET_PORKBUN_SECRET_API_KEY_VERSION=v1
|
#SECRET_PORKBUN_SECRET_API_KEY_VERSION=v1
|
||||||
|
|
||||||
## Cloudflare, htps://cloudflare.com
|
|
||||||
## To insert your secrets:
|
|
||||||
## abra app secret insert {myapp.example.coop} cf_email v1 "<CLOUDFLARE_EMAIL>"
|
|
||||||
## abra app secret insert {myapp.example.coop} cf_api_key v1 "<CLOUDFLARE_API_KEY>"
|
|
||||||
## cf_api_key is an account API key from Cloudflare that has DNS read + edit permission
|
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.cloudflare.yml"
|
|
||||||
#SECRET_CLOUDFLARE_EMAIL_VERSION=v1 # generate=false
|
|
||||||
#SECRET_CLOUDFLARE_API_KEY_VERSION=v1 # generate=false
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Manual wildcard certificate insertion #
|
# Manual wildcard certificate insertion #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|||||||
+4
-3
@@ -7,9 +7,10 @@ certain quality and consistency, that others can rely on.
|
|||||||
|
|
||||||
A recipe maintainer has the following responsibilities:
|
A recipe maintainer has the following responsibilities:
|
||||||
|
|
||||||
- Respond to pull requests / issues within two weeks
|
- Respond to pull requests / issues within a week
|
||||||
- Make image security updates within a week
|
- Make image security updates within a day
|
||||||
- Make image major updates every three months
|
- Make image patch / minor updates within a week
|
||||||
|
- Make image major updates within a month
|
||||||
|
|
||||||
In order to fullfill these responsibilities a recipe maintainer:
|
In order to fullfill these responsibilities a recipe maintainer:
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
> https://docs.traefik.io
|
> https://docs.traefik.io
|
||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico), Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
|
* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico)
|
||||||
* **Status**: `stable`
|
* **Status**: `stable`
|
||||||
* **Category**: Utilities
|
* **Category**: Utilities
|
||||||
* **Features**: ?
|
* **Features**: ?
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export TRAEFIK_YML_VERSION=v31
|
export TRAEFIK_YML_VERSION=v30a
|
||||||
export FILE_PROVIDER_YML_VERSION=v12
|
export FILE_PROVIDER_YML_VERSION=v12
|
||||||
export ENTRYPOINT_VERSION=v5
|
export ENTRYPOINT_VERSION=v5
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
app:
|
|
||||||
environment:
|
|
||||||
- CLOUDFLARE_EMAIL_FILE=/run/secrets/cf_email
|
|
||||||
- CLOUDFLARE_API_KEY_FILE=/run/secrets/cf_api_key
|
|
||||||
secrets:
|
|
||||||
- cf_email
|
|
||||||
- cf_api_key
|
|
||||||
|
|
||||||
secrets:
|
|
||||||
cf_email:
|
|
||||||
name: ${STACK_NAME}_cf_email_${SECRET_CLOUDFLARE_EMAIL_VERSION}
|
|
||||||
external: true
|
|
||||||
cf_api_key:
|
|
||||||
name: ${STACK_NAME}_cf_api_key_${SECRET_CLOUDFLARE_API_KEY_VERSION}
|
|
||||||
external: true
|
|
||||||
+1
-4
@@ -4,7 +4,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GARAGE_RPC_ENABLED
|
- GARAGE_RPC_ENABLED
|
||||||
ports:
|
ports:
|
||||||
- target: 3901
|
- "3901:3901"
|
||||||
published: 3901
|
|
||||||
protocol: tcp
|
|
||||||
mode: host
|
|
||||||
|
|||||||
+3
-3
@@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "traefik:v3.6.15"
|
image: "traefik:v3.6.11"
|
||||||
# Note(decentral1se): *please do not* add any additional ports here.
|
# Note(decentral1se): *please do not* add any additional ports here.
|
||||||
# Doing so could break new installs with port conflicts. Please use
|
# Doing so could break new installs with port conflicts. Please use
|
||||||
# the usual `compose.$app.yml` approach for any additional ports
|
# the usual `compose.$app.yml` approach for any additional ports
|
||||||
@@ -55,12 +55,12 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
||||||
- "coop-cloud.${STACK_NAME}.version=5.1.1+v3.6.15"
|
- "coop-cloud.${STACK_NAME}.version=5.1.0+v3.6.11"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||||
|
|
||||||
socket-proxy:
|
socket-proxy:
|
||||||
image: lscr.io/linuxserver/socket-proxy:3.2.19
|
image: lscr.io/linuxserver/socket-proxy:3.2.14
|
||||||
deploy:
|
deploy:
|
||||||
endpoint_mode: dnsrr
|
endpoint_mode: dnsrr
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+5
-1
@@ -33,6 +33,10 @@ entrypoints:
|
|||||||
to: web-secure
|
to: web-secure
|
||||||
web-secure:
|
web-secure:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
|
transport:
|
||||||
|
respondingTimeouts:
|
||||||
|
readTimeout: 0s
|
||||||
|
writeTimeout: 0s
|
||||||
http:
|
http:
|
||||||
encodedCharacters:
|
encodedCharacters:
|
||||||
allowEncodedSlash: true
|
allowEncodedSlash: true
|
||||||
@@ -96,7 +100,7 @@ entrypoints:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
|
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
|
||||||
matrix-federation:
|
matrix-federation:
|
||||||
address: ":8448"
|
address: ":9001"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
|
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
|
||||||
nextcloud-talk-hpb:
|
nextcloud-talk-hpb:
|
||||||
|
|||||||
Reference in New Issue
Block a user