test
This commit is contained in:
parent
711e323d0d
commit
5ff6eab1f7
@ -12,7 +12,6 @@
|
|||||||
2. Log into your RaspberryPi locally or via ssh (by default it's `ssh pi@raspberrypi.local`)
|
2. Log into your RaspberryPi locally or via ssh (by default it's `ssh pi@raspberrypi.local`)
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## 📡 Run the studio instance
|
## 📡 Run the studio instance
|
||||||
|
|
||||||
<details closed>
|
<details closed>
|
||||||
@ -41,6 +40,9 @@ docker run --rm --name obscreen --pull=always \
|
|||||||
-v ./var/run/play:/app/var/run/play \
|
-v ./var/run/play:/app/var/run/play \
|
||||||
jierka/obscreen:latest
|
jierka/obscreen:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details closed>
|
<details closed>
|
||||||
@ -59,6 +61,9 @@ curl https://raw.githubusercontent.com/jr-k/obscreen/master/docker-compose.yml >
|
|||||||
# Run
|
# Run
|
||||||
docker compose up --detach --pull=always
|
docker compose up --detach --pull=always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details closed>
|
<details closed>
|
||||||
@ -109,10 +114,10 @@ sudo journalctl -u obscreen-studio -f
|
|||||||
## 🏁 Finally
|
## 🏁 Finally
|
||||||
- Run `sudo systemctl restart obscreen-studio` or `sudo reboot`
|
- Run `sudo systemctl restart obscreen-studio` or `sudo reboot`
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 👌 Usage
|
## 👌 Usage
|
||||||
- Page which plays slideshow is reachable at `http://raspberrypi.local:5000`
|
- Page which plays slideshow is reachable at `http://raspberrypi.local:5000`
|
||||||
- Slideshow manager is reachable at `http://raspberrypi.local:5000/manage`
|
- Slideshow manager is reachable at `http://raspberrypi.local:5000/manage`
|
||||||
@ -149,10 +154,13 @@ When you run the browser yourself, don't forget to use these flags for chromium
|
|||||||
# replace http://localhost:5000 with your obscreen-studio instance url
|
# replace http://localhost:5000 with your obscreen-studio instance url
|
||||||
chromium --disable-features=Translate --ignore-certificate-errors --disable-web-security --disable-restore-session-state --autoplay-policy=no-user-gesture-required --start-maximized --allow-running-insecure-content --remember-cert-error-decisions --noerrdialogs --kiosk --incognito --window-position=0,0 --window-size=1920,1080 --display=:0 http://localhost:5000
|
chromium --disable-features=Translate --ignore-certificate-errors --disable-web-security --disable-restore-session-state --autoplay-policy=no-user-gesture-required --start-maximized --allow-running-insecure-content --remember-cert-error-decisions --noerrdialogs --kiosk --incognito --window-position=0,0 --window-size=1920,1080 --display=:0 http://localhost:5000
|
||||||
```
|
```
|
||||||
</details>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 📎 Additional
|
## 📎 Additional
|
||||||
|
|
||||||
<details closed>
|
<details closed>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user