fix(games): correct PUID references

This commit is contained in:
kjeld Schouten-Lebbing
2022-02-04 21:14:28 +01:00
parent 5f50f730b1
commit ff3ba97b82
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ name: imposter-server
sources:
- https://github.com/truecharts/apps/tree/master/incubator/imposter-server
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- games
+3 -2
View File
@@ -96,10 +96,11 @@ questions:
attrs:
# Include{fixedEnv}
- variable: PUID
label: "Run as User"
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: "568"
default: 568
- variable: IMPOSTOR_Server__PublicIp
label: "Server Public IP"
schema:
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- games
@@ -85,10 +85,11 @@ questions:
attrs:
# Include{fixedEnv}
- variable: PUID
label: "Run as User"
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: "568"
default: 568
- variable: VERSION
label: "Minecraft version"
description: "Options: LATEST, PREVIOUS or version number"