Fixed the READMEs and small fix around the project

This commit is contained in:
2026-08-19 17:36:34 +01:00
parent 121f788c28
commit a2f36b6fac
14 changed files with 495 additions and 1004 deletions
-41
View File
@@ -1,41 +0,0 @@
{
"id": "bn_6a8589d13417a",
"title": "Comandi Nginx e Server",
"username": "admin",
"created_at": "2026-08-19 10:47:45",
"updated_at": "2026-08-19 10:54:03",
"notes": [
{
"id": "note_6a8589d1343d6",
"title": "Configurazione Nginx",
"description": "Comandi principali per riavviare e testare Nginx",
"subnotes": [
{
"id": "sub_6a8589d1344ba",
"title": "Riavvia Nginx",
"type": "command",
"content": "sudo systemctl restart nginx"
},
{
"id": "sub_6a8589d1344f5",
"title": "Note di Sicurezza",
"type": "text",
"content": "Assicurarsi che la porta 80 e 443 siano aperte sul firewall UFW."
}
]
},
{
"id": "note_6a858a699ba2c",
"title": "Test2",
"description": "Questa e' una nota di prova .",
"subnotes": [
{
"id": "sub_6a858aede4049",
"title": "Prova 2",
"type": "command",
"content": "Questo e' un comando!"
}
]
}
]
}