mirror of
https://github.com/291-Group/LAN-Orangutan.git
synced 2026-04-27 10:25:59 +03:00
[PR #9] [MERGED] Rewrite LAN Orangutan in Go #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LAN-Orangutan#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/291-Group/LAN-Orangutan/pull/9
Author: @FileBay
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/1/2026
Merged by: @FileBay
Base:
main← Head:claude/audit-code-bugs-NaPWC📝 Commits (1)
2dfea44Rewrite LAN Orangutan in Go📊 Changes
29 files changed (+3708 additions, -83 deletions)
View changed files
📝
.github/workflows/ci.yml(+31 -15)📝
.github/workflows/release.yml(+155 -68)➕
Makefile(+122 -0)➕
cmd/orangutan/main.go(+10 -0)➕
go.mod(+10 -0)➕
go.sum(+10 -0)➕
internal/api/api.go(+297 -0)➕
internal/cli/config.go(+48 -0)➕
internal/cli/export.go(+107 -0)➕
internal/cli/list.go(+169 -0)➕
internal/cli/networks.go(+57 -0)➕
internal/cli/root.go(+58 -0)➕
internal/cli/scan.go(+120 -0)➕
internal/cli/serve.go(+103 -0)➕
internal/cli/status.go(+142 -0)➕
internal/cli/version.go(+27 -0)➕
internal/config/config.go(+211 -0)➕
internal/network/detect.go(+241 -0)➕
internal/network/tailscale.go(+87 -0)➕
internal/scanner/scanner.go(+306 -0)...and 9 more files
📄 Description
Complete rewrite of the application from Python/PHP/Bash to a single Go binary.
Features:
New project structure:
Updated CI/CD:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.