-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Note: this is the full changelog of the versions deployed via the [previous mono-repository](https://github.com/Poeschl-HomeAssistant-Addons/repository/tree/41c02f85a6fffb328c21df76ace4e54ad0ee3466). | ||
|
||
## 1.2.1 - 2023-01-08 | ||
|
||
* 🐛 Fix init for S6 (#355) | ||
* 🔼 Update git to `1:2.39.0-1` | ||
* 🔼 Updated libvncserver/libvncserver-dev to `0.9.13+dfsg-5` | ||
* 🔼 Updated libvncclient/libvncclient-dev to `0.9.13+dfsg-5` | ||
* 🔼 Updated pkg-config to `1.8.0-12` | ||
* 🔼 Updated python3 to `3.10.6-3+b1` | ||
* 🔼 Updated python3-numpy to `1:1.23.5-2` | ||
* 🔼 Updated python3-setuptools to `65.5.0-1.1` | ||
* 🔼 Updated python3-pip to `22.3.1+dfsg-1` | ||
* 🔼 Update procps to `2:4.0.2-3` | ||
* 🔼 Update libsdl2-2.0-0 / libsdl2-dev to `2.0.20+dfsg-2` | ||
* 🔼 Update libnuma1 / libnuma-dev to `2.0.16-1` | ||
|
||
## 1.2.0 - 2022-07-31 | ||
|
||
* 🔼 Updated vncmux to latest commit `b376f97` | ||
* 🔼 Updated python3 to `3.10.5-3` | ||
* 🔼 Updated python3-numpy to `1:1.21.5-1+b1` | ||
* 🔼 Updated python3-pip to `22.2+dfsg-1` | ||
* 🔼 Updated Cython to `0.29.32` | ||
* 🔼 Updated libvncserver/libvncserver-dev to `0.9.13+dfsg-4` | ||
* 🔼 Updated libvncclient/libvncclient-dev to `0.9.13+dfsg-4` | ||
* 🔼 Updated libsdl2/libsdl2-dev to `2.0.22+dfsg-6` | ||
* 🔼 Updated libfreetype6/libfreetype6-dev to `2.12.1+dfsg-3` | ||
* 🔨 Migrated to S6-Overlay `V3` | ||
* 📝 Updated to new repository structure + Yaml config | ||
|
||
## 1.1.0 - 2022-04-10 | ||
|
||
* 🔼 Update git to `1:2.35.1-1` | ||
* 🔼 Update python3 to `3.9.8-1` | ||
* 🔼 Update python3-setuptools to `59.6.0-1.2` | ||
* 🔼 Update python3-pip to `22.0.2+dfsg-1` | ||
* 🔼 Update procps to `2:3.3.17-7+b1` | ||
* 🔼 Update libsdl2-2.0-0 / libsdl2-dev to `2.0.20+dfsg-2` | ||
* 📝 Updated Readme | ||
|
||
|
||
## 1.0.0 - 2022-01-07 | ||
|
||
### Added | ||
|
||
* ➕ Create Addon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Configuration | ||
|
||
Example config: | ||
|
||
```yaml | ||
width: 1280, | ||
height: 720, | ||
description: Pixelflut | ||
``` | ||
### `width` | ||
|
||
The width of the Pixelflut canvas. | ||
|
||
### `height` | ||
|
||
The height of the Pixelflut canvas. | ||
|
||
### `description` | ||
|
||
The text which is displayed on the top as description. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Pixelflut | ||
|
||
Pixelflut is a very simple (and inefficient) ASCII based network protocol to draw pixels on a screen. | ||
This multiplayer canvas is a known game for tech enthusiasts. | ||
More at [defnull/pixelflut](https://github.com/defnull/pixelflut) | ||
|
||
The addon contains the [shoreline PixelFlut server](https://github.com/TobleMiner/shoreline) for playing and [noVnc](https://github.com/novnc/noVNC) to show the canvas inside Home Assistant. | ||
|
||
[![Release][release-badge]][release] | ||
![Addon Stage][stage-badge] | ||
|
||
[![Donate][donation-badge]][donation-url] | ||
|
||
## ⚠ WARNING! THIS IS AN EDGE VERSION! | ||
|
||
This Home Assistant Add-on is and bloody edge build. | ||
Edge builds add-ons are based upon the latest development version. | ||
|
||
- They may not work at all. | ||
- They might stop working at any time. | ||
- They could have a negative impact on your system. | ||
|
||
If you are more interested in stable releases of our add-ons: | ||
|
||
For the stable version of the add-ons: [Stable-Repository] | ||
|
||
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg | ||
|
||
[release-badge]: https://img.shields.io/badge/version-v1.2.1-blue.svg | ||
[release]: https://github.com/Poeschl-HomeAssistant-Addons/pixelflut/tree/v1.2.1 | ||
|
||
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white | ||
[donation-url]: https://www.buymeacoffee.com/Poeschl | ||
|
||
[Stable-Repository]: https://github.com/Poeschl-HomeAssistant-Addons/repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Pixelflut | ||
version: 1.2.1 | ||
slug: pixelflut | ||
panel_icon: mdi:waves | ||
description: Bring a Pixelflut canvas into your Smart Home | ||
url: https://github.com/Poeschl-HomeAssistant-Addons/pixelflut | ||
ingress: true | ||
ingress_port: 6080 | ||
ingress_entry: vnc.html?autoconnect=true | ||
arch: | ||
- armv7 | ||
- armhf | ||
- aarch64 | ||
- amd64 | ||
- i386 | ||
image: ghcr.io/poeschl-homeassistant-addons/pixelflut-{arch} | ||
init: false | ||
ports: | ||
1234/tcp: 1234 | ||
1235/tcp: null | ||
5900/tcp: null | ||
ports_description: | ||
1234/tcp: The Pixelflut port to send your requests | ||
1235/tcp: Provides json statistics about the running canvas | ||
5900/tcp: VNC access of the Pixelflut canvas | ||
options: | ||
width: '1280' | ||
height: '720' | ||
description: Pixelflut | ||
schema: | ||
width: int(0,) | ||
height: int(0,) | ||
description: str |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.