modulepackage
0.0.0-20171031211507-730eb645bef1
Repository: https://github.com/tobieiss/freshboard.git
Documentation: pkg.go.dev
# README
WIP: freeboard backend
Setup
- create your personal new repository
- add this repository as remote
git remote add freshboard [email protected]: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
- if you have installed go:
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