Compare commits

..
Author SHA1 Message Date
fauno 08f5f4424c fix: autogenerate peertube secret
continuous-integration/drone/pr Build is failing
closes #22
2026-02-25 12:35:12 -03:00
3wordchant 528306134a Merge pull request 'fix typo' (#20) from Numerica/peertube:main into main
continuous-integration/drone/push Build is failing
Reviewed-on: #20
2026-02-25 04:39:18 +00:00
Roberto Soto 1b7a6bdf3d fix typo
continuous-integration/drone/pr Build is failing
2026-02-23 10:59:49 -03:00
4 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ SECRET_DB_PASSWORD_VERSION=v1
# Comment out these lines if you want to store the peertube secret in a config file instead of a docker secret
COMPOSE_FILE="$COMPOSE_FILE:compose.peertube-secret.yml"
SECRET_PEERTUBE_SECRET_VERSION=v1
SECRET_PEERTUBE_SECRET_VERSION=v1 # length=32
## Webseed backend
#
+4 -6
View File
@@ -21,12 +21,10 @@ An ActivityPub-federated video streaming platform using P2P directly in your web
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new peertube`
4. `abra app cmd -l YOURAPPDOMAIN generate_secret`
5. `abra app secret generate YOURAPPDOMAIN -a`
6. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
your Docker swarm box
7. `abra app deploy YOURAPPDOMAIN`
8. Open the configured domain in your browser to finish set-up
4. `abra app secret generate YOURAPPDOMAIN -a`
5. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to your Docker swarm box
6. `abra app deploy YOURAPPDOMAIN`
7. Open the configured domain in your browser to finish set-up
## Host-mode networking
-4
View File
@@ -3,10 +3,6 @@
export NGINX_CONFIG_VERSION=v8
export APP_ENTRYPOINT_VERSION=v7
generate_secret() {
abra app secret insert "$APP_NAME" peertube_secret v1 "$(openssl rand -hex 32)" --chaos
}
sub_npm() {
abra__service_="app"
+1 -1
View File
@@ -130,7 +130,7 @@ http {
font/truetype
font/opentype
application/vnd.ms-fontobject
image/svg+xml;
image/svg+xml
application/xml;
gzip_min_length 1000; # default is 20 bytes
gzip_buffers 16 8k;