polymeter-sync — the VARASYS PolyMeter demo practice-log store. It holds one encrypted blob per id. The encryption happens in your browser, so this server cannot read any practice log it stores, and never asks who you are. GET / the blob, or 404 if nothing is stored under that id PUT / replace the blob (creates it if the id is new) DELETE / forget it now This is the DEMO store, and it forgets: at most 60 KB per log at most 2000 logs, 32 MB in total a log untouched for 8 days is deleted — no archive, no undelete anyone who knows an id can read and overwrite that blob Your practice log always lives in your own browser; this is only a courier between your devices. For anything you want to keep, run your own store — the contract is two HTTP verbs. in use now: 0 logs, 0 bytes version: v0.1.0 source + how to run your own: https://codeberg.org/VARASYS/metronome (store/) AGPL-3.0