Skip to content

pwaldhauer/kioski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kioski

A simple web app to play things on your Home Assistant Media Players (e.g. Sonos speakers).

screenshot.png

How to run

Locally

cp .env.example .env
touch database.sqlite

# Edit .env to your needs, especially the database file path (needs to be absolute)

composer install
php artisan key:generate
php artisan migrate
php artisan storage:link
php artisan serve

# Or configure nginx / apache / your favorite web server

Docker

Use the ready-to-use docker image!

touch db.sqlite
docker run -d \
 -p 127.0.0.1:9901:9901 \
 -v $(pwd)/db.sqlite:/app/database.sqlite \
 ghcr.io/pwaldhauer/kioski:0.1.0
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages