diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index cb7b71d9377..36364fc2d96 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -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 diff --git a/charts/stable/trilium-notes/questions.yaml b/charts/stable/trilium-notes/questions.yaml index 07f71daf6d0..b6cc5890e0c 100644 --- a/charts/stable/trilium-notes/questions.yaml +++ b/charts/stable/trilium-notes/questions.yaml @@ -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" diff --git a/charts/stable/trilium-notes/values.yaml b/charts/stable/trilium-notes/values.yaml index 1051af627f8..d8d3d4df20e 100644 --- a/charts/stable/trilium-notes/values.yaml +++ b/charts/stable/trilium-notes/values.yaml @@ -9,7 +9,7 @@ service: main: protocol: HTTP targetPort: 8080 - port: 10086 + port: 10156 env: TRILIUM_DATA_DIR: "/trilium-data" diff --git a/docs/manual/default-ports.md b/docs/manual/default-ports.md index cf6c9722b00..df0d2ad1726 100644 --- a/docs/manual/default-ports.md +++ b/docs/manual/default-ports.md @@ -234,7 +234,6 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | fossil | main | main | 10083 | TCP | | | gotify | main | main | 10084 | TCP | | | komga | main | main | 10085 | TCP | | -| trilium-notes | main | main | 10086 | HTTP | | | owncast | main | main | 10088 | TCP | | | openkm | main | main | 10090 | TCP | | | miniflux | main | main | 10091 | TCP | | @@ -301,6 +300,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | kodi-headless | websocket | websocket | 10152 | TCP | | | shlink | main | main | 10153 | TCP | | | shlink-web-client | main | main | 10154 | HTTP | | +| trilium-notes | main | main | 10156 | HTTP | | | hyperion-ng | boblightservice | boblightservice | 19333 | TCP | | | hyperion-ng | jsonservice | jsonservice | 19444 | TCP | | | hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |