Document SSH Gitea remote
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 5s
GUI Smoke Test / gui-smoke (push) Failing after 23m39s
Release Dry Run / release-dry-run (push) Successful in 16s
Build / build (push) Failing after 27m29s
Scheduled Security Scan / security-scan (push) Failing after 8s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 15s

This commit is contained in:
ToxicCrzay270
2026-05-27 15:17:04 +02:00
parent 44839c254a
commit ba4616bfeb
3 changed files with 14 additions and 2 deletions

View File

@@ -13,7 +13,13 @@ Toxic/league-of-legends-gui-overhaul
Remote: Remote:
```text ```text
https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git
```
Web URL:
```text
https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul
``` ```
Repository owner and name are derived from this project remote, not from the Agent Kit template repository. Repository owner and name are derived from this project remote, not from the Agent Kit template repository.

View File

@@ -10,6 +10,12 @@ Repository:
https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git
``` ```
Git SSH remote:
```text
ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git
```
## Tech Stack ## Tech Stack
- React - React

View File

@@ -15,7 +15,7 @@ Codex Agent Repository Kit baseline applied. The project is a React/Vite/TypeScr
- Added agent instructions and project notes. - Added agent instructions and project notes.
- Added security, contribution, changelog, release checklist, security review, and release notes documents. - Added security, contribution, changelog, release checklist, security review, and release notes documents.
- Added non-destructive Gitea maintenance workflows. - Added non-destructive Gitea maintenance workflows.
- Project remote set to `https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git`. - Project remote set to `ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git`.
- Documented current npm build and test commands. - Documented current npm build and test commands.
- Added a Gitea runner build workflow for `npm ci`, `npm test`, `npm run build`, and `dist/` artifact upload. - Added a Gitea runner build workflow for `npm ci`, `npm test`, `npm run build`, and `dist/` artifact upload.
- Added standard npm `lint`, `audit`, and `release:check` scripts from the Node kit profile. - Added standard npm `lint`, `audit`, and `release:check` scripts from the Node kit profile.