[PR #1789] Down for maintenance screen #1227

Open
opened 2025-11-13 12:20:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1789
Author: @Pallavikumarimdb
Created: 11/1/2025
Status: 🔄 Open

Base: devHead: feat/down-for-maintenance


📝 Commits (10+)

  • 0022663 db schema for maintenance
  • 79cd907 ui to enable down for maintenance screen
  • f64f889 backend for updating maintenance screen
  • d3b95f5 generate traefik config for maintenance ui
  • 5473c13 add pg schema
  • 9d14dbe fix maintenance router name
  • 8ca3d3f refactor files and add func to private traefik config generator file
  • f8aa303 add en-Us strings
  • cdbf7d9 move settings into a new SettingsSection card
  • 93bfd18 remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1789 **Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb) **Created:** 11/1/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `feat/down-for-maintenance` --- ### 📝 Commits (10+) - [`0022663`](https://github.com/fosrl/pangolin/commit/0022663d595dfb070c52ca76af8e00de39e7d0d0) db schema for maintenance - [`79cd907`](https://github.com/fosrl/pangolin/commit/79cd9079f6f1957632eec69c800d4957030ef18d) ui to enable down for maintenance screen - [`f64f889`](https://github.com/fosrl/pangolin/commit/f64f889e2ebdc74c8f3d778c65286ef79c8c443f) backend for updating maintenance screen - [`d3b95f5`](https://github.com/fosrl/pangolin/commit/d3b95f5b1e23702a4d3be296c6f6a44e6637f6f8) generate traefik config for maintenance ui - [`5473c13`](https://github.com/fosrl/pangolin/commit/5473c134c6396b5a12412cb68a187d09f0b660db) add pg schema - [`9d14dbe`](https://github.com/fosrl/pangolin/commit/9d14dbe9cc03a34b6a4f6ba1966b2e8a399c14d3) fix maintenance router name - [`8ca3d3f`](https://github.com/fosrl/pangolin/commit/8ca3d3fa74fdbd0c0e8e6d0940722e1e2d691655) refactor files and add func to private traefik config generator file - [`f8aa303`](https://github.com/fosrl/pangolin/commit/f8aa30304b32c4e332c2fd1c23359d980147b478) add en-Us strings - [`cdbf7d9`](https://github.com/fosrl/pangolin/commit/cdbf7d9d4e5d08935ccd076e3eefee3198623e6e) move settings into a new SettingsSection card - [`93bfd18`](https://github.com/fosrl/pangolin/commit/93bfd187067504be3ec3537ac068b21ff59bdc77) remove maintenance mode from oss traefik config generator ### 📊 Changes **12 files changed** (+686 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-11-13 12:20:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1227
No description provided.