mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-19 08:05:10 -05:00
[PR #58] [MERGED] various changes to to allow for unraid deployment #13122
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/58
Author: @miloschwartz
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/16/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (6)
7ff5376log url to docs if config errorab18e15allow controlling cors from config and add cors middleware to traefik4b5c74eImport start port at startup for now for exit nodecb87463Merge branch 'main' into dev1aec431optionally generate traefik files, set cors in config, and set trust proxy in configed5e6ecadd port templates to traefik example files📊 Changes
18 files changed (+385 additions, -65 deletions)
View changed files
📝
Dockerfile(+2 -0)📝
config/config.example.yml(+6 -4)➕
config/traefik/dynamic_config.example.yml(+54 -0)➕
config/traefik/traefik_config.example.yml(+41 -0)📝
install/fs/config.yml(+5 -0)📝
install/main.go(+2 -2)📝
package.json(+1 -1)📝
server/apiServer.ts(+28 -18)📝
server/auth/sessions/app.ts(+32 -18)📝
server/lib/config.ts(+143 -13)📝
server/routers/auth/login.ts(+2 -1)📝
server/routers/auth/logout.ts(+2 -1)📝
server/routers/auth/signup.ts(+2 -1)📝
server/routers/gerbil/getConfig.ts(+3 -1)📝
server/setup/copyInConfig.ts(+3 -0)📝
server/setup/migrations.ts(+3 -1)➕
server/setup/scripts/1.0.0-beta6.ts(+52 -0)📝
src/app/[orgId]/settings/sites/CreateSiteForm.tsx(+4 -4)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.