chore(wekan): use other port and fix docs (#2363)
* chore(wekan): use other port and fix docs * bump * add img Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
13a07b8fb2
commit
0a177cce8e
@@ -23,7 +23,7 @@ name: wekan
|
||||
sources:
|
||||
- https://github.com/wekan/wekan
|
||||
- https://wekan.github.io/
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -1102,7 +1102,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10204
|
||||
default: 10192
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -18,7 +18,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10204
|
||||
port: 10192
|
||||
targetPort: 8080
|
||||
|
||||
mongodb:
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 207 KiB |
@@ -6,8 +6,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
## Core Apps
|
||||
|
||||
| App | Service | Port Name | Port | Protocol | Note |
|
||||
| :---------- | :-----------: | :-----------: | :---: | :------: | :--------------------------------------: |
|
||||
| k8s-gateway | main | main | 53 | UDP | Potential conflict with pihole |
|
||||
| :---------- | :-----------: | :-----------: | :---: | :------: | :------------------------------------------------: |
|
||||
| k8s-gateway | main | main | 53 | UDP | Potential conflict with pihole, mosdns, technitium |
|
||||
| traefik | main | main | 9000 | HTTP | Potential conflict with minio (Official) |
|
||||
| traefik | tcp | web | 9080 | HTTP | Adviced to be moved to port 80 |
|
||||
| traefik | metrics | metrics | 9100 | HTTP | |
|
||||
@@ -21,7 +21,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
## Stable, Games and Incubator Apps
|
||||
|
||||
| App | Service | Port Name | Port | Protocol | Note |
|
||||
| :------------------------- | :-------------: | :-------------: | :---: | :------: | :---------------------------------------------: |
|
||||
| :------------------------- | :-------------: | :-------------: | :---: | :------: | :-----------------------------------------------------: |
|
||||
| amcrest2mqtt | main | main | - | - | Service disabled |
|
||||
| leaf2mqtt | main | main | - | - | Service disabled |
|
||||
| promcord | main | main | - | - | Service disabled |
|
||||
@@ -36,11 +36,11 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| rsnapshot | main | main | - | - | Service disabled |
|
||||
| protonmail-bridge | smtp | smtp | 25 | TCP | Potential conflict with other smtp apps |
|
||||
| anonaddy | smtp | smtp | 25 | TCP | Potential conflict with other smtp apps |
|
||||
| pihole | dns-tcp | dns-tcp | 53 | TCP | Potential conflict with k8s-gateway, technitium |
|
||||
| pihole | dns | dns | 53 | UDP | Potential conflict with k8s-gateway, technitium |
|
||||
| technitium | dns-tcp | dns-tcp | 53 | TCP | Potential conflict with k8s-gateway, pihole |
|
||||
| technitium | dns-udp | dns-udp | 53 | UDP | Potential conflict with k8s-gateway, pihole |
|
||||
| mosdns | dns-udp | dns-udp | 53 | UDP |Potential conflict with k8s-gateway, pihole, technitium|
|
||||
| pihole | dns-tcp | dns-tcp | 53 | TCP | Potential conflict with k8s-gateway, technitium, mosdns |
|
||||
| pihole | dns | dns | 53 | UDP | Potential conflict with k8s-gateway, technitium, mosdns |
|
||||
| technitium | dns-tcp | dns-tcp | 53 | TCP | Potential conflict with k8s-gateway, pihole, mosdns |
|
||||
| technitium | dns-udp | dns-udp | 53 | UDP | Potential conflict with k8s-gateway, pihole, mosdns |
|
||||
| mosdns | dns-udp | dns-udp | 53 | UDP | Potential conflict with k8s-gateway, pihole, technitium |
|
||||
| openldap | main | main | 389 | TCP | |
|
||||
| minisatip | rtsp | rtsp | 554 | TCP | |
|
||||
| openldap | ldaps | ldaps | 636 | TCP | |
|
||||
@@ -354,6 +354,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| kavita | main | main | 10189 | HTTP | |
|
||||
| zerotier | main | main | 10190 | UDP | |
|
||||
| rsshub | main | main | 10191 | HTTP | |
|
||||
| wekan | main | main | 10192 | TCP | |
|
||||
| verysync | main | main | 10193 | HTTP | |
|
||||
| browserless | main | main | 10194 | TCP | |
|
||||
| kutt | main | main | 10195 | TCP | |
|
||||
@@ -366,7 +367,6 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| technitium | dns-cert | dns-cert | 10202 | TCP | |
|
||||
| technitium | dns-https | dns-https | 10203 | TCP | |
|
||||
| technitium | dns-https-proxy | dns-https-proxy | 10204 | TCP | |
|
||||
| wekan | main | main | 10204 | TCP | |
|
||||
| meshcentral | main | main | 10205 | TCP | |
|
||||
| storj-node | main | main | 14002 | TCP | |
|
||||
| satisfactory | beacon | beacon | 15000 | UDP | |
|
||||
|
||||
Reference in New Issue
Block a user