Marak
Marak
Since we no longer are dependent on Github Gist for exclusively storing source code, we now have the ability to fork existing hooks without a Github OAuth login. The change...
Some users may want to upload custom ssl certificates for their custom domains. So far no one has asked yet. As soon as it's requested we'll add the ability to...
Since our move to the more restricted environment npm installs stopped working. The issue is that npm needs to be required after the process is chroot in order to ensure...
The couchdb database size can get a bit out of control with the update sequence count. I've seen the size of the database balloon to 30+ gigs. This causes the...
It's important that the project be as accessible as possible. Adding i18n translation to our user-interfaces and API responses will allow more people to use the software. I've got the...
As per #156, we have begun to implement i18n support. The `/docs` page ( main hook documentation ) will need to be translated. The issue here is that our `hook.io-i18n`...
Currently, the worker and server roles both exist in the same root folder and share the same `/lib` directory. This isn't ideal because not all the dependencies are shared between...
We need to start implementing more social features to the site so users can explore the really cool services that other users are building. Add a section and API to...
By design, the `worker` is no longer able to write to the disk. Attempting to write to the disk from a service will result in an error. Also, some user...
There is a regression with `gm` not working anymore in the chroot jail. Investigating locally. Probably a pathing issue. All the `gm` deps should already be copied to the jail....