Loading TODO +4 −3 Original line number Diff line number Diff line Loading @@ -25,14 +25,15 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === 2024 things * rebuilderd ** nginx.conf *** enable https again for rebuilderd.debian.net, see commit e43de52e2 ** make install breaks setup ** start rebuilderd and workers as services ** also pkg-sync service ** reinstall with user rebuilderd ** publish docs ** purge postgresql from osuosl4 and and 5. ** add more workers to o4 ** add more workers on o4 ** use web frontend from archlinux too? https://gitlab.archlinux.org/archlinux/rebuilderd-website ** install on o4 and test trixie there * in TODO.trixie: ** s#trixie#forky#g and s#bookworm#trixie#g in there, and check for bullseye, buster and stretch too Loading hosts/osuosl5-amd64/etc/nginx/nginx.conf +19 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ http { server_tokens off; server { server_name osuosl5-amd64.debian.net; server_name reproduce.debian.net; index index.html index.htm index.nginx-debian.html; root /var/www/html; Loading @@ -28,6 +28,24 @@ http { proxy_pass http://127.0.0.1:8484; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/reproduce.debian.net/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/reproduce.debian.net/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = reproduce.debian.net) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name reproduce.debian.net; return 404; # managed by Certbot } Loading hosts/osuosl5-amd64/var/www/html/index.html +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> <title>Reproducible Debian sid/amd64 - osuosl5-amd64.debian.net</title> <title>Reproducible Debian sid/amd64 - reproduce.debian.net</title> <style> body { font-family: sans-serif; Loading Loading @@ -165,7 +165,7 @@ </script> </head> <body> <h1>Reproducible Debian sid/amd64 - osuosl5-amd64.debian.net</h1> <h1>Reproducible Debian sid/amd64 - reproduce.debian.net</h1> <div id="stats">Loading stats...</div> Loading @@ -182,6 +182,8 @@ <footer> pew pew, <a href="https://github.com/kpcyrd/rebuilderd">rebuilderd</a>! rebuilder-backend used is <a href="https://tracker.debian.org/pkg/devscripts">debrebuild</a> ♥️ </br> coming soon: rebuilderd packaged for Debian and instructions how to set this up. </footer> </body> </html> Loading
TODO +4 −3 Original line number Diff line number Diff line Loading @@ -25,14 +25,15 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === 2024 things * rebuilderd ** nginx.conf *** enable https again for rebuilderd.debian.net, see commit e43de52e2 ** make install breaks setup ** start rebuilderd and workers as services ** also pkg-sync service ** reinstall with user rebuilderd ** publish docs ** purge postgresql from osuosl4 and and 5. ** add more workers to o4 ** add more workers on o4 ** use web frontend from archlinux too? https://gitlab.archlinux.org/archlinux/rebuilderd-website ** install on o4 and test trixie there * in TODO.trixie: ** s#trixie#forky#g and s#bookworm#trixie#g in there, and check for bullseye, buster and stretch too Loading
hosts/osuosl5-amd64/etc/nginx/nginx.conf +19 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ http { server_tokens off; server { server_name osuosl5-amd64.debian.net; server_name reproduce.debian.net; index index.html index.htm index.nginx-debian.html; root /var/www/html; Loading @@ -28,6 +28,24 @@ http { proxy_pass http://127.0.0.1:8484; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/reproduce.debian.net/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/reproduce.debian.net/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = reproduce.debian.net) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name reproduce.debian.net; return 404; # managed by Certbot } Loading
hosts/osuosl5-amd64/var/www/html/index.html +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> <title>Reproducible Debian sid/amd64 - osuosl5-amd64.debian.net</title> <title>Reproducible Debian sid/amd64 - reproduce.debian.net</title> <style> body { font-family: sans-serif; Loading Loading @@ -165,7 +165,7 @@ </script> </head> <body> <h1>Reproducible Debian sid/amd64 - osuosl5-amd64.debian.net</h1> <h1>Reproducible Debian sid/amd64 - reproduce.debian.net</h1> <div id="stats">Loading stats...</div> Loading @@ -182,6 +182,8 @@ <footer> pew pew, <a href="https://github.com/kpcyrd/rebuilderd">rebuilderd</a>! rebuilder-backend used is <a href="https://tracker.debian.org/pkg/devscripts">debrebuild</a> ♥️ </br> coming soon: rebuilderd packaged for Debian and instructions how to set this up. </footer> </body> </html>