[Git][qa/jenkins.debian.net][master] i386.reproduce.debian.net: run on a public port to allow external workers

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Jan 2 13:55:24 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8a2b0507 by Holger Levsen at 2025-01-02T14:55:10+01:00
i386.reproduce.debian.net: run on a public port to allow external workers

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


3 changed files:

- hosts/infom07-i386/etc/nginx/nginx.conf
- hosts/infom07-i386/opt/etc/rebuilderd-worker.conf
- hosts/infom07-i386/opt/etc/rebuilderd.conf


Changes:

=====================================
hosts/infom07-i386/etc/nginx/nginx.conf
=====================================
@@ -44,7 +44,7 @@ http {
 
 
         location /api/ {
-            proxy_pass http://127.0.0.1:8484;
+            proxy_pass https://i386.reproduce.debian.net:8484;
         }
 
 	location /stats/ {


=====================================
hosts/infom07-i386/opt/etc/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,5 @@
 ## The rebuilderd to connect to
-endpoint = "http://127.0.0.1:8484"
+endpoint = "https://i386.reproduce.debian.net:8484"
 ## The server would either allowlist our key or require a signup secret
 #signup_secret = "your_signup_key"
 


=====================================
hosts/infom07-i386/opt/etc/rebuilderd.conf
=====================================
@@ -1,7 +1,7 @@
 ## Configuration for http daemon
-#[http]
+[http]
 ## The address to bind to. This is 127.0.0.1:8484 by default.
-#bind_addr = "i386.reproduce.debian.net:8484"
+bind_addr = "i386.reproduce.debian.net:8484"
 ## If you use a reverse proxy, use this header instead of the actual connecting ip.
 ## Make sure the reverse proxy has filters in place to prevent spoofing issues.
 #real_ip_header = "X-Real-IP"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a2b0507ce947b51031f810dd2068817c49b68fd

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a2b0507ce947b51031f810dd2068817c49b68fd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250102/d8730c38/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list