Julien Riou jriou
jriou closed issue jriou/coller#20 2025-09-01 13:04:29 +02:00
Localhost in URL behind nginx proxy
jriou commented on issue jriou/coller#20 2025-09-01 13:04:26 +02:00
Localhost in URL behind nginx proxy

Not a bug. This configuration was missing:

proxy_redirect          off;            
proxy_set_header        Host            $host;
proxy_set_header        X-Real-IP       $remote_addr;
p…
jriou opened issue jriou/coller#20 2025-09-01 12:58:33 +02:00
Localhost in URL behind nginx proxy
jriou opened issue jriou/coller#19 2025-09-01 11:14:48 +02:00
Support HTTPS
jriou pushed to main at jriou/galene-cloud 2025-09-01 09:49:41 +02:00
ce2ea54033 docs(tofu): Add OS_PASSWORD
jriou released 1.0.0 at jriou/ansible-role-coller 2025-08-28 17:03:29 +02:00
jriou pushed tag 1.0.0 to jriou/ansible-role-coller 2025-08-28 17:02:42 +02:00
jriou pushed to main at jriou/ansible-role-coller 2025-08-28 17:01:45 +02:00
40e342e6b9 feat: Use release 1.0.0 by default
jriou pushed to main at jriou/coller 2025-08-28 16:50:18 +02:00
792eff78cc chore: Add release action in Makefile
jriou released 1.0.0 at jriou/coller 2025-08-28 16:20:24 +02:00
jriou pushed tag 1.0.0 to jriou/coller 2025-08-28 16:19:00 +02:00
jriou pushed to main at jriou/coller 2025-08-28 16:18:21 +02:00
dc80145005 Release 1.0.0
jriou pushed to main at jriou/coller 2025-08-28 13:02:17 +02:00
0a4e001dd9 docs(copier): Rename -w to -ask-password
jriou pushed to main at jriou/coller 2025-08-28 12:48:19 +02:00
d43c645039 Several changes to clients
jriou closed issue jriou/coller#18 2025-08-28 12:48:19 +02:00
Add unamed argument to coller CLI to paste the content of a file
jriou closed issue jriou/ansible-role-forgejo#1 2025-08-28 12:23:40 +02:00
Forgejo runners crashes
jriou pushed to main at jriou/ansible-role-forgejo 2025-08-28 12:23:40 +02:00
dc0820a24d fix: Always restart runners containers
jriou opened issue jriou/ansible-role-forgejo#1 2025-08-28 10:23:01 +02:00
Forgejo runners crashes
jriou pushed to main at jriou/coller 2025-08-28 10:14:18 +02:00
463e2e703b docs(README): Add docker compose example
jriou pushed to main at jriou/coller 2025-08-28 10:10:39 +02:00
9d9a0b842e docs(README): Update docker command