fix(web): admin des bibliothèques — UX, gestion d'erreur, styles

- web: AdminPage (admin bibliothèques), client API, styles
- web: nginx

Refs: #15
This commit is contained in:
Git Agent
2026-08-23 11:28:07 +02:00
parent 4b7d4d45ce
commit 39dd130c47
4 changed files with 54 additions and 5 deletions

View File

@ -26,6 +26,9 @@ server {
}
location ^~ /admin {
if ($http_accept ~* "text/html") {
rewrite ^ /index.html last;
}
proxy_pass http://api:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;