~bigbes/shroud: f351e0e2

refactor: rename project to shroud

Rename project from outline-distro to shroud for better branding.

- Update module path in go.mod from outline-distro to shroud.
- Rename binary, service file, and all installation paths.
- Update all import paths across internal packages.
- Add comprehensive README.md with usage and architecture docs.
- Update install script and systemd unit file for new naming.
- Update config example with new cert cache path.

Eugene Blikh <bigbes@gmail.com> — 2026-03-19 04:52:30 UTC

Commit f351e0e2219a80b39e0a2f018ccdeb4c059ad133view raw patch

Parent(s): ca7efb0f

13 changed file(s)

FileStatus+
.gitignore M +2 -2
README.md A +157
cmd/outline-distro/main.gocmd/shroud/main.go R +17 -17
config.example.yaml M +1 -1
dist/outline-distro.servicedist/shroud.service R +9 -9
go.mod M +1 -1
install.sh M +19 -19
internal/api/handlers.go M +2 -2
internal/api/router.go M +5 -5
internal/awgserver/server.go M +1 -1
internal/config/config.go M +1 -1
internal/metrics/collector.go M +1 -1
internal/ssserver/server.go M +2 -2