[PR #1449] [MERGED] Add declareivie config for resources, path matching, custom headers #4501

Closed
opened 2026-04-20 08:54:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1449
Author: @oschwartz10612
Created: 9/12/2025
Status: Merged
Merged: 9/15/2025
Merged by: @oschwartz10612

Base: mainHead: declare


📝 Commits (10+)

  • 35d070a Convert to exitNodeComm function
  • 4292d32 Add niceId to resource
  • df85f13 move all components to components dir
  • 28b3b30 remove special char domain placeholders
  • 947cb77 New translations en-us.json (Korean)
  • 063c040 New translations en-us.json (Dutch)
  • 1752838 New translations en-us.json (Portuguese)
  • 1cf1e0d New translations en-us.json (Chinese Simplified)
  • 29f7bcf New translations en-us.json (Norwegian Bokmal)
  • e941cf9 Fix typo in response

📊 Changes

182 files changed (+6277 additions, -914 deletions)

View changed files

📝 README.md (+1 -1)
blueprint.py (+72 -0)
blueprint.yaml (+69 -0)
📝 docker-compose.yml (+0 -1)
📝 esbuild.mjs (+2 -2)
📝 install/main.go (+34 -2)
📝 messages/bg-BG.json (+26 -3)
📝 messages/cs-CZ.json (+26 -3)
📝 messages/de-DE.json (+26 -3)
📝 messages/en-US.json (+34 -10)
📝 messages/es-ES.json (+26 -3)
📝 messages/fr-FR.json (+26 -3)
📝 messages/it-IT.json (+26 -3)
📝 messages/ko-KR.json (+26 -3)
📝 messages/nb-NO.json (+26 -3)
📝 messages/nl-NL.json (+26 -3)
📝 messages/pl-PL.json (+26 -3)
📝 messages/pt-PT.json (+26 -3)
📝 messages/ru-RU.json (+26 -3)
📝 messages/tr-TR.json (+26 -3)

...and 80 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

Closes #1186
Closes #1438
Closes #1446


🔄 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/1449 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `declare` --- ### 📝 Commits (10+) - [`35d070a`](https://github.com/fosrl/pangolin/commit/35d070ad29a64b04ca8d662cf6b902ec5d5fc1d6) Convert to exitNodeComm function - [`4292d32`](https://github.com/fosrl/pangolin/commit/4292d3262e777780f8309c5fa7e4dec19e111efb) Add niceId to resource - [`df85f13`](https://github.com/fosrl/pangolin/commit/df85f13aea5a5cfb7da82a7c46ea867c787d98f4) move all components to components dir - [`28b3b30`](https://github.com/fosrl/pangolin/commit/28b3b305ea7ff84ee71e96d9843dc33d016c858e) remove special char domain placeholders - [`947cb77`](https://github.com/fosrl/pangolin/commit/947cb7775341a1429d45bd5be62c73c1d7c27037) New translations en-us.json (Korean) - [`063c040`](https://github.com/fosrl/pangolin/commit/063c0405e8244861cb93e76fbaf43d7bc8301627) New translations en-us.json (Dutch) - [`1752838`](https://github.com/fosrl/pangolin/commit/175283805e2ef41ef1ab17a1877c14ad2635f8f2) New translations en-us.json (Portuguese) - [`1cf1e0d`](https://github.com/fosrl/pangolin/commit/1cf1e0dc57a1063b27d5f851e5d9416187cc4144) New translations en-us.json (Chinese Simplified) - [`29f7bcf`](https://github.com/fosrl/pangolin/commit/29f7bcf6f5aecf24ef5980173d6a53ad2c297d7e) New translations en-us.json (Norwegian Bokmal) - [`e941cf9`](https://github.com/fosrl/pangolin/commit/e941cf956f8f3d03f9c7fe64e9aacdbe366eb25c) Fix typo in response ### 📊 Changes **182 files changed** (+6277 additions, -914 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) ➕ `blueprint.py` (+72 -0) ➕ `blueprint.yaml` (+69 -0) 📝 `docker-compose.yml` (+0 -1) 📝 `esbuild.mjs` (+2 -2) 📝 `install/main.go` (+34 -2) 📝 `messages/bg-BG.json` (+26 -3) 📝 `messages/cs-CZ.json` (+26 -3) 📝 `messages/de-DE.json` (+26 -3) 📝 `messages/en-US.json` (+34 -10) 📝 `messages/es-ES.json` (+26 -3) 📝 `messages/fr-FR.json` (+26 -3) 📝 `messages/it-IT.json` (+26 -3) 📝 `messages/ko-KR.json` (+26 -3) 📝 `messages/nb-NO.json` (+26 -3) 📝 `messages/nl-NL.json` (+26 -3) 📝 `messages/pl-PL.json` (+26 -3) 📝 `messages/pt-PT.json` (+26 -3) 📝 `messages/ru-RU.json` (+26 -3) 📝 `messages/tr-TR.json` (+26 -3) _...and 80 more files_ </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 Closes #1186 Closes #1438 Closes #1446 --- <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 2026-04-20 08:54:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4501