[PR #122] [MERGED] Add support for Taildrop (file sharing) #1272

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/122
Author: @juanfont
Created: 9/24/2021
Status: Merged
Merged: 9/26/2021
Merged by: @juanfont

Base: mainHead: taildrop-support


📝 Commits (10+)

📊 Changes

3 files changed (+151 additions, -1 deletions)

View changed files

📝 README.md (+1 -0)
📝 integration_test.go (+149 -1)
📝 machine.go (+1 -0)

📄 Description

A very low-hanging fruit here. This PR just adds support for Taildrop (tailscale filesharing, https://tailscale.com/kb/1106/taildrop/)


🔄 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/122 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 9/24/2021 **Status:** ✅ Merged **Merged:** 9/26/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `taildrop-support` --- ### 📝 Commits (10+) - [`b83894a`](https://github.com/juanfont/headscale/commit/b83894abd668f491fc6ce6e504f812a7d8a203b0) Add support for taildrop (#118) - [`cab5641`](https://github.com/juanfont/headscale/commit/cab5641d9598ec1ebf3217bbb0e6274ff6c1e74b) Update readme - [`a36328d`](https://github.com/juanfont/headscale/commit/a36328dbfc3c36442837fe8e7e5ccb36702337ff) Added integration tests - [`05a5f21`](https://github.com/juanfont/headscale/commit/05a5f21c3d799f23c277b174a94f4e7ac7f197e8) Use curl to uploaded the file - [`83ead36`](https://github.com/juanfont/headscale/commit/83ead36fce9fa11f5417daec7e6269bf7698076e) Integration tests working for taildrop - [`ada4096`](https://github.com/juanfont/headscale/commit/ada40960bddebd021c1d8dbbe8973bf0a4861133) Removed unnecesary prints - [`eb87fc9`](https://github.com/juanfont/headscale/commit/eb87fc92156c86f9d5c090784d7f2b0852fb0c28) Fixed getAPIURLs method - [`7d0da8b`](https://github.com/juanfont/headscale/commit/7d0da8b578442b6cbd4c778131bded289aa2c289) Added retries - [`5626f59`](https://github.com/juanfont/headscale/commit/5626f598ce6b540c903e89a422aabefa44b6581b) Do several attempts to send the file - [`c801a8c`](https://github.com/juanfont/headscale/commit/c801a8c553af055ec61b4978ce8f6b8130fa8aff) Improve comments on taildrop tests ### 📊 Changes **3 files changed** (+151 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `integration_test.go` (+149 -1) 📝 `machine.go` (+1 -0) </details> ### 📄 Description A very low-hanging fruit here. This PR just adds support for Taildrop (tailscale filesharing, https://tailscale.com/kb/1106/taildrop/) --- <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:29:31 +01:00
adam closed this issue 2025-12-29 02:29:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1272