fix(trilium-notes): Change port as it was a conflict with core app (#1756)

This commit is contained in:
Stavros Kois 2022-01-21 13:08:16 +02:00 committed by GitHub
parent e9d0750c38
commit 439ab4925c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -9,7 +9,7 @@ service:
main:
protocol: HTTP
targetPort: 8080
port: 10086
port: 10156
env:
TRILIUM_DATA_DIR: "/trilium-data"

View File

@ -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 | |