Update Version: 1.4.0

This commit is contained in:
2026-05-14 18:40:27 -04:00
parent 6178e9e55b
commit 7afd726188
21 changed files with 1051 additions and 278 deletions
+6 -4
View File
@@ -33,10 +33,12 @@ COPY --from=backend-builder /app/server/target/release/server /app/server
# Postgres: postgres://user:pass@host:5432/typstdrive
# DB_TYPE Database backend: "sqlite" or "postgres"
# Auto-detected from DATABASE_URL if not set.
# COOKIE_SECRET 64+ byte secret for signing session cookies.
# If unset, a random key is generated on each start
# and all sessions are invalidated on restart.
# RUST_LOG Log filter (default: server=debug,tower_http=debug)
# COOKIE_SECRET 64+ byte secret for signing session cookies.
# If unset, a random key is generated on each start
# and all sessions are invalidated on restart.
# ALLOW_REGISTRATION Set to "false" to disable public registration.
# Admins can still create accounts via the admin panel.
# RUST_LOG Log filter (default: server=debug,tower_http=debug)
ENV PORT=3000
ENV STATIC_DIR=/app/build
ENV DATABASE_URL=sqlite:///data/typstdrive.db?mode=rwc