Files

1.3 KiB

LFS Sachsen | CBRN-Erkundung Archive

This repository contains a local mirror of the interactive Webtrainings and PDFs for the LFS Sachsen CBRN reconnaissance course (L363/01/2026).

🚀 How to Use Offline

  1. Launch the Dashboard: Open index.html in any modern web browser (Chrome, Firefox, or Edge).
  2. Interactive Modules: Click "Launch Training" to open the 360° modules.
    • Note: Some interactive content may require a local server to run correctly (due to CORS restrictions for local files). If things don't load, use a simple HTTP server.
    • One-line Server: If you have Node.js, run npx serve in this folder.
  3. PDFs: Click "Open PDF" to view manual documents.

🛠️ How to Update / Mirror Content

If you want to re-run the mirror process:

  1. Open Archive-Trainings.ps1.
  2. Ensure the $PHPSESSID is up to date (found in your browser's Developer Tools).
  3. Run the script in PowerShell:
    cd C:\GitHub\FW
    .\Archive-Trainings.ps1
    

☁️ Uploading to Gitea

To push this archive to your Gitea server:

  1. Create a new repository in Gitea.
  2. Run the following in your terminal:
    git remote add origin YOUR_GITEA_URL
    git add .
    git commit -m "Initialize CBRN Archive Mirror"
    git push -u origin main
    

Generated by Antigravity AI Coding Assistant.