configuration for self hosting a spindle in docker
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 275 B view raw
1path "spindle/data/*" { 2 capabilities = ["create", "read", "update", "delete"] 3} 4 5path "spindle/metadata/*" { 6 capabilities = ["list", "read", "delete", "update"] 7} 8 9path "spindle/" { 10 capabilities = ["list"] 11} 12 13path "auth/token/lookup-self" { 14 capabilities = ["read"] 15}