3 Commits

Author SHA1 Message Date
dc9f0217e2 migrate baserow to laylotta 2025-12-11 22:10:50 -08:00
3adcbdbece Merge branch 'main' into baserow 2025-11-23 21:31:27 +00:00
6e91af4eca Update baserow to upstream 1.2.2
This includes backupbot support, which we were struggling with.
Yay!
2025-11-23 13:28:57 -08:00
2 changed files with 3 additions and 33 deletions

View File

@ -1,30 +0,0 @@
TYPE=baserow:1.1.0+1.31.1
DOMAIN=baserow.resisttechmonopolies.online
COMPOSE_FILE="compose.yml"
## Domain aliases
#EXTRA_DOMAINS=', `www.baserow.resisttechmonopolies.online`'
## Automatically use subdomains under following domain (anything.example.com)
#WILDCARD_DOMAIN='example.com'
LETS_ENCRYPT_ENV=production
## For low-resource machines (<2GB ram)
# BASEROW_AMOUNT_OF_GUNICORN_WORKERS=1
# BASEROW_AMOUNT_OF_WORKERS=1
# BASEROW_RUN_MINIMAL=yes
# COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml"
# FROM_EMAIL="No Reply <noreply@example.com>"
# EMAIL_SMTP_USE_TLS=true
# EMAIL_SMTP_HOST=mail.exampl.com
# EMAIL_SMTP_PORT=497
# EMAIL_SMTP_USER=noreply@example.com
# SECRET_EMAIL_SMTP_PASSWORD_VERSION=v1
#
SECRET_SECRET_KEY_VERSION=v1
SECRET_JWT_KEY_VERSION=v1

View File

@ -1,4 +1,4 @@
TYPE=traefik:3.7.0+v3.6.2 TYPE=traefik
TIMEOUT=300 TIMEOUT=300
ENABLE_AUTO_UPDATE=true ENABLE_AUTO_UPDATE=true
ENABLE_BACKUPS=true ENABLE_BACKUPS=true
@ -6,7 +6,7 @@ ENABLE_BACKUPS=true
DOMAIN=traefik.resisttechmonopolies.online DOMAIN=traefik.resisttechmonopolies.online
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
LETS_ENCRYPT_EMAIL=linnealovespie@proton.me LETS_ENCRYPT_EMAIL=linnealovespie@proton.me
DASHBOARD_ENABLED=false # DASHBOARD_ENABLED=true
# WARN, INFO etc. # WARN, INFO etc.
LOG_LEVEL=WARN LOG_LEVEL=WARN
@ -145,4 +145,4 @@ FILE_PROVIDER_DIRECTORY_ENABLED=1
## "Web alt", an alternative web port ## "Web alt", an alternative web port
# NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this # NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this
#COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml" #COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml"
#WEB_ALT_ENABLED=1 #WEB_ALT_ENABLED=1