make channels container externally available #12
Merged
3wordchant
merged 4 commits from 2025-06-06 19:19:06 +00:00
fix-channels-container into main
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/loomio#12
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #11
Looks good to me! One question, fine merging as-is though.
@@ -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=*"Is this needed for all Loomio deployments, or just when accessing content from another service?
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.)
made one more small adaption to improve security