Recommended for servers
Docker / NAS
- 01Download the verified Compose files
mkdir locoris-server && cd locoris-server curl -fsSLO https://raw.githubusercontent.com/locoris/locoris/server-v0.1.7/infra/docker/personal-server/compose.example.yml curl -fsSL https://raw.githubusercontent.com/locoris/locoris/server-v0.1.7/infra/docker/personal-server/.env.example -o .env sed -i 's/^LOCORIS_SERVER_VERSION=.*/LOCORIS_SERVER_VERSION=0.1.7/' .env - 02Set the reachable address in `.env`
Use a LAN address for a trusted local network, or an HTTPS address through a reverse proxy or private network for remote access.
- 03Start and open the pairing invitation
docker compose -f compose.example.yml pull docker compose -f compose.example.yml up -d docker compose -f compose.example.yml logs -f
