Skip to content

Commit

Permalink
disabling cert validation for whiteboard container to enable saving n…
Browse files Browse the repository at this point in the history
  • Loading branch information
MurphyWants committed Jan 17, 2025
1 parent 945ea4f commit e345588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/nextcloud_docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
- NEXTCLOUD_URL=https://{{ NEXTCLOUD_FQDN }}
- JWT_SECRET_KEY={{ NEXTCLOUD_APP_WHITEBOARD_JWT_SECRET_KEY }}
- STORAGE_STRATEGY=lru
- NODE_TLS_REJECT_UNAUTHORIZED=0
networks:
net_nextcloud:
aliases:
Expand Down

0 comments on commit e345588

Please sign in to comment.