500 B
500 B
SimpleNotes Server
Notice
Please put behind a reverse proxy like nginx when hosting publicly
Username/Password
Just put any credentials then remember them
You need .NET 7 (Unless you have docker)
Run Command Line
$ dotnet run
Run in docker
$ docker build -t simplenotesserver:latest .
$ docker run -d --restart=unless-stopped -v ./data:/App/out/data -p 19428:19428 simplenotesserver:latest