fix(trilium-notes): Change port as it was a conflict with core app (#1756)
This commit is contained in:
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 8.13.1
|
||||
deprecated: false
|
||||
description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/trilium-notes
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/trilium-notes
|
||||
icon: https://truecharts.org/_static/img/appicons/trilium-notes-icon.png
|
||||
keywords:
|
||||
- trilium
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://hub.docker.com/r/zadam/trilium
|
||||
- https://github.com/zadam/trilium
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -113,7 +113,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10086
|
||||
default: 10156
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -9,7 +9,7 @@ service:
|
||||
main:
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
port: 10086
|
||||
port: 10156
|
||||
|
||||
env:
|
||||
TRILIUM_DATA_DIR: "/trilium-data"
|
||||
|
||||
Reference in New Issue
Block a user