Skip to content

Spaceinfo is a webserver the provides a slideshow of predefined webpages, either external or hosted by itself. It can easily be used to setup a kiosk info screen on any computer.

License

Notifications You must be signed in to change notification settings

vspaceone/spaceinfo

Repository files navigation

spaceinfo

This repo provides as interface for displaying multiple webpages in a slideshow.

So sieht das bei uns aus:

Bildschirme im Space

Install

Run Dockerimage

Install via anaconda

First install anaconda according to the anaconda documentation. Then run

conda create --name spaceinfo python=3.5
conda activate spaceinfo
pip install -r requirements.txt

Install via venv

To install via venv you first need to install venv. On Ubuntu you can run

apt install python3.9-venv

to do so.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

Activate the environment with

conda activate spaceinfo

if you use anaconda and

source venv/bin/activate

if you use venv. Then run

bash run.sh

This runs on localhost. You have to configure your nginx or apache to redirect to port 8080 from the given url.

How to add slides?

Add your slides to the spaceinfo-pages repository to show them in on the spaceinfo-terminals.

Schwarze Ränder auf RaspberryPi

Disable Overscan via raspi-config - Advanced Options - Overscan

Licence

Siehe LICENCE

About

Spaceinfo is a webserver the provides a slideshow of predefined webpages, either external or hosted by itself. It can easily be used to setup a kiosk info screen on any computer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published