Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2a21334af7
commit
3d65e4379c
|
@ -1 +0,0 @@
|
|||
# README
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [steam-headless-0.0.1]steam-headless-0.0.1 (2023-07-14)
|
||||
|
|
@ -4,5 +4,10 @@
|
|||
|
||||
|
||||
|
||||
## [steam-headless-0.0.2](https://github.com/truecharts/charts/compare/steam-headless-0.0.1...steam-headless-0.0.2) (2023-07-15)
|
||||
|
||||
|
||||
|
||||
|
||||
## [steam-headless-0.0.1]steam-headless-0.0.1 (2023-07-14)
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/steam-headless
|
||||
- https://github.com/Steam-Headless/docker-steam-headless
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [steam-headless-0.0.2](https://github.com/truecharts/charts/compare/steam-headless-0.0.1...steam-headless-0.0.2) (2023-07-15)
|
||||
|
|
@ -154,7 +154,7 @@ questions:
|
|||
description: "Neko"
|
||||
- variable: ENABLE_VNC_AUDIO
|
||||
label: "Enable VNC Audio"
|
||||
description: "Configure nat1to1 for the neko WebUI."
|
||||
description: "Enables audio over for the VNC Web UI."
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
@ -166,13 +166,6 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
show_if: [[WEB_UI_MODE, "=", "neko"]]
|
||||
- variable: ENABLE_VNC_AUDIO
|
||||
label: "Enable VNC Audio"
|
||||
description: "Configure nat1to1 for the neko WebUI."
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
show_if: [[WEB_UI_MODE, "=", "vnc"]]
|
||||
- variable: ENABLE_SUNSHINE
|
||||
label: "Enable Sunshine"
|
||||
description: "Enable Sunshine streaming service."
|
Loading…
Reference in New Issue