Commit Graph

13 Commits

Author SHA1 Message Date
tomFlowee 30ac1d9cc9 Fixlets in comments 2025-11-02 17:17:04 +01:00
tomFlowee d51470a00f Add prefix config for proxy setup.
Allowing the operator to put it behind a nginx proxy.
2025-11-01 20:45:26 +01:00
tomFlowee ca7eb8f9ec Generate a JSON of the keys' history. 2025-11-01 20:21:35 +01:00
tomFlowee 85039ebc0e fixlets 2025-11-01 18:56:34 +01:00
tomFlowee a30e80ef7f not sure why, but I'm getting smaller ones 2025-11-01 00:01:23 +01:00
tomFlowee b0ab4798bf Fix install of systemd service 2025-10-21 19:28:16 +02:00
tomFlowee 3474f353d5 Started a readme and config files. 2025-10-21 19:28:16 +02:00
tomFlowee acd32d9a08 Verify the message before storing. 2025-10-14 22:49:14 +02:00
tomFlowee ca56cf1a51 Add status code on output 2025-10-14 00:03:24 +02:00
tomFlowee f41604f324 Also add the ability to download the files. 2025-10-14 00:03:24 +02:00
tomFlowee f1803554e7 Make uploaded files go to right dir
The server should keep some revisions and as such we put all revisions
together in a dir, and manage that per 'user'.
This deletes older revisions (keeping a max num of revisions per user)
and sets a symlink to the latest.
2025-10-14 00:03:24 +02:00
tomFlowee dc6fccb449 Add config file support
Reloads with SIGHUP, but we monitor the file path too, so just write is
enough.
2025-10-03 21:50:50 +02:00
tomFlowee 18e8b076a2 Start new project wallet-backup-server
A rather simple server that allows POST uploads of small files that
have to be signed and owned by a bitcoin address.

The data embedded in this file is the backup of a (bitcoin cash) wallet.
Which should be made available by the wallet if it knows the address.
2025-10-02 22:35:41 +02:00