armadietto
armadietto copied to clipboard
RS server based on node.js
When `NODE_ENV=production` is set in the environment * "Username not found" -> "The user name and password don't match" * "Incorrect password" -> "The user name and password don't match"...
Would people be interested in a PR that documents how to change the theme/layout on the armadietto pages? Don't know how much it would be done, but just thought as...
The default config is to not allow signups via the UI, but there seems to be no documentation on how to create accounts manually instead.
Other servers that access RS require setting the tokens manually, as they generally don't have a Web interface. This is also required to run the RS api-test-suite. This would probably...
Note: currently being used without base URL/host a lot, so the implementation needs to be changed a bit. Also, the warning is slightly wrong in that you can just use...
Over at https://kosmos.org we are using LDAP for user accounts. We would like to eventually deploy Armadietto for our users, and I think it would also be useful for anyone...
Is it within the scope of the armadietto project to display all approved apps/permissions per user account? Or is this something better left to 3rd party tooling to implement? Either...
### Features/Fixes - streaming transfer (documents don't need to fit in memory) - JSON Web Tokens (JWT) so permissions can be validated in memory, without a round trip to a...