From a572a44c77f4deb1bda610a99c3ea007fe02372f Mon Sep 17 00:00:00 2001 From: Sarukesh Boominathan Date: Tue, 12 May 2026 13:33:52 +0000 Subject: [PATCH] Update SK1/README.md --- SK1/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SK1/README.md b/SK1/README.md index b12aa32..f023934 100644 --- a/SK1/README.md +++ b/SK1/README.md @@ -94,7 +94,7 @@ sk1/ │ ├── remove-app.sh # Teardown script — stops containers + deletes all Azure resources │ └── backup.sh # pg_dump → Azure Blob Storage ├── docker-compose.yml # Defines frontend, backend, redis services -├── .env.example # Template for environment variables (safe to commit) +├── .env # Template for environment variables (safe to commit) ├── .gitignore # Excludes .env, node_modules, __pycache__, dist └── README.md # This file ``` @@ -112,7 +112,6 @@ All configuration is done via environment variables in the `.env` file. This fil | `SECRET_KEY` | Used to salt password hashes | | `DB_PASS` | PostgreSQL admin password (used by backup script) | -Copy `.env.example` to `.env` and fill in your values before running any scripts. --- @@ -153,7 +152,7 @@ Stops all containers and deletes the entire Azure resource group (VM, database, ## Using the Application -1. Open the app URL in a browser (`https://yourdomain.com`) +1. Open the app URL in a browser (`https://project.sarukesh.uk`) 2. Enter a title, paste your code or text into the editor 3. Select the language for syntax highlighting 4. Choose an expiry time (or never) @@ -214,7 +213,7 @@ Cloudflare dashboard → your domain → **Analytics** tab shows: ### From Nginx (per-request logs) ```bash -ssh azureuser@YOUR_VM_IP +ssh azureuser@40.118.12.245 docker logs pastevault-frontend ``` @@ -266,4 +265,4 @@ The biggest cost saving in this architecture is using Cloudflare as the HTTPS/CD | highlight.js | Open source library | Client-side syntax highlighting for 15 languages | | Azure CLI documentation | Official docs | VM, PostgreSQL, and storage provisioning commands | | Docker documentation | Official docs | Multi-stage Dockerfile, Compose configuration | -| **Claude (Anthropic)** | Generative AI | Used to generate application code, Dockerfiles, deployment scripts, and this documentation. All output reviewed and tested manually. | +| **Claude (Anthropic)** | Used to generate application code and all output reviewed and tested manually. |