Commit graph

31 commits

Author SHA1 Message Date
8a56431b8f
Update go.mod 2024-01-24 15:28:08 -08:00
f46461c886
Update fly.toml 2024-01-24 15:17:53 -08:00
c770ab88db
Increase memory 2024-01-24 14:59:08 -08:00
02680eb0e3
Merge pull request #2 from AYM1607/fix-key-size
Fix key size when decoding from b64.
2023-11-12 00:04:19 -08:00
35bf532e4b Fix key size when decoding from b64. 2023-11-12 08:03:53 +00:00
cf02b18ede
Merge pull request #1 from AYM1607/better-keys-envs
Better server config
2023-11-11 23:42:43 -08:00
f6413b084e Get rid of env for outdated key handling code. 2023-11-12 07:42:16 +00:00
ae49f30c96 Push keys and db config to server package. 2023-11-12 07:40:09 +00:00
33fdec9f28 Move files logic in crypto to its own file. 2023-11-12 07:39:45 +00:00
8fa3d44d67 Be explicit abot files when managing keys. 2023-11-12 06:58:55 +00:00
39798f50f7 Auto deploy to fly on changes to master. 2023-11-12 06:45:02 +00:00
9a0526800e Add hosting instructions. 2023-11-10 18:20:51 +00:00
f45e1129c7 Update README 2023-11-10 18:13:50 +00:00
c91fc40f99 Update README with instructions. 2023-11-10 17:28:58 +00:00
4d0ccd619f Release action 2023-11-10 17:09:09 +00:00
505e0e4b41 Automatically detect piped stdin on the root command; it doubles as input and output 2023-11-10 17:01:28 +00:00
3470117c31 Get rid of dead code 2023-11-10 16:43:51 +00:00
b9e7c03a28 Read password securely from Stdin 2023-11-10 16:43:34 +00:00
f1d4e0a8d5 Default config dir. 2023-11-10 16:42:56 +00:00
4bfaf12de7 Prompt for password input 2023-11-10 16:42:47 +00:00
7bd75ada56 Force https in the server. 2023-11-10 16:23:48 +00:00
26c47a0e8c Working with deployment to fly.io 2023-11-10 10:35:45 +00:00
7bcdd2dd80 Functionally done! 2023-11-10 07:48:34 +00:00
426500df45 Working end to end with in-memory data store. 2023-11-09 07:34:00 +00:00
320dc46010 register, register device and get devices working. 2023-11-08 07:33:19 +00:00
a8b497d426 Prototype working with the register endpoint. 2023-11-06 07:33:52 +00:00
c3eb1d72b4 Update db interface 2023-11-06 07:33:09 +00:00
b01c6fb05e Define API and implement an in-memory store. 2023-11-06 01:48:10 +00:00
b8a4ad02d7 Crypto and input management packages. 2023-11-02 07:10:09 +00:00
f0867a1063 Git ignore 2023-11-01 21:46:57 +00:00
1c95517952
Initial commit 2023-11-01 14:37:03 -07:00