Compare commits

...
6 Commits
Author SHA1 Message Date
Roberto Soto da1dd0ed2f Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/peertube 2026-03-26 20:16:05 -03:00
Roberto Soto 9d7c06ce36 nuevo directorio docker 2026-03-26 20:09:41 -03:00
fauno 46798abbc2 chore: publish 7.3.0+v7.3.0-bookworm release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-03-26 18:28:01 -03:00
fauno 0d1ab925eb fix: compose all the files! 2026-03-26 18:25:53 -03:00
fauno 8b6cacc149 chore: publish 7.2.1+v7.3.0-bookworm release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-02-25 17:53:35 -03:00
fauno a13cf748ce Merge pull request 'fix: autogenerate peertube secret' (#23) from issue-22 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #23
2026-02-25 20:52:04 +00:00
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ SECRET_PEERTUBE_SECRET_VERSION=v1 # length=32
#NGINX_WEBSEED_CDN_URI=https://some-bucket.some-cdn.net
## E-mail settings # <= EDIT ALL THIS
#COMPOSE_FILE="compose.yml:compose.smtp.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
#PEERTUBE_SMTP_ENABLED=1
#SECRET_SMTP_PASSWORD_VERSION=v1
#PEERTUBE_SMTP_USERNAME=foobar
@@ -46,7 +46,7 @@ SECRET_PEERTUBE_SECRET_VERSION=v1 # length=32
#PEERTUBE_SMTP_DISABLE_STARTTLS=true
## Live stream settings
#COMPOSE_FILE="compose.yml:compose.rtmp.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.rtmp.yml"
## Live chat settings
#PEERTUBE_LIVE_CHAT_ENABLED=1
+2 -2
View File
@@ -79,7 +79,7 @@ services:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=7.2.0+v7.3.0-bookworm"
- "coop-cloud.${STACK_NAME}.version=7.3.0+v7.3.0-bookworm"
db:
image: pgautoupgrade/pgautoupgrade:18-alpine
@@ -90,7 +90,7 @@ services:
secrets:
- db_password
volumes:
- postgres-data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/18/docker
networks:
- internal
healthcheck:
+1
View File
@@ -0,0 +1 @@
Please update your .env file, specially if you're using SMTP or RTMP.