Skip to content

Commit 1ae00ec

Browse files
authored
Merge pull request #98 from meceware/dev
v2.1.0
2 parents a28536b + 09eb827 commit 1ae00ec

9 files changed

Lines changed: 872 additions & 672 deletions

File tree

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ EMAIL_FROM=
1919
# Contact email address that contact form submissions will be sent to
2020
EMAIL_CONTACT_EMAIL=
2121

22-
# Auth.js
22+
# Better Auth configuration
2323
# Can be automatically generated if not given with ./scripts/setup.sh
2424
AUTH_SECRET=
2525
# Disable new user registration
@@ -44,6 +44,8 @@ GOOGLE_SECRET=
4444
# GENERIC_AUTH_CLIENT_SECRET=
4545
# Generic OAuth Issuer or Discovery URL
4646
# GENERIC_AUTH_ISSUER=
47+
# Generic OAuth Scope (optional, with space separated values)
48+
# GENERIC_AUTH_SCOPE=
4749

4850
# Push Notifications
4951
# Can be automatically generated if not given with ./scripts/setup.sh

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base
2-
FROM node:24-alpine AS base
2+
FROM node:25-alpine AS base
33
WORKDIR /app
44

55
FROM base AS builder

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414

1515
app:
1616
container_name: wapydev-app
17-
image: node:24-alpine
17+
image: node:25-alpine
1818
restart: unless-stopped
1919
environment:
2020
- NODE_ENV=development

0 commit comments

Comments
 (0)