Reimplementation of a sync server for a notetaking software
https://monolith.lunar.exchange/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
Controllers | 6 months ago | |
Data | 11 months ago | |
Models | 6 months ago | |
Plugin | 1 day ago | |
Properties | 10 months ago | |
Services | 6 months ago | |
Utilities | 7 months ago | |
Web | 5 months ago | |
.dockerignore | 6 months ago | |
.gitignore | 6 months ago | |
Dockerfile | 6 months ago | |
Program.cs | 6 months ago | |
README.md | 10 months ago | |
appsettings.Development.json | 12 months ago | |
appsettings.json | 6 months ago | |
monolith.csproj | 6 months ago |
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