Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-07-11 11:17:25 +00:00
parent 664d189a45
commit ec2f7f217c
11 changed files with 2601 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Changelog<br>
<a name="mineos-0.0.1"></a>
### mineos-0.0.1 (2022-07-11)
#### Feat
* add mineOS ([#3127](https://github.com/truecharts/apps/issues/3127))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.2
digest: sha256:a83b9022cba7f938d071b04ce4ca2e5831900c203b1947297ef3019c2a44b5cd
generated: "2022-07-11T11:14:03.047985122Z"

View File

@@ -0,0 +1,30 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mineos
version: 0.0.1
appVersion: "latest"
description: MineOS is a server front-end to ease managing Minecraft administrative tasks.
type: application
deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/mineos
icon: https://truecharts.org/_static/img/appicons/mineos.png
keywords:
- gameserver
- minecraft
sources:
- https://hub.docker.com/r/hexparrot/mineos
- https://github.com/hexparrot/mineos-node
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.2
# condition:
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- incubator
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,38 @@
# Introduction
MineOS is a server front-end to ease managing Minecraft administrative tasks.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://hub.docker.com/r/hexparrot/mineos>
* <https://github.com/hexparrot/mineos-node>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,3 @@
MineOS is a server front-end to ease managing Minecraft administrative tasks.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@@ -0,0 +1,37 @@
image:
repository: tccr.io/truecharts/mineos
pullPolicy: IfNotPresent
tag: latest@sha256:dae5c70dd0ec272707cf2eca7758f635ef4d76a177b437e2f7651b6bbcbc0245
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
USER_UID: "{{ .Values.security.PUID }}"
GROUP_GID: "{{ .Values.podSecurityContext.fsGroup }}"
GROUP_NAME: "{{ .Values.secretEnv.USER_NAME }}"
# User Defined
USE_HTTPS: false
secretEnv:
USER_NAME: "mc"
USER_PASSWORD: "CHANGE_ME"
service:
main:
ports:
main:
protocol: HTTP
targetPort: 10278
port: 10278
persistence:
config:
enabled: true
mountPath: "/var/games/minecraft"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/mineos.png
categories:
- incubator