mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-25 14:45:56 +03:00
[PR #11] [MERGED] Fixed health check endpoint and update Docker configurations #114
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#114
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/11
Author: @asalimonov
Created: 8/30/2025
Status: ✅ Merged
Merged: 8/30/2025
Merged by: @asalimonov
Base:
main← Head:bug/unhealthy-docker📝 Commits (1)
47fbe3aFixed health check endpoint and update Docker configurations📊 Changes
12 files changed (+126 additions, -98 deletions)
View changed files
➕
.dockerignore(+4 -0)📝
.github/workflows/docker-publish.yml(+2 -2)📝
Dockerfile(+7 -35)📝
Makefile(+2 -1)📝
README.md(+3 -4)📝
dev.Dockerfile(+2 -6)📝
package-lock.json(+6 -6)📝
package.json(+6 -1)📝
src/hooks.server.ts(+31 -23)📝
src/lib/server/database.ts(+33 -10)📝
src/routes/+layout.server.ts(+0 -10)➕
src/routes/health/+server.ts(+30 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.