Add remove repos button and change background color

This commit is contained in:
2024-06-27 14:22:15 +02:00
parent 2a7305a4cf
commit a270978728
5 changed files with 76 additions and 4 deletions

View File

@@ -28,5 +28,12 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /delete_repo {
proxy_pass http://127.0.0.1:5000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
}