mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-26 15:15:56 +03:00
[PR #58] [MERGED] Adding PostgreSQL support #59
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asalimonov/authelia-admin/pull/58
Author: @asalimonov
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/8/2026
Merged by: @asalimonov
Base:
main← Head:feature/postgres📝 Commits (10+)
3f099a7feat: add pg and @types/pg dependencies for PostgreSQL support2b4137efeat: restructure DatabaseConfig for PostgreSQL with proper address parsing6970a97feat: implement PostgreSQLAdapter class with full CRUD operations9fadf76feat: update createDatabaseAdapter factory to use PostgresConfig958f3d5feat: remove sqlite-only guards from page servers9bf193cfeat: replace dbPath with dbInfo in page servers for multi-backend support13da21afeat: update Svelte templates for multi-backend database supporte67412dfeat: update i18n messages for PostgreSQL supportc4ec1b5feat: create Authelia PostgreSQL test configuration8c035c0feat: create PostgreSQL docker-compose test stack📊 Changes
22 files changed (+1415 additions, -561 deletions)
View changed files
📝
CLAUDE.md(+18 -15)📝
Dockerfile(+1 -1)📝
Makefile(+37 -5)📝
README.md(+10 -7)➕
docker-compose.test-pg.yml(+131 -0)📝
docker-compose.test.yml(+1 -1)➕
docs/plans/20260208-postgresql-support.md(+200 -0)📝
messages/en.json(+1 -5)📝
messages/ru.json(+1 -5)📝
package-lock.json(+482 -368)📝
package.json(+8 -5)📝
src/lib/server/database.ts(+340 -10)📝
src/routes/(app)/banned/ip/+page.server.ts(+15 -30)📝
src/routes/(app)/banned/ip/+page.svelte(+1 -12)📝
src/routes/(app)/banned/users/+page.server.ts(+9 -24)📝
src/routes/(app)/banned/users/+page.svelte(+1 -12)📝
src/routes/(app)/totp/configurations/+page.server.ts(+8 -19)📝
src/routes/(app)/totp/configurations/+page.svelte(+1 -12)📝
src/routes/(app)/totp/history/+page.server.ts(+6 -17)📝
src/routes/(app)/totp/history/+page.svelte(+1 -12)...and 2 more files
📄 Description
https://github.com/asalimonov/authelia-admin/issues/35
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.