make channels container externally available #12

Merged
3wordchant merged 4 commits from fix-channels-container into main 2025-06-06 19:19:06 +00:00
Owner

Closes #11

Closes #11
stevensting added 1 commit 2025-05-03 12:32:38 +00:00
make channels container externally available
Some checks failed
continuous-integration/drone/pr Build is failing
92a1cbe865
stevensting added 1 commit 2025-05-03 13:04:42 +00:00
add CORS header
Some checks failed
continuous-integration/drone/pr Build is failing
5a94634d19
stevensting added 1 commit 2025-05-03 13:44:18 +00:00
add swarm-cronjob to install guide
Some checks failed
continuous-integration/drone/pr Build is failing
6aeb853a3a
stevensting requested review from 3wordchant 2025-05-03 13:46:32 +00:00
3wordchant approved these changes 2025-05-03 21:35:02 +00:00
3wordchant left a comment
Owner

Looks good to me! One question, fine merging as-is though.

Looks good to me! One question, fine merging as-is though.
compose.yml Outdated
@ -75,0 +75,4 @@
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}"
- "traefik.http.middlewares.${STACK_NAME}.headers.accesscontrolallowmethods=GET,OPTIONS,PUT"
- "traefik.http.middlewares.${STACK_NAME}.headers.accesscontrolallowheaders=*"
- "traefik.http.middlewares.${STACK_NAME}.headers.accessControlAllowOriginList=*"
Owner

Is this needed for all Loomio deployments, or just when accessing content from another service?

Is this needed for all Loomio deployments, or just when accessing content from another service?
Author
Owner

tbh, I did not quiet figure out what the impact was, I stumbled across this error message when searching for another issue. Maybe check your javascript console on your loomio instance if you experience the same thing.
(My issue was the cron container not running because we were missing the swarm-cronjob docker plugin.)

tbh, I did not quiet figure out what the impact was, I stumbled across this error message when searching for another issue. Maybe check your javascript console on your loomio instance if you experience the same thing. (My issue was the cron container not running because we were missing the swarm-cronjob docker plugin.)
Author
Owner

made one more small adaption to improve security

made one more small adaption to improve security
3wordchant marked this conversation as resolved
stevensting added 1 commit 2025-05-04 11:49:01 +00:00
little more security
Some checks failed
continuous-integration/drone/pr Build is failing
ca5f94f089
3wordchant merged commit 79a45d9aca into main 2025-06-06 19:19:06 +00:00
Sign in to join this conversation.
No description provided.