Allow non-members to publish zap receipts for members #197

Merged
raucao merged 12 commits from feature/strfry_zap_receipts into master 2024-06-22 17:52:03 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 0e472bc311 - Show all commits

View File

@@ -111,9 +111,7 @@ services:
image: gitea.kosmos.org/kosmos/strfry-deno:1.1.1
volumes:
- ./docker/strfry/strfry.conf:/etc/strfry.conf
- ./extras/strfry/ldap-policy.ts:/opt/ldap-policy.ts
- ./extras/strfry/strfry-policy.ts:/opt/strfry-policy.ts
- ./extras/strfry/strfry-sync.ts:/opt/strfry-sync.ts
- ./extras/strfry:/opt/strfry
- strfry-data:/var/lib/strfry
networks:
- external_network

View File

@@ -86,7 +86,7 @@ relay {
writePolicy {
# If non-empty, path to an executable script that implements the writePolicy plugin logic
plugin = "/opt/strfry-policy.ts"
plugin = "/opt/strfry/strfry-policy.ts"
}
compression {