mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 15:25:33 -05:00
[PR #13] [MERGED] remove base_url from config
#779
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/13
Author: @miloschwartz
Created: 1/8/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (9)
7ab89b1add example config dir, logos, and update CONTRIBUTING.md26a165aupdate dockerignoree1f0834split base_url into dashboard_url and base_domainb4dd827Remove unessicary portsab69dedAllow anything for the ipfb754bcUpdate docker tagsdc7bd41Complex regex for domains/ipsb598fc3update gitignore184a22cMerge branch 'main' into dev📊 Changes
23 files changed (+193 additions, -51 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+8 -6)📝
README.md(+4 -1)📝
config/config.example.yml(+2 -1)📝
docker-compose.example.yml(+2 -5)📝
install/fs/config.yml(+2 -1)📝
install/fs/docker-compose.yml(+2 -5)📝
package.json(+1 -1)📝
server/apiServer.ts(+1 -1)📝
server/auth/sendEmailVerificationCode.ts(+1 -1)📝
server/lib/config.ts(+11 -15)📝
server/lib/consts.ts(+3 -0)📝
server/routers/auth/requestPasswordReset.ts(+1 -1)📝
server/routers/badger/verifySession.ts(+1 -1)📝
server/routers/org/createOrg.ts(+0 -1)📝
server/routers/target/createTarget.ts(+29 -1)📝
server/routers/target/updateTarget.ts(+29 -1)📝
server/routers/user/inviteUser.ts(+1 -1)📝
server/setup/copyInConfig.ts(+0 -1)📝
server/setup/migrations.ts(+3 -1)...and 3 more files
📄 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
Change
base_urlin config todashboard_url, and addbase_domain. This is to support domains with two-part TLD.Accept more strings for targets to allow things like container names for compose.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.