hashbase
hashbase copied to clipboard
A Dat-hosting service for multiple users
Right now too many failed logins gets you an hour-long lockout. Is there a way we can ramp that lockout time up slowly, so that people don't get totally hosed...
Several of the dependencies of hashbase have been updated. In this PR I updated the dependencies that were easy to update. I didn't update `leveldb` and `nodemailer` because those dependencies...
This PR is making approveDomains sturdier for following cases: - Former logic didn't work if `config.hostname` was a subdomain (or a sub-subdomain). example: `service.mydomain.com` - Former logic used a `..
a bit of an edge case... i uploaded my dat for dat://dcpos.ch this filled up the rest of my 100MB, so the upload progress stopped. i upgraded to Pro however,...
Uploads to hashbase usually have a title and description, taken from dat.json in the archive. It doesn't always work, for instance: and
When I publish a dat everyone who connects to it can discover my IP address. Hashbase could have an option to host dats in an anonymous way by mirroring your...
The `dat` cli client allows to login, register and publish dats to a "registry". The API for this is implemented [here](https://github.com/datproject/datBase/blob/d02b8dd10f99cc8d38bae6f0771108644cc6b9ed/server/router.js#L30-L43) but [not properly documented](https://github.com/datproject/dat/issues/855). It would be super-cool if...
First of all @taravancil and @pfrazee: Thanks for initiating the whole ecosystem around Beaker. It is amazing and very very inspiring. I tinkered with a local installation of hashbase and...