A fancy self-hosted digital signage tool. Free, simple and working.
Go to file
2024-08-04 19:27:58 +02:00
.github Update FUNDING.yml 2024-08-01 09:19:18 +02:00
data fully working api 2024-08-04 18:02:42 +02:00
docs doc 2024-07-22 03:59:35 +02:00
lang done 2024-07-23 00:44:07 +02:00
plugins fully working api 2024-08-04 18:02:42 +02:00
src fully working api 2024-08-04 18:02:42 +02:00
system fix docker 2024-07-22 03:23:19 +02:00
var/run ignore fix 2024-08-01 10:21:14 +02:00
views fully working api 2024-08-04 18:02:42 +02:00
.dockerignore ignore fix 2024-08-01 10:22:28 +02:00
.env.dist update defaults 2024-07-22 01:26:42 +02:00
.gitignore ignore fix 2024-08-01 10:22:28 +02:00
docker-compose.dev.yml volume localtime for docker 2024-08-01 10:41:12 +02:00
docker-compose.yml volume localtime for docker 2024-08-01 10:41:12 +02:00
Dockerfile update dockerfile 2024-08-04 19:27:58 +02:00
LICENSE Create LICENSE 2024-04-25 17:23:27 +02:00
obscreen.py customize chroot dir for external storage 2024-07-22 00:25:43 +02:00
package-lock.json css to sass with vitejs 2024-06-21 13:56:19 +02:00
package.json css to sass with vitejs 2024-06-21 13:56:19 +02:00
README.md conditionnal token if plugin enabled 2024-08-04 17:42:06 +02:00
requirements.txt wip swagger 2024-08-04 03:55:54 +02:00
version.txt bump 2024-08-04 18:02:53 +02:00
vite.config.js dark/light mode 2024-07-18 01:35:38 +02:00

Obscreen

Obscreen is a user-friendly self-hosted digital signage tool leveraging chromium browser.

🕹️ Live Demo

Try it!

Demo Server (Location: Roubaix - France): https://demo.obscreen.io

It is a temporary live demo, all data will be deleted after 30 minutes (~30secs downtime).

Features

  • Dead simple chromium webview inside
  • Fancy graphical user interface
  • Very few dependencies
  • Embeddable SQLite database
  • Fleet screen management
  • Playlist management
  • Authentication management
  • Plays content from flashdrive in offline mode
  • Core API & Plugin system to extend capabilities
  • Multi Languages
  • Cast pictures and iframes to Chromecast
  • No costly monthly pricing plan per screen or whatever, no cloud, no telemetry

👨‍🍳 How to install

🔴 I want to power a RaspberryPi and automatically see my slideshow on a screen connected to it and manage the slideshow

🔵 I just want a slideshow manager and I'll deal with screen and browser myself

📸 More Screenshots

Light Mode:

Content Explorer:

Settings Page:

Add Content Modal:

🫡 Motivation

  • I was searching for a self-hosted monitoring tool similar to "Screenly", but struggled with "Anthias" (formerly Screenly OSE) due to compatibility issues on some webpages. Chromium does a great job at rendering webpages, so I decided to create my own solution based on browsers.
  • Enjoy a beautiful graphical interface
  • My goal was to keep the code as simple as possible, using reliable technology with minimal dependencies.
  • Aim to showcase the power of the Raspberry Pi 5.
  • Deploy my first true Docker image to Docker Hub using a continuous deployment pipeline.

If you value this project, please think about awarding it a . Thanks ! 🙏

🛟 Discussion / Need help ?

Join our Discord

Open an Issue

Troubleshoot

Why aren't the videos starting?

This is "normal" behavior. Videos do not play automatically in Chrome because it requires user interaction with the page (a simple click inside the webpage is enough). If you open the console, you'll see the error: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first...

To resolve this, you need to use the Chrome flag --autoplay-policy=no-user-gesture-required. When connecting a Raspberry Pi with Obscreen Player autorun, this issue doesn't occur because the flag is handled automatically for you.You need to enable this flag yourself otherwise.


👑 Contributions

Create Pull Requests

We accept all types of pull requests.

Test Beta Version

Check out the latest beta release here: https://github.com/jr-k/obscreen/releases

Translations

If you want to translate Obscreen into your language, please visit Languages Files.

Spelling & Grammar

Feel free to correct the grammar in the documentation or code. My mother language is not English and my grammar is not that great.