fix(cinny): correct spaes for featured communites
This commit is contained in:
parent
8e0dc18117
commit
c39959472a
3 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@ name: cinny
|
||||||
description: A Helm Chart to install cinny (yet another matrix client)
|
description: A Helm Chart to install cinny (yet another matrix client)
|
||||||
icon: https://cinny.in/assets/favicon-48x48.png
|
icon: https://cinny.in/assets/favicon-48x48.png
|
||||||
type: application
|
type: application
|
||||||
version: "0.2.4"
|
version: "0.2.5"
|
||||||
# renovate: image=ghcr.io/cinnyapp/cinny
|
# renovate: image=ghcr.io/cinnyapp/cinny
|
||||||
appVersion: "4.6.0"
|
appVersion: "4.6.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)"
|
||||||
|
|
||||||
# cinny
|
# cinny
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm Chart to install cinny (yet another matrix client)
|
A Helm Chart to install cinny (yet another matrix client)
|
||||||
|
|
||||||
|
@ -61,12 +61,12 @@ helm uninstall cinny-release
|
||||||
| config.featuredCommunities.servers[1] | string | `"matrix.org"` | |
|
| config.featuredCommunities.servers[1] | string | `"matrix.org"` | |
|
||||||
| config.featuredCommunities.servers[2] | string | `"monero.social"` | |
|
| config.featuredCommunities.servers[2] | string | `"monero.social"` | |
|
||||||
| config.featuredCommunities.servers[3] | string | `"mozilla.org"` | |
|
| config.featuredCommunities.servers[3] | string | `"mozilla.org"` | |
|
||||||
| config.featuredCommunities.spaces"[0] | string | `"#cinny-space:matrix.org"` | |
|
| config.featuredCommunities.spaces[0] | string | `"#cinny-space:matrix.org"` | |
|
||||||
| config.featuredCommunities.spaces"[1] | string | `"#community:matrix.org"` | |
|
| config.featuredCommunities.spaces[1] | string | `"#community:matrix.org"` | |
|
||||||
| config.featuredCommunities.spaces"[2] | string | `"#space:envs.net"` | |
|
| config.featuredCommunities.spaces[2] | string | `"#space:envs.net"` | |
|
||||||
| config.featuredCommunities.spaces"[3] | string | `"#science-space:matrix.org"` | |
|
| config.featuredCommunities.spaces[3] | string | `"#science-space:matrix.org"` | |
|
||||||
| config.featuredCommunities.spaces"[4] | string | `"#libregaming-games:tchncs.de"` | |
|
| config.featuredCommunities.spaces[4] | string | `"#libregaming-games:tchncs.de"` | |
|
||||||
| config.featuredCommunities.spaces"[5] | string | `"#mathematics-on:matrix.org"` | |
|
| config.featuredCommunities.spaces[5] | string | `"#mathematics-on:matrix.org"` | |
|
||||||
| config.hashRouter.basename | string | `"/"` | |
|
| config.hashRouter.basename | string | `"/"` | |
|
||||||
| config.hashRouter.enabled | bool | `false` | |
|
| config.hashRouter.enabled | bool | `false` | |
|
||||||
| config.homeserverList[0] | string | `"converser.eu"` | |
|
| config.homeserverList[0] | string | `"converser.eu"` | |
|
||||||
|
|
|
@ -35,7 +35,7 @@ config:
|
||||||
allowCustomHomeservers: true
|
allowCustomHomeservers: true
|
||||||
featuredCommunities:
|
featuredCommunities:
|
||||||
openAsDefault: false
|
openAsDefault: false
|
||||||
spaces":
|
spaces:
|
||||||
- "#cinny-space:matrix.org"
|
- "#cinny-space:matrix.org"
|
||||||
- "#community:matrix.org"
|
- "#community:matrix.org"
|
||||||
- "#space:envs.net"
|
- "#space:envs.net"
|
||||||
|
|
Loading…
Add table
Reference in a new issue