grant read to unlogged users
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: kyoo
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
description: Chart for Kyoo
|
||||
keywords:
|
||||
- media
|
||||
|
@@ -68,7 +68,7 @@ config:
|
||||
# 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:
|
||||
# UNLOGGED_PERMISSIONS=overall.read
|
||||
unloggedPermissions: ""
|
||||
unloggedPermissions: overall.read
|
||||
|
||||
# Specify permissions of new accounts.
|
||||
defaultPermissions: overall.read,overall.play
|
||||
|
Reference in New Issue
Block a user