mirror of
https://github.com/orris-inc/orris.git
synced 2026-05-06 21:44:01 +08:00
b64969c3dce0d03fea0a6f321ff18455fb374ba9
Allow users to define custom sing-box outbound configurations (custom_xxx) in route rules, in addition to existing preset types and node references. - Add CustomOutbound value object with validation (tag, protocol, server, port, settings) - Extend OutboundType to support custom_xxx references - Add custom outbounds to RouteConfig with referential integrity validation - Add CustomOutboundDTO and DTO conversion functions - Flatten custom outbounds into agent outbounds list for sing-box consumption - Agent responses only include custom outbounds in the outbounds array, not in route - Add persistence support via RouteConfigJSON/CustomOutboundJSON in mapper
…
refactor: comprehensive code review fixes across architecture, security, performance, and API design
…
Orris
Quick Install
curl -fsSL https://raw.githubusercontent.com/orris-inc/orris/main/install.sh | bash
Or specify domain and admin credentials:
curl -fsSL https://raw.githubusercontent.com/orris-inc/orris/main/install.sh | \
DOMAIN=orris.example.com \
ADMIN_EMAIL=admin@example.com \
ADMIN_PASSWORD=your-password \
bash
Detailed Installation
See INSTALL.md for detailed installation instructions.
Update
Update to the latest version:
# From your Orris installation directory
./install.sh update
# Or remotely
curl -fsSL https://raw.githubusercontent.com/orris-inc/orris/main/install.sh | bash -s -- update
This will:
- Pull the latest Docker images
- Run database migrations
- Restart all services
Common Commands
docker compose ps # Check status
docker compose logs -f # View logs
docker compose down # Stop services
docker compose up -d # Start services
./install.sh update # Update to latest version
./install.sh help # Show help
License
Languages
Go
99%
Shell
0.8%
Makefile
0.2%