mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[PR #44] [CLOSED] P2P #186
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/44
Author: @DecDuck
Created: 5/9/2025
Status: ❌ Closed
Base:
develop← Head:p2p📝 Commits (4)
efbc86efeat: add new HeadscaleManagerac7ef63feat: new unified data folder70db79bfeat: set data dir for headscale4fb0a18feat: preliminary peer api📊 Changes
12 files changed (+360 additions, -24 deletions)
View changed files
📝
.gitmodules(+1 -1)📝
nuxt.config.ts(+15 -11)📝
package.json(+3 -1)➕
server/api/v1/client/peer/index.get.ts(+20 -0)➕
server/api/v1/client/peer/index.post.ts(+26 -0)📝
server/internal/clients/ca-store.ts(+3 -1)➕
server/internal/config/sys-conf.ts(+21 -0)📝
server/internal/library/index.ts(+2 -1)📝
server/internal/objects/fsBackend.ts(+2 -1)➕
server/internal/p2p/headscale.ts(+82 -0)📝
server/plugins/ca.ts(+1 -3)📝
yarn.lock(+184 -5)📄 Description
This is a PR tracking the progress of implementing server-side requirements for P2P communication between clients for 0.4.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.