Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
10
incubator/mineos/0.0.1/CHANGELOG.md
Normal file
10
incubator/mineos/0.0.1/CHANGELOG.md
Normal 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))
|
||||
|
||||
6
incubator/mineos/0.0.1/Chart.lock
Normal file
6
incubator/mineos/0.0.1/Chart.lock
Normal 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"
|
||||
30
incubator/mineos/0.0.1/Chart.yaml
Normal file
30
incubator/mineos/0.0.1/Chart.yaml
Normal 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
|
||||
38
incubator/mineos/0.0.1/README.md
Normal file
38
incubator/mineos/0.0.1/README.md
Normal 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
|
||||
3
incubator/mineos/0.0.1/app-readme.md
Normal file
3
incubator/mineos/0.0.1/app-readme.md
Normal 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
|
||||
BIN
incubator/mineos/0.0.1/charts/common-10.4.2.tgz
Normal file
BIN
incubator/mineos/0.0.1/charts/common-10.4.2.tgz
Normal file
Binary file not shown.
37
incubator/mineos/0.0.1/ix_values.yaml
Normal file
37
incubator/mineos/0.0.1/ix_values.yaml
Normal 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"
|
||||
2472
incubator/mineos/0.0.1/questions.yaml
Normal file
2472
incubator/mineos/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/mineos/0.0.1/templates/common.yaml
Normal file
1
incubator/mineos/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
0
incubator/mineos/0.0.1/values.yaml
Normal file
0
incubator/mineos/0.0.1/values.yaml
Normal file
4
incubator/mineos/item.yaml
Normal file
4
incubator/mineos/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/_static/img/appicons/mineos.png
|
||||
categories:
|
||||
- incubator
|
||||
|
||||
Reference in New Issue
Block a user