Quick Start Guide

Start Service

To start the AnyNote service, run the following Docker command:

docker run -d -p 8080:8080 -e secret=<your secret> -v <your data path>:/data anynoteofficial/anynote:latest

After starting the service, you can access the AnyNote service interface by visiting http://your_server_ip:8080.

Install Client

Download the AnyNote client compatible with your device from the GitHub Releases page.

Configure Client

  1. Launch the AnyNote client.
  2. Enter your server address and secret string, then click the "Connect" button.
loginpage

Use AnyNote

Now you can start using AnyNote for recording and managing!