Marak

Results 178 issues of 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...

enhancement

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...

enhancement

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...

bug

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...

enhancement

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`...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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....

bug