Jivan Kulkarni
Jivan Kulkarni
**Describe the solution you'd like** Ability to create LVM, BTRFS or ZFS from disks. Would this be better suited as a Subservice? If so, is there any documentation for setting...
On a 512MB RAM VPS. Files are being served from the static directory. ``` root@avocado:~/ubuntu# ../simplefilemanager INFO Jester is making jokes at http://0.0.0.0:5000 Starting 1 threads DEBUG GET / DEBUG...
How would one go about running Librevault headless? Could you forward X via SSH to configure the folders remotely and somehow run just the Librevault CLI daemon?
It would be nice to be able a specify a custom URL for running: https://github.com/schasins/helena-server Or after the scraping is done, an option to specify an endpoint to POST the...
Currently exceptions that occur in a route are suppressed. I have been developing my application by adding the following: ```nim echo getCurrentExceptionMsg() ``` to `core.nim` ```nim proc handle*(h: Handler): auto...
It would be nice to have a way to handle paths in a flatter way, so no need to nest pathChunk and segment handlers. Here is a very simple example....
To be able to handle large uploads, it would be helpful to have a setting such that sets the limit of a request body to a certain Content-Length (lets say...