mirror of
https://github.com/291-Group/LAN-Orangutan.git
synced 2026-04-27 10:25:59 +03:00
[PR #11] [MERGED] Add Docker, Snap, Scoop, and AUR package support #14
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#14
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/11
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)
78a0772Add Docker, Snap, Scoop, and AUR package support📊 Changes
3 files changed (+212 additions, -0 deletions)
View changed files
📝
.github/workflows/release.yml(+104 -0)➕
Dockerfile(+50 -0)➕
snap/snapcraft.yaml(+58 -0)📄 Description
New distribution formats:
Docker usage:
docker run -d --cap-add NET_RAW -p 291:291 ghcr.io/291-group/lan-orangutan
Scoop usage (Windows):
scoop bucket add lan-orangutan https://github.com/291-Group/scoop-bucket scoop install lan-orangutan
AUR usage (Arch):
yay -S lan-orangutan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.