Closed Utopism closed 2 years ago
Sorry for the late reply.
The answer is possible, but currently it needs a lot of work.
https://github.com/doorkeeper-gem/doorkeeper
gem. You can create client id and key with /oauth/applications/new
path.
export BASE_URL= https://your.backend.url
#export https://stickynotes.kumabook.tokyo
export CLIENT_ID=YOUR_BACKEND_CLIENT_ID
export CLIENT_SECRET=YOUR_BACKEND_CLIENT_SECRET
export SYNC_INTERVAL=30000
export VERSION=1.2.4
Hi @kumabook, I have now my own backend server running, thanks a lot for that, it's very nice to you to have published the source code. I have to see how to create my own extension now !
We can close this issue as I succeded creating my own on premise server. I have been using it for a while now !
Closing it.
Hi, is there is a way to install hour own Sticky Notes server ? It's for a personal use.
Sticky Notes is a really useful tool !
Thanks a lot.