[PR #11] [MERGED] Fixed health check endpoint and update Docker configurations #114

Closed
opened 2026-03-15 02:25:33 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: bug/unhealthy-docker


📝 Commits (1)

  • 47fbe3a Fixed 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

  • Modified health check endpoint to verify database connectivity.
  • Updated Dockerfile to use Node.js 24 and Alpine 3.22.
  • Added .dockerignore file to exclude unnecessary files.
  • Enhanced authentication handling in hooks.server.ts.
  • Updated package dependencies and added overrides for Vite.
  • Minor changes in Makefile and README.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asalimonov/authelia-admin/pull/11 **Author:** [@asalimonov](https://github.com/asalimonov) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@asalimonov](https://github.com/asalimonov) **Base:** `main` ← **Head:** `bug/unhealthy-docker` --- ### 📝 Commits (1) - [`47fbe3a`](https://github.com/asalimonov/authelia-admin/commit/47fbe3ac9e922d6a603635af0a0569067318674f) Fixed health check endpoint and update Docker configurations ### 📊 Changes **12 files changed** (+126 additions, -98 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description - Modified health check endpoint to verify database connectivity. - Updated Dockerfile to use Node.js 24 and Alpine 3.22. - Added .dockerignore file to exclude unnecessary files. - Enhanced authentication handling in hooks.server.ts. - Updated package dependencies and added overrides for Vite. - Minor changes in Makefile and README. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:25:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/authelia-admin#114
No description provided.