Skip to content

TobiEiss/freshboard

Repository files navigation

Build Status Coverage Status

WIP: freeboard backend

Setup

  • create your personal new repository
  • add this repository as remote git remote add freshboard git@github.com:TobiEiss/freshboard.git
  • pull from this remote git pull freshboard master --allow-unrelated-histories
  • init git submodules (the original freeboard) git submodule init
  • update git submodules (the original freeboard) git submodule update
  • (optional) test installation:
    • if you have installed go: go run server.go
    • browse: http://localhost:8080/#source=config.json

build Dockerfile

  • Raspberrypi (rasbian): docker build -t freshboard -f Dockerfile-raspberrypi .

RaspberryPi-config

/home/pi/.config/lxsession/LXDE-pi/autostart

#@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank

@sh /home/pi/freshboard/autostart.sh

Without mouse
sudo apt-get install unclutter

@unclutter

About

freeboard-wrapper with a lot of backend-stuff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published