Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeschl/docker-shoreline
The shoreline pixelflut server inside a docker container.
https://github.com/poeschl/docker-shoreline
docker pixelflut pixelflut-server
Last synced: about 2 months ago
JSON representation
The shoreline pixelflut server inside a docker container.
- Host: GitHub
- URL: https://github.com/poeschl/docker-shoreline
- Owner: Poeschl
- License: apache-2.0
- Created: 2019-01-31T08:33:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:06:22.000Z (5 months ago)
- Last Synced: 2024-08-27T15:25:55.161Z (4 months ago)
- Topics: docker, pixelflut, pixelflut-server
- Language: Dockerfile
- Homepage:
- Size: 216 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shoreline (Dockerized)
[![](https://img.shields.io/github/license/poeschl/docker-shoreline.svg?maxAge=3600)](https://github.com/poeschl/docker-shoreline/blob/master/LICENCE)
A docker container wih the [shoreline PixelFlut server](https://github.com/TobleMiner/shoreline) inside.
# Usage
Start it up with the default parameters:
`docker run -p 5900:5900 -p 1234:1234 -p 1235:1235 ghcr.io/poeschl/shoreline`
and connect via a vnc client to `localhost` to get the pixelflut display.
All pixelflut clients needs to connect to your ip on port `1234`.Following options are set on default a running container `-f vnc,port=5900 -b 0.0.0.0 -p 1234`.
Additional parameters can be specified over the docker container commands like:`docker run -p 5900:5900 -p 1234:1234 ghcr.io/poeschl/shoreline -w 1920 -h 1080`
To use the build-in statistics (available on port `1235`):
`docker run -p 5900:5900 -p 1234:1234 -p 1235:1235 ghcr.io/poeschl/shoreline -f statistics`
# Licence
The included shoreline application is under [MIT Licence](https://raw.githubusercontent.com/TobleMiner/shoreline/master/LICENSE)