[PR #745] [MERGED] feat: add support for TLS with Postgres #1614

Closed
opened 2025-12-29 02:30:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/745
Author: @Zk2u
Created: 8/16/2022
Status: Merged
Merged: 8/18/2022
Merged by: @juanfont

Base: mainHead: main


📝 Commits (7)

📊 Changes

4 files changed (+11 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+3 -1)
📝 app.go (+5 -1)
📝 config-example.yaml (+1 -0)
📝 config.go (+2 -0)

📄 Description

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

Fixes #741


🔄 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/juanfont/headscale/pull/745 **Author:** [@Zk2u](https://github.com/Zk2u) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`4c7f540`](https://github.com/juanfont/headscale/commit/4c7f54020b3f7ca54b7f69acf2282eaefb023e9f) feat: add support for TLS with Postgres - [`3f5ea79`](https://github.com/juanfont/headscale/commit/3f5ea7998fb6730facd2bf1c5da4085bd3fe60cc) Merge branch 'main' into main - [`0cc14d0`](https://github.com/juanfont/headscale/commit/0cc14d0acaee833fd297faf84948acbb757939ff) feat: added `db_ssl` to config-example.yaml - [`701ad3e`](https://github.com/juanfont/headscale/commit/701ad3e017d9eb99ba0a6e415e5415888df37510) chore: update CHANGELOG.md - [`b6d324b`](https://github.com/juanfont/headscale/commit/b6d324be699fed3fff356e23ded90704fe6c90fe) Merge branch 'main' of https://github.com/juanfont/headscale - [`c316f53`](https://github.com/juanfont/headscale/commit/c316f53e23a9fd7df0ba231c545d3a6796bde795) fix: ci happy now? - [`7e06abd`](https://github.com/juanfont/headscale/commit/7e06abdca2a866263603f7a38cb5068538edc3bb) chore: azz forgot how to write code ### 📊 Changes **4 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -1) 📝 `app.go` (+5 -1) 📝 `config-example.yaml` (+1 -0) 📝 `config.go` (+2 -0) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [x] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> Fixes #741 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:30:56 +01:00
adam closed this issue 2025-12-29 02:30:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1614