Reimplementation of a sync server for a notetaking software
https://monolith.lunar.exchange/
|
||
---|---|---|
Controllers | ||
Data | ||
Models | ||
Plugin | ||
Properties | ||
Services | ||
Utilities | ||
Web | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
Program.cs | ||
README.md | ||
appsettings.Development.json | ||
appsettings.json | ||
monolith.csproj |
README.md
A server reimplementing Obsidian Sync, with compatible websocket implementation but incompatible REST API
How to run:
- Set the connection string up
- Set up the certificates
- Then either run it directly via dotnet
dotnet restore
dotnet run
- Or build the docker image