armadietto icon indicating copy to clipboard operation
armadietto copied to clipboard

RS server based on node.js

Results 25 armadietto issues
Sort by recently updated
recently updated
newest added

When testing locally, to actually see the progress indicator, you may need to use the browser debugging tools to slow the effective network speed.

* The number of successful requests can be measured using `npm run measure -- -o https://myhostname` The "longest run length" is usually the most meaningful measurement. * An pass/fail stress...

Optional "Terms of Service" button: ![image](https://user-images.githubusercontent.com/4973893/159141383-bdb46f0e-b612-4e5b-b8db-942cc7690209.png) As an example, pointing to remotestorage.io's ToS, but can be changed for each deployment.

I added a new "Account" link in the header that allows users to view all the apps that they've approved on their armadietto server. It will prompt them to log...

Just starting to add remote-storage (RS) to some projects I am working on, so am setting up my own RS server. I didn't see that you don't have a (recent)...

Refactor `lib/armadietto.js` and others to allow extensibility. Idea is to inject middleware extensions similarly to storage providers. Added ~three~ two extensions: - storage allowance - rate limiter ~- liveness probe~...

1. Start Armadietto 2. Delete any accounts named 'test' or 'test2' 3. Run the [API test suite](https://github.com/remotestorage/api-test-suite) against the server Expected result: Armadietto logs a message indicated a client tried...

This is due to [Private Network Access](https://wicg.github.io/private-network-access/), a new security mechanism, at present only on Chrome. A [preflight request](https://wicg.github.io/private-network-access/#example-deny-by-default) is sent before the webfinger request. At present, Armadietto does not...

node --report-uncaught-exception --report-on-signal --report-on-fatalerror app.js https://nodejs.org/api/report.html

enhancement
good first issue

Armadietto is prone to 'Locked !?!?' file-lock errors in real world situations: the timeout of 200ms is insufficient when batch putting or getting. [1] Added config points: - *lock_timeout_ms* -...