On Premise Sticky Notes server
Utopism opened this issue · 4 comments
Utopism commented
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.
kumabook commented
Sorry for the late reply.
The answer is possible, but currently it needs a lot of work.
- Create you own backend server from https://github.com/kumabook/stickynotes-backend
- Create client id and secret. The backend server uses
https://github.com/doorkeeper-gem/doorkeeper
gem. You can create client id and key with/oauth/applications/new
path. - Create you own webextension based on this repository
- Build you own extension with environment values that uses your backend
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
Utopism commented
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 !
Utopism commented
We can close this issue as I succeded creating my own on premise server. I have been using it for a while now !
Utopism commented
Closing it.