halkeye/mautrix-hangouts
Chart version: 0.1.1
Api version: v1
App version: latest
A Matrix-Hangouts puppeting bridge
application
Chart Type
Active
Status
Unknown
License
186
Downloads
https://halkeye.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install mautrix-hangouts center/halkeye/mautrix-hangouts
Versions (0)
View all
mautrix-hangouts
A Matrix-Hangouts puppeting bridge
Current chart version is 0.1.1
Source code can be found here
Chart Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
config.appservice.address | string | "http://localhost:29320" |
|
config.appservice.as_token | string | "" |
|
config.appservice.bot_avatar | string | "mxc://maunium.net/FBXZnpfORkBEruORbikmleAy" |
|
config.appservice.bot_displayname | string | "Hangouts bridge bot" |
|
config.appservice.bot_username | string | "hangoutsbot" |
|
config.appservice.community_id | string | nil |
|
config.appservice.database | string | "sqlite:///mautrix-hangouts.db" |
|
config.appservice.hostname | string | "0.0.0.0" |
|
config.appservice.hs_token | string | "" |
|
config.appservice.id | string | "hangouts" |
|
config.appservice.max_body_size | int | 1 |
|
config.appservice.port | int | 29320 |
|
config.bridge.command_prefix | string | "!hg" |
|
config.bridge.community_template | string | nil |
|
config.bridge.displayname_template | string | "{full_name} (Hangouts)" |
|
config.bridge.encryption.allow | bool | false |
|
config.bridge.encryption.default | bool | false |
|
config.bridge.initial_chat_sync | int | 10 |
|
config.bridge.invite_own_puppet_to_pm | bool | false |
|
config.bridge.login_shared_secret | string | nil |
|
config.bridge.permissions | object | {} |
|
config.bridge.sync_with_custom_puppets | bool | true |
|
config.bridge.update_avatar_initial_sync | bool | true |
|
config.bridge.username_template | string | "hangouts_{userid}" |
|
config.bridge.web.auth.prefix | string | "/login" |
|
config.bridge.web.auth.public | string | "http://example.com/login/" |
|
config.bridge.web.auth.shared_secret | string | "generate" |
|
config.homeserver.address | string | "https://matrix.org" |
|
config.homeserver.domain | string | "matrix.org" |
|
config.homeserver.verify_ssl | bool | true |
|
config.logging.formatters.colored.() | string | "mautrix_hangouts.util.ColorFormatter" |
|
config.logging.formatters.colored.format | string | "[%(asctime)s] [%(levelname)s@%(name)s] %(message)s" |
|
config.logging.formatters.normal.format | string | "[%(asctime)s] [%(levelname)s@%(name)s] %(message)s" |
|
config.logging.handlers.console.class | string | "logging.StreamHandler" |
|
config.logging.handlers.console.formatter | string | "colored" |
|
config.logging.loggers.aiohttp.level | string | "INFO" |
|
config.logging.loggers.hangups.level | string | "INFO" |
|
config.logging.loggers.mau.level | string | "DEBUG" |
|
config.logging.root.handlers[0] | string | "console" |
|
config.logging.root.level | string | "DEBUG" |
|
config.logging.version | int | 1 |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "Always" |
|
image.repository | string | "dock.mau.dev/tulir/mautrix-hangouts" |
|
image.tag | string | "latest" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths | list | [] |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext | object | {} |
|
registration.as_token | string | nil |
|
registration.hs_token | string | nil |
|
registration.id | string | "hangouts" |
|
registration.namespaces.users[0].exclusive | bool | true |
|
registration.namespaces.users[0].group_id | string | "hangouts:example.org" |
|
registration.namespaces.users[0].regex | string | "@hangouts_.+:example.org" |
|
registration.rate_limited | bool | false |
|
registration.sender_localpart | string | "hangoutsbot" |
|
registration.url | string | "http://{{ include \"mautrix-hangouts.fullname\" . }}:29320" |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.type | string | "ClusterIP" |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | nil |
|
tolerations | list | [] |