Mike Nolan 82d30608f0 | ||
---|---|---|
.gitignore | ||
Dockerfile | ||
LICENSE.md | ||
Program.cs | ||
README.md | ||
SimpleNotes.csproj |
README.md
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