peterkeen / dokuen

A personal PaaS for mac and linux
548 stars 19 forks source link

Implemented gitolite replacement #23

Closed griff closed 11 years ago

griff commented 11 years ago

I have created a simple shell replacement to get rid of the gitolite dependency. I use it in my own setup and it should do everything dokuen would need. It has no access restrictions though.

I was working on also implementing access restrictions until it occurred to me that since all applications run as the same user and they can execute arbitrary code it is trivial to make an evil app that changes anything related to dokuen. So until apps run either in chrooted jails or with a user each access restrictions don't make much sense.

peterkeen commented 11 years ago

This looks pretty great but I don't use Dokuen any more so I made you a collaborator on the project so you can make changes directly.

Thanks, Pete