open source Streetwriters.Messenger

This commit is contained in:
Abdullah Atta
2022-12-28 17:02:50 +05:00
parent 037854cd3d
commit b26b0871c8
9 changed files with 388 additions and 2 deletions
+8 -2
View File
@@ -25,19 +25,25 @@ Once you are inside the `./notesnook-sync-server` directory, run:
dotnet restore Notesnook.sln
```
Then build the Notesnook.API project:
To build the `Notesnook.API` project:
```bash
dotnet build Notesnook.API/Notesnook.API.csproj
```
To build the `Streetwriters.Messenger` project:
```bash
dotnet build Streetwriters.Messenger/Streetwriters.Messenger.csproj
```
## TODO Self-hosting
**Note: Self-hosting the Notesnook Sync Server is not yet possible. We are working to enable full on-premise self hosting so stay tuned!**
- [x] Open source the Sync server
- [ ] Open source the Identity server
- [ ] Open source the SSE Messaging infrastructure
- [x] Open source the SSE Messaging infrastructure
- [ ] Fully Dockerize all services
- [ ] Publish on DockerHub
- [ ] Write self hosting docs