mantenimento-app 1.1.13 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,7 +102,10 @@ Per deploy su VPS e disponibile un esempio Nginx in `deploy/nginx/mantenimento-a
102
102
  Sono inclusi anche asset ops ripetibili:
103
103
  - `Dockerfile` per containerizzare l'app Node con bundle frontend gia generato
104
104
  - `deploy/docker-compose.yml` per eseguire Node dietro Nginx con rete interna dedicata
105
+ - `deploy/docker-compose.override.yml` per staging/production con healthcheck e logging container
106
+ - `deploy/docker-compose.tls.yml` per TLS locale o staging con certificati montati nel container Nginx
105
107
  - `deploy/nginx/mantenimento-app-docker.conf` per il reverse proxy Compose
108
+ - `deploy/nginx/mantenimento-app-docker-tls.conf` per la terminazione TLS nel profilo Compose dedicato
106
109
  - `deploy/systemd/mantenimento-app.service` per installazione host-based con systemd
107
110
  - `deploy/.env.production.example` come base per le variabili runtime di produzione
108
111
  - `deploy/vps-checklist.md` per il bootstrap host-based
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mantenimento-app",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "description": "Frontend + backend architecture for the mantenimento calculator",
5
5
  "type": "commonjs",
6
6
  "main": "backend/calculate-model.js",