fix(games): correct PUID references
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user