Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeschl/docker-sturmflut
The Sturmflut client in a docker container
https://github.com/poeschl/docker-sturmflut
pixelflut pixelflut-client
Last synced: about 7 hours ago
JSON representation
The Sturmflut client in a docker container
- Host: GitHub
- URL: https://github.com/poeschl/docker-sturmflut
- Owner: Poeschl
- License: gpl-3.0
- Created: 2021-12-29T00:03:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T17:36:59.000Z (5 months ago)
- Last Synced: 2024-11-24T01:12:08.473Z (2 months ago)
- Topics: pixelflut, pixelflut-client
- Language: Dockerfile
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sturmflut (Dockerized)
[![](https://img.shields.io/github/license/Poeschl/docker-pixelpwnr.svg?maxAge=3600)](https://github.com/Poeschl/docker-pixelpwnr/blob/master/LICENCE)
A docker container wih the [Sturmflut client](https://github.com/TobleMiner/sturmflut) inside.
# Usage
The contained Strumflut can be used like `docker run -v ./images:/images ghcr.io/poeschl/sturmflut 127.0.0.1 /images/image.png -p 1234 -o 10:20`
to paint `images/image.png` with offset x:10, y:20 towards the pixelflut server on your own machine.
For more options look at [`--help`](https://github.com/TobleMiner/sturmflut#usage).# Example
An examle docker-compose file can be found in the `/example` folder. Navigate inside it and execute `docker-compose up` to start it.
It floods the Pixelflut server of the rC3 of 2021.# Licence
The included Sturmflut application is licnces under [MIT License](https://github.com/TobleMiner/sturmflut/blob/master/LICENSE)