diff --git a/.github/workflows/comment-on-issue.yml b/.github/workflows/comment-on-issue.yml index 387ff7a..ae85e31 100644 --- a/.github/workflows/comment-on-issue.yml +++ b/.github/workflows/comment-on-issue.yml @@ -22,7 +22,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run Comment Action uses: recursivezero/action-club/.github/actions/comment-on-issue@main diff --git a/.github/workflows/issue-branch-sync.yml b/.github/workflows/issue-branch-sync.yml index 276b98d..dc1fef8 100644 --- a/.github/workflows/issue-branch-sync.yml +++ b/.github/workflows/issue-branch-sync.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Link Branch to Issue # Point this to your centralized repository diff --git a/.github/workflows/main-ro-release.yml b/.github/workflows/main-ro-release.yml index ebc5647..4824e8f 100644 --- a/.github/workflows/main-ro-release.yml +++ b/.github/workflows/main-ro-release.yml @@ -12,7 +12,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Required to compare branches diff --git a/CHANGELOG.md b/CHANGELOG.md index 4169b43..6d39149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ All notable changes to this repository will be documented in this file. - Added Database connection retry logic -## [1.1.0] THu, Mar 12, 2026 +## [1.1.1] THu, Mar 12, 2026 - Added Memory Cache - Redesign Page diff --git a/README.md b/README.md index e480122..afa001e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![License](https://img.shields.io/badge/License-MIT-yellow.svg) ![Status](https://img.shields.io/badge/Status-Active-success.svg) ---- +## live on ## Overview @@ -183,7 +183,7 @@ Offline Mode activates automatically when: Log message: -``` +```text โš ๏ธ MongoDB connection failed. Running in NO-DB mode. ``` @@ -225,7 +225,7 @@ Encode special chars: Example: -``` +```plaintext MONGO_URI=mongodb://user%40gmail.com:Pass%40123@localhost:27017/tiny_url?authSource=tiny_url ``` @@ -268,16 +268,16 @@ pip install dist/*.whl pip install --upgrade dist/*.whl ``` -# ๐Ÿ“ก Endpoints +## ๐Ÿ“ก Endpoints -# ๐Ÿ” Cache Admin Endpoints (Authentication) +### ๐Ÿ” Cache Admin Endpoints (Authentication) To use the cache admin endpoints (`/cache/purge`, `/cache/remove`), you must configure a secret token in your environment and send it in the request header. Setup Add a token in your .env file: -``` +```text CACHE_PURGE_TOKEN=your-secret-token ``` @@ -285,7 +285,7 @@ CACHE_PURGE_TOKEN=your-secret-token PowerShell -``` +```text Invoke-RestMethod ` -Method DELETE ` -Uri "http://127.0.0.1:8000/cache/purge" ` @@ -294,7 +294,7 @@ Invoke-RestMethod ` ๐Ÿงน Remove a single cache entry -``` +```text Invoke-RestMethod ` -Method PATCH ` -Uri "http://127.0.0.1:8000/cache/remove?key=abc123" ` diff --git a/app/templates/layout.html b/app/templates/layout.html index f08eca9..87ba5f7 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -9,8 +9,8 @@ - + content="A fast and reliable platform to shorten, generate QR Code, manage and track and access detailed analytics."> + @@ -19,7 +19,7 @@ - +