Search found 4 matches

by peec2
11 Mar 2014 01:51
Forum: RaZberry
Topic: Support CORS - API
Replies: 3
Views: 4972

Re: Support CORS - API

Thanks for the idea, i am already using haproxy actually for my home net servers. Used haproxy to proxy the 8083 port. Now running the home-automation software in Apache on another production server :) Heres the config if anyone is going to use the same: backend pi_http server pi 10.0.0.100:8083 fro...
by peec2
10 Mar 2014 11:42
Forum: RaZberry
Topic: Support CORS - API
Replies: 3
Views: 4972

Support CORS - API

Hey, I noticed that CORS seems not to be supported so in chrome you get Access Origin Resource Sharing issues. It can be solved with setting these headers: header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: POST, GET, OPTIONS'); .. etc.. Is it possible to support CORS in...
by peec2
09 Mar 2014 15:27
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103183

Re: New Home Automation engine and New UI

I have one question regarding modules / widgets. So this is my idea: I have a video stream service running with RTMP and Nginx. I want to have a widget that just has a div tag in it that i can use jwplayer to initialize the stream in that specific div tag. Check the screenshot attachment. Standalone...
by peec2
09 Mar 2014 14:54
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103183

Re: New Home Automation engine and New UI

I really like the new UI. Good job. I have been following the development on GitHub, i'm a JS developer myself with, so i'm familiar with some of the stack you are using such as Backbone etc.. Great project. I'm going to play around with the API etc. now, forked the repo just now https://github.com/...