fix(Photo-Stream): Fix port + cleanup (#4656)

* fix(Photo-Stream): Fix port + cleanup

* Update charts/incubator/photo-stream/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
StevenMcElligott 2022-11-21 08:13:38 -05:00 committed by GitHub
parent e52151e4f5
commit 66cfa3ec68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 34 deletions

View File

@ -1,10 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaServer-Photos
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
@ -12,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.0.3 version: 11.0.3
deprecated: false deprecated: false
description: "Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos." description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
home: https://truecharts.org/docs/charts/incubator/photo-stream home: https://truecharts.org/docs/charts/incubator/photo-stream
icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png
keywords: keywords:
@ -32,4 +25,11 @@ sources:
- https://github.com/waschinski/photo-stream - https://github.com/waschinski/photo-stream
- https://hub.docker.com/r/waschinski/photo-stream - https://hub.docker.com/r/waschinski/photo-stream
type: application type: application
version: 2.0.1 version: 2.1.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaServer-Photos

View File

@ -9,36 +9,36 @@ questions:
# Include{replica1} # Include{replica1}
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
- variable: env - variable: env
group: "App Configuration" group: App Configuration
label: "Image Environment" label: Image Environment
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: TITLE - variable: TITLE
label: "TITLE" label: TITLE
schema: schema:
type: string type: string
default: "Photo Stream for TrueNAS" default: TrueCharts Photo Stream collection.
- variable: AUTHOR_NAME - variable: AUTHOR_NAME
label: "AUTHOR_NAME" label: "AUTHOR_NAME"
schema: schema:
type: string type: string
default: "TrueNAS" default: "TrueCharts"
- variable: DESCRIPTION - variable: DESCRIPTION
label: "DESCRIPTION" label: "DESCRIPTION"
schema: schema:
type: string type: string
default: "My TrueNAS Photo Stream collection." default: "My TrueCharts Photo Stream collection."
- variable: SHOW_OFFICIAL_GITHUB - variable: SHOW_OFFICIAL_GITHUB
label: "SHOW_OFFICIAL_GITHUB" label: SHOW_OFFICIAL_GITHUB
schema: schema:
type: string type: string
default: "0" default: "0"
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
label: "Main Service" label: Main Service
description: "The Primary service on which the healthcheck runs, often the webUI" description: "The Primary service on which the healthcheck runs, often the webUI"
schema: schema:
additional_attrs: true additional_attrs: true
@ -53,7 +53,7 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
@ -65,7 +65,7 @@ questions:
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: storageimages - variable: storageimages
label: "storageimages Storage" label: "Photo Storage"
description: "Location for original files (photos)." description: "Location for original files (photos)."
schema: schema:
additional_attrs: true additional_attrs: true
@ -75,7 +75,7 @@ questions:
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: "Main Ingress" label: Main Ingress
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -87,41 +87,41 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: "Privileged mode" label: Privileged mode
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem" label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: Allow Privilege Escalation
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: "runAsNonRoot" label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: "runAsUser" label: runAsUser
description: "The UserID of the user running the application" description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: runAsGroup
description: The groupID this App of the user running the application" description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: fsGroup
description: "The group that should own ALL storage." description: The group that should own ALL storage.
schema: schema:
type: int type: int
default: 568 default: 568

View File

@ -1,8 +1,8 @@
env: env:
AUTHOR_NAME: unRAID AUTHOR_NAME: TrueCharts
DESCRIPTION: My unRAID Photo Stream collection. DESCRIPTION: TrueCharts Photo Stream collection.
SHOW_OFFICIAL_GITHUB: "0" SHOW_OFFICIAL_GITHUB: "0"
TITLE: Photo Stream for unRAID TITLE: Photo Stream for TrueCharts
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/photo-stream repository: tccr.io/truecharts/photo-stream
@ -22,7 +22,7 @@ service:
ports: ports:
main: main:
port: 4000 port: 4000
protocol: TCP protocol: HTTP
targetPort: 4000 targetPort: 4000
portal: portal: