Compare commits
2 Commits
kyoo-0.1.6
...
kyoo-0.1.8
Author | SHA1 | Date | |
---|---|---|---|
646e3a2c36 | |||
197ca6ef81 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kyoo
|
name: kyoo
|
||||||
version: 0.1.6
|
version: 0.1.8
|
||||||
description: Chart for Kyoo
|
description: Chart for Kyoo
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -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
|
||||||
@@ -817,7 +817,7 @@ rabbitmq:
|
|||||||
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
||||||
##
|
##
|
||||||
extraConfiguration: |-
|
extraConfiguration: |-
|
||||||
default_vhost = /
|
default_vhost = '/'
|
||||||
default_permissions.configure = .*
|
default_permissions.configure = .*
|
||||||
default_permissions.read = .*
|
default_permissions.read = .*
|
||||||
default_permissions.write = .*
|
default_permissions.write = .*
|
||||||
|
Reference in New Issue
Block a user