revert a2f36b6fac
revert Fixed the READMEs and small fix around the project
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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!"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user