Hacker News new | ask | show | jobs
by jsilvestre 4623 days ago
Thank you for cheerful feedback!

The app is developped for Cozycloud which is a personal platform as a service (= the app is independent from the platform). It has been written with an ODM (JugglingDB) so you can switch the data layer at your will. Also, this is a single page app meaning the server is only a REST API Backbone (and everything allowed to) can access.

For the "skinnable" part, we didn't have time to bring those features but it is something I would love to see!

On a side note, we, at Cozy, have developed a photo management app (https://github.com/mycozycloud/cozy-photos/, demo: https://demo.cozycloud.cc/#apps/photos/) if it can help you in any way! Or maybe you'll like it and contribute to it ;)

1 comments

I just want to stop by and say I have looked at CozyCloud before, a few times, really appreciating something like OwnCloud with a code base in something other than PHP.

My only disappointment was, a full CozyCloud stack VPS, when I emailed one of you guys, required a significant amount of memory (maybe minimum 1024MB, perhaps IIRC 2048MB?) is expensive for VPS, so I am not sure I want to invest in it.

That being said, CC is very cool and I think the future of nerds running their own clouds, and with a hipster environment like Node.js to boot! :-) The CozyCloud guys do solid work, and I want to compliment you for a job well done so far.

Thank you 616c for your message! About the minimum hardware required, Cozy made some progress on the memory footprint (lighter framework and usage of javascript runtime instead of coffescript one). Now you can use it with only 512MB of RAM instead of 1024MB. You can make it run on a RaspberryPi (B model) too.