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
Minor visual enhancements
Update screenshots in readme
Add optional smtp_tls_reject_unauthorized to email config
Other very minor bug fixes
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/274
**Author:** [@miloschwartz](https://github.com/miloschwartz)
**Created:** 3/4/2025
**Status:** ✅ Merged
**Merged:** 3/4/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (10+)
- [`0e38f58`](https://github.com/fosrl/pangolin/commit/0e38f58a7f8f443640398310f0310781fd24a3f5) minor visual enhancements
- [`759434e`](https://github.com/fosrl/pangolin/commit/759434e9f8b42d1b992a13ef7a93bad5af26d387) more visual enhancements and update readme
- [`adef936`](https://github.com/fosrl/pangolin/commit/adef93623df2deba849a97f6b289f375dc838633) more visual enhancements and use expires instead of max age in cookies
- [`59eedce`](https://github.com/fosrl/pangolin/commit/59eedce664f3c6dbcb6d93804da564b5b443372a) allow setting tks.rejectUnauthorized for Nodemailer in config closes #264
- [`81c142e`](https://github.com/fosrl/pangolin/commit/81c142e8ae3a41b0d4199668361b8cb802bc963b) Merge branch 'dev' of github.com:fosrl/pangolin into dev
- [`d594314`](https://github.com/fosrl/pangolin/commit/d594314e523504955c7363d3f2e041edd257ec4b) Remove gerbil depenency and exposed port 9090
- [`b8543e5`](https://github.com/fosrl/pangolin/commit/b8543e5fa8ca7eb55eb6348036ac4f390ff37cc8) Remove prom exposed port and waf port
- [`3b60e1f`](https://github.com/fosrl/pangolin/commit/3b60e1f3acb8ab2bf50bbf4ef86537c3ecd79f5c) update screenshots
- [`430afe3`](https://github.com/fosrl/pangolin/commit/430afe3f938795ce95e6da60cf2b48e195149913) Merge branch 'dev' of https://github.com/fosrl/pangolin into dev
- [`a456a37`](https://github.com/fosrl/pangolin/commit/a456a37b2fe4bee17799d035abe31a9ebaf67718) fix typo
### 📊 Changes
**62 files changed** (+1455 additions, -1339 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+18 -33)
📝 `config/config.example.yml` (+3 -0)
📝 `install/config/config.yml` (+3 -1)
📝 `install/config/crowdsec/docker-compose.yml` (+0 -9)
📝 `install/crowdsec.go` (+16 -0)
➖ `public/screenshots/auth.png` (+0 -0)
➕ `public/screenshots/collage.png` (+0 -0)
➖ `public/screenshots/connectivity.png` (+0 -0)
➕ `public/screenshots/resources.png` (+0 -0)
➖ `public/screenshots/share-link.png` (+0 -0)
📝 `public/screenshots/sites.png` (+0 -0)
➖ `public/screenshots/users.png` (+0 -0)
📝 `server/auth/sessions/app.ts` (+5 -4)
📝 `server/auth/sessions/resource.ts` (+10 -3)
📝 `server/emails/index.ts` (+11 -2)
📝 `server/lib/config.ts` (+14 -11)
📝 `server/lib/validators.ts` (+1 -1)
📝 `server/routers/auth/login.ts` (+6 -2)
📝 `server/routers/auth/signup.ts` (+6 -2)
📝 `server/routers/badger/exchangeSession.ts` (+11 -4)
_...and 42 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
- Minor visual enhancements
- Update screenshots in readme
- Add optional `smtp_tls_reject_unauthorized` to email config
- Other very minor bug fixes
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/274
Author: @miloschwartz
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
0e38f58minor visual enhancements759434emore visual enhancements and update readmeadef936more visual enhancements and use expires instead of max age in cookies59eedceallow setting tks.rejectUnauthorized for Nodemailer in config closes #26481c142eMerge branch 'dev' of github.com:fosrl/pangolin into devd594314Remove gerbil depenency and exposed port 9090b8543e5Remove prom exposed port and waf port3b60e1fupdate screenshots430afe3Merge branch 'dev' of https://github.com/fosrl/pangolin into deva456a37fix typo📊 Changes
62 files changed (+1455 additions, -1339 deletions)
View changed files
📝
README.md(+18 -33)📝
config/config.example.yml(+3 -0)📝
install/config/config.yml(+3 -1)📝
install/config/crowdsec/docker-compose.yml(+0 -9)📝
install/crowdsec.go(+16 -0)➖
public/screenshots/auth.png(+0 -0)➕
public/screenshots/collage.png(+0 -0)➖
public/screenshots/connectivity.png(+0 -0)➕
public/screenshots/resources.png(+0 -0)➖
public/screenshots/share-link.png(+0 -0)📝
public/screenshots/sites.png(+0 -0)➖
public/screenshots/users.png(+0 -0)📝
server/auth/sessions/app.ts(+5 -4)📝
server/auth/sessions/resource.ts(+10 -3)📝
server/emails/index.ts(+11 -2)📝
server/lib/config.ts(+14 -11)📝
server/lib/validators.ts(+1 -1)📝
server/routers/auth/login.ts(+6 -2)📝
server/routers/auth/signup.ts(+6 -2)📝
server/routers/badger/exchangeSession.ts(+11 -4)...and 42 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
smtp_tls_reject_unauthorizedto email configHow to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.