Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1023 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1023 Bytes

Outline Server with ARM64 support

Port of fancy Jigsaw Outline server with arm64 support.

Important changes

  1. Third party binaries replaced with their arm64 builds
  2. Node docker image for shadowbox replaced with arm64 build

Install and run

 sudo SB_IMAGE="kugaevsky/outline-server-arm64" bash -c "$(wget -qO- https://raw.githubusercontent.com/kugaevsky/outline-server-arm64/master/src/server_manager/install_scripts/install_server.sh)"

Contribute

Build docker image

  scripts/run_action.sh shadowbox/docker/update_third_party
  DOCKER_CONTENT_TRUST=0 SB_IMAGE=kugaevsky/outline-server-arm64 scripts/run_action.sh shadowbox/docker/build