|
|
@@ -68,7 +68,7 @@ config:
|
|
|
|
# UNLOGGED_PERMISSIONS=overall.read,overall.play
|
|
|
|
# UNLOGGED_PERMISSIONS=overall.read,overall.play
|
|
|
|
# You can specify this to allow guests users to see your collection without behing able to play videos for example:
|
|
|
|
# You can specify this to allow guests users to see your collection without behing able to play videos for example:
|
|
|
|
# UNLOGGED_PERMISSIONS=overall.read
|
|
|
|
# UNLOGGED_PERMISSIONS=overall.read
|
|
|
|
unloggedPermissions: ""
|
|
|
|
unloggedPermissions: overall.read
|
|
|
|
|
|
|
|
|
|
|
|
# Specify permissions of new accounts.
|
|
|
|
# Specify permissions of new accounts.
|
|
|
|
defaultPermissions: overall.read,overall.play
|
|
|
|
defaultPermissions: overall.read,overall.play
|
|
|
@@ -633,7 +633,7 @@ scanner:
|
|
|
|
## ref: https://hub.docker.com/r/zoriya/zoriya/kyoo_scanner/tags
|
|
|
|
## ref: https://hub.docker.com/r/zoriya/zoriya/kyoo_scanner/tags
|
|
|
|
##
|
|
|
|
##
|
|
|
|
image:
|
|
|
|
image:
|
|
|
|
repository: zoriya/zoriya/kyoo_scanner
|
|
|
|
repository: zoriya/kyoo_scanner
|
|
|
|
tag: "4.4.0"
|
|
|
|
tag: "4.4.0"
|
|
|
|
## Specify a imagePullPolicy
|
|
|
|
## Specify a imagePullPolicy
|
|
|
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
|
|
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
|
|
@@ -816,7 +816,11 @@ rabbitmq:
|
|
|
|
## Use this instead of `configuration` to add more configuration
|
|
|
|
## Use this instead of `configuration` to add more configuration
|
|
|
|
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
|
|
|
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
|
|
|
##
|
|
|
|
##
|
|
|
|
extraConfiguration: ""
|
|
|
|
extraConfiguration: |-
|
|
|
|
|
|
|
|
default_vhost = '/'
|
|
|
|
|
|
|
|
default_permissions.configure = .*
|
|
|
|
|
|
|
|
default_permissions.read = .*
|
|
|
|
|
|
|
|
default_permissions.write = .*
|
|
|
|
|
|
|
|
|
|
|
|
## Meilisearch
|
|
|
|
## Meilisearch
|
|
|
|
## https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/values.yaml
|
|
|
|
## https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/values.yaml
|
|
|
|