mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[PR #2128] [MERGED] Add maintenance screen support #4816
Reference in New Issue
Block a user
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/2128
Author: @oschwartz10612
Created: 12/20/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @oschwartz10612
Base:
dev← Head:dev-ms📝 Commits (10+)
5b8555cdb schema for maintenance1c6a6f3ui to enable down for maintenance screen5068eeabackend for updating maintenance screene502596generate traefik config for maintenance ui39b8af2add pg schema6e6c667fix maintenance router name93cee8crefactor files and add func to private traefik config generator file2a48f7dadd en-Us strings1544b33move settings into a new SettingsSection card169f15dremove maintenance mode from oss traefik config generator📊 Changes
18 files changed (+762 additions, -95 deletions)
View changed files
📝
messages/en-US.json(+26 -1)📝
package-lock.json(+0 -1)📝
server/db/pg/schema/schema.ts(+9 -1)📝
server/db/sqlite/schema/schema.ts(+11 -2)➕
server/lib/isLicencedOrSubscribed.ts(+17 -0)📝
server/lib/readConfigFile.ts(+3 -4)📝
server/lib/traefik/getTraefikConfig.ts(+24 -24)📝
server/private/lib/traefik/getTraefikConfig.ts(+150 -28)📝
server/private/routers/internal.ts(+3 -0)➕
server/private/routers/resource/getMaintenanceInfo.ts(+113 -0)➕
server/private/routers/resource/index.ts(+14 -0)📝
server/routers/external.ts(+0 -1)📝
server/routers/org/updateOrg.ts(+2 -21)📝
server/routers/resource/index.ts(+1 -0)➕
server/routers/resource/types.ts(+10 -0)📝
server/routers/resource/updateResource.ts(+19 -2)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/general/page.tsx(+292 -10)➕
src/app/maintenance-screen/page.tsx(+68 -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
Add maintenance screen support for public resources
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.