[PR #734] [MERGED] Add ability to connect to PostgreSQL via unix socket #1608

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/734
Author: @ratsclub
Created: 8/12/2022
Status: Merged
Merged: 8/15/2022
Merged by: @juanfont

Base: mainHead: postgres-connection-string


📝 Commits (3)

  • ec5acf7 Add ability to connect to PostgreSQL via unix socket
  • 7197ade Merge branch 'main' into postgres-connection-string
  • 0a5db52 Add ability to connect to PostgreSQL via unix socket

📊 Changes

3 files changed (+11 additions, -3 deletions)

View changed files

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

📄 Description

This is related to #733

  • 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

🔄 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/734 **Author:** [@ratsclub](https://github.com/ratsclub) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/15/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `postgres-connection-string` --- ### 📝 Commits (3) - [`ec5acf7`](https://github.com/juanfont/headscale/commit/ec5acf7be228c0311f8930ae2756e338652c6622) Add ability to connect to PostgreSQL via unix socket - [`7197ade`](https://github.com/juanfont/headscale/commit/7197ade4b4c326ef7c9d1bbdc8aefbc452c71763) Merge branch 'main' into postgres-connection-string - [`0a5db52`](https://github.com/juanfont/headscale/commit/0a5db52855373dd6ed950a5f9cd5e6e5595809dd) Add ability to connect to PostgreSQL via unix socket ### 📊 Changes **3 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `app.go` (+9 -3) 📝 `config-example.yaml` (+1 -0) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> This is related to #733 - [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. --> --- <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:55 +01:00
adam closed this issue 2025-12-29 02:30:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1608