You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Matthew Raymer 608b826d4e refactored and simplified the encrypt method. still getting Mozilla decrypt error. 1 year ago
crypto_playpen Appears fixed Crypto-Key header 1 year ago
src refactored and simplified the encrypt method. still getting Mozilla decrypt error. 1 year ago
.eslintrc.json Updates but not quite ready to test 1 year ago
.gitignore Updates with Dockerfile and tweaks for db persistence 1 year ago
Dockerfile Debugged encrypt before sending notification 1 year ago
LICENSE Add Typescript boilerplate 1 year ago
README.md customize README 1 year ago
build.sh Updates with Dockerfile and tweaks for db persistence 1 year ago
jest.config.js Add Typescript boilerplate 1 year ago
keys.md refactored and simplified the encrypt method. still getting Mozilla decrypt error. 1 year ago
package-lock.json refactored and simplified the encrypt method. still getting Mozilla decrypt error. 1 year ago
package.json Updates and a remaining authentication error to the push service at Mozilla 1 year ago
tsconfig.json Rewrite reducing crypto complexity 1 year ago
tsconfig.release.json Rewrite reducing crypto complexity 1 year ago

README.md

Push Server for Time Safari

Setup Environment

Tea isn't required but it's what we use to set up the dev environment.

sh <(curl tea.xyz) -E sh

Dependencies

See https://tea.xyz

Project Version
nodejs.org ^16.0.0
npmjs.com ^8.0.0

Install

npm install

Run

npm run build
npm run start

Thanks