[PR #233] [CLOSED] Tailscale plugin #380

Closed
opened 2026-03-04 01:36:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/233
Author: @wwong
Created: 11/12/2023
Status: Closed

Base: mainHead: ww/tailscale-plugin


📝 Commits (2)

📊 Changes

12 files changed (+439 additions, -2 deletions)

View changed files

📝 api/code/api.go (+8 -1)
📝 packet_logs/code/go.mod (+3 -1)
tailscale/Dockerfile (+23 -0)
tailscale/README.md (+35 -0)
tailscale/code/go.mod (+36 -0)
tailscale/code/go.sum (+67 -0)
tailscale/code/run.sh (+3 -0)
tailscale/code/tailscale_plugin.go (+201 -0)
tailscale/code/validators.go (+31 -0)
tailscale/scripts/down.sh (+3 -0)
tailscale/scripts/startup.sh (+15 -0)
tailscale/scripts/up.sh (+14 -0)

📄 Description

TODO:

  • Pull this out into a separate plugin repo
  • Plumb authorization steps to front-end

🔄 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/spr-networks/super/pull/233 **Author:** [@wwong](https://github.com/wwong) **Created:** 11/12/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ww/tailscale-plugin` --- ### 📝 Commits (2) - [`dcda46c`](https://github.com/spr-networks/super/commit/dcda46c9059c34a5a097d39464263078dcaed87d) WIP - [`be0caec`](https://github.com/spr-networks/super/commit/be0caec2818be2d09cec3ef42a1489ef87ef9a72) WIP ### 📊 Changes **12 files changed** (+439 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+8 -1) 📝 `packet_logs/code/go.mod` (+3 -1) ➕ `tailscale/Dockerfile` (+23 -0) ➕ `tailscale/README.md` (+35 -0) ➕ `tailscale/code/go.mod` (+36 -0) ➕ `tailscale/code/go.sum` (+67 -0) ➕ `tailscale/code/run.sh` (+3 -0) ➕ `tailscale/code/tailscale_plugin.go` (+201 -0) ➕ `tailscale/code/validators.go` (+31 -0) ➕ `tailscale/scripts/down.sh` (+3 -0) ➕ `tailscale/scripts/startup.sh` (+15 -0) ➕ `tailscale/scripts/up.sh` (+14 -0) </details> ### 📄 Description TODO: - [ ] Pull this out into a separate plugin repo - [ ] Plumb authorization steps to front-end --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#380
No description provided.