sips icon indicating copy to clipboard operation
sips copied to clipboard

A Simple IPFS Pinning Service

Results 6 sips issues
Sort by recently updated
recently updated
newest added

``` ./sips -dbdriver sqlite3 -db 'database.sqlite3?_fk=1' -addr ':8051' & sleep 5 ./sipsctl users add --dbdriver sqlite3 --db 'database.sqlite3?_fk=1' user-name ./sipsctl tokens add --dbdriver sqlite3 --db 'database.sqlite3?_fk=1' --user user-name ipfs pin...

Because there are currently none. Yikes.

enhancement
good first issue

`cmd/sips` should log more, possibly optionally. Things to log: * Pins being added. * Pins being removed. * Pins being updated. * All requests?

enhancement
good first issue

The current handler _manually_ handles every single piece of information from queries and JSON bodies, resulting in very long and awkward to read functions for each endpoint. This should be...

enhancement