mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
[PR #1789] Down for maintenance screen #1227
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/1789
Author: @Pallavikumarimdb
Created: 11/1/2025
Status: 🔄 Open
Base:
dev← Head:feat/down-for-maintenance📝 Commits (10+)
0022663db schema for maintenance79cd907ui to enable down for maintenance screenf64f889backend for updating maintenance screend3b95f5generate traefik config for maintenance ui5473c13add pg schema9d14dbefix maintenance router name8ca3d3frefactor files and add func to private traefik config generator filef8aa303add en-Us stringscdbf7d9move settings into a new SettingsSection card93bfd18remove maintenance mode from oss traefik config generator📊 Changes
12 files changed (+686 additions, -88 deletions)
View changed files
📝
messages/en-US.json(+24 -1)📝
server/db/pg/schema/schema.ts(+9 -1)📝
server/db/sqlite/schema/schema.ts(+12 -2)📝
server/lib/readConfigFile.ts(+3 -1)📝
server/lib/traefik/getTraefikConfig.ts(+24 -24)📝
server/private/lib/traefik/getTraefikConfig.ts(+149 -28)📝
server/routers/external.ts(+2 -0)➕
server/routers/resource/getMaintenanceInfo.ts(+104 -0)📝
server/routers/resource/index.ts(+1 -0)📝
server/routers/resource/updateResource.ts(+7 -1)📝
src/app/[orgId]/settings/resources/[niceId]/general/page.tsx(+281 -30)➕
src/app/maintenance-screen/page.tsx(+70 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Down for maintenance screen serve via the resource.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.