Skip to content

d4rken-org/octi-server

Repository files navigation

Octi Server

Code tests & eval

This is a synchronization server for Octi

Setup

Build server

./gradlew clean installDist

The binaries you can copy to a server will be placed under ./build/install/octi-server. More details here.

Run server

./build/install/octi-server/bin/octi-server --datapath=./octi-data

The following flags are available:

  • --datapath (required) where the server should store its data
  • --debug to enable additional log output
  • --port to change the default port (8080)

Docker

The default data volume is /etc/octi-server.

docker run -v octi-data:/etc/octi-server -p 8080:8080 ghcr.io/d4rken-org/octi-server

Environment variables:

  • OCTI_PORT — server port (default: 8080)
  • OCTI_DEBUG — enable debug mode (default: false)
  • OCTI_DATA_DIR — override data directory path

Migrating from /etc/octi-sync-server: The old volume path is still detected automatically. Update your mount to /etc/octi-server when convenient, or set OCTI_DATA_DIR explicitly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages