fix(calibre): Replace deprecated env's and fix port (#1689)
This commit is contained in:
@@ -18,7 +18,7 @@ name: calibre
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/calibre/
|
||||
- https://github.com/kovidgoyal/calibre/
|
||||
version: 5.0.9
|
||||
version: 5.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -79,19 +79,13 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GUAC_USER
|
||||
label: "GUAC_USER"
|
||||
description: "Username for the calibre gui"
|
||||
schema:
|
||||
type: string
|
||||
default: "REPLACETHIS"
|
||||
- variable: GUAC_PASS
|
||||
label: "GUAC_PASS"
|
||||
description: "Password's md5 hash for the calibre gui"
|
||||
- variable: PASSWORD
|
||||
label: "PASSWORD"
|
||||
description: "Optionally set a password for the gui."
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: "REPLACETHIS"
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -136,7 +130,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10080
|
||||
default: 8084
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/calibre
|
||||
# -- image tag
|
||||
tag: v5.32.0-ls138@sha256:a7c6272300628eb747dc129001aef8bc53d9b462ebe6b4953de904a2a5e15c8e
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
@@ -15,27 +12,18 @@ podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
secret:
|
||||
# -- Username for the calibre gui
|
||||
GUAC_USER: ""
|
||||
# -- Password's md5 hash for the calibre gui
|
||||
GUAC_PASS: ""
|
||||
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-calibre#environment-variables-e) for more details.
|
||||
# @default -- See below
|
||||
PASSWORD: ""
|
||||
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# -- Specify the user ID the application will run as
|
||||
PUID: 568
|
||||
# -- Optionally pass cli start arguments to calibre.
|
||||
CLI_ARGS:
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10080
|
||||
port: 8084
|
||||
targetPort: 8080
|
||||
webserver:
|
||||
enabled: true
|
||||
@@ -45,8 +33,6 @@ service:
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -102,7 +102,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| unifi | comm | comm | 8080 | TCP | |
|
||||
| calibre | webserver | webserver | 8081 | TCP | |
|
||||
| traccar | main | main | 8082 | TCP | |
|
||||
| calibre | main | main | 8083 | TCP | |
|
||||
| calibre-web | main | main | 8083 | TCP | |
|
||||
| calibre | main | main | 8084 | TCP | |
|
||||
| htpcmanager | main | main | 8085 | TCP | |
|
||||
| synclounge | main | main | 8088 | TCP | |
|
||||
| mylar | main | main | 8090 | TCP | |
|
||||
@@ -223,7 +224,6 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| static | main | main | 10077 | TCP | |
|
||||
| twtxt | main | main | 10078 | TCP | |
|
||||
| emby | main | main | 10079 | TCP | |
|
||||
| calibre | main | main | 10080 | TCP | |
|
||||
| davos | main | main | 10081 | TCP | |
|
||||
| fireflyiii | main | main | 10082 | TCP | |
|
||||
| fossil | main | main | 10083 | TCP | |
|
||||
|
||||
Reference in New Issue
Block a user