From 759f7feee4cb5edc53495a609758436529a2d966 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 27 Dec 2025 12:10:34 +0400 Subject: [PATCH] chore: remove non-app files from repository --- index_game.html | 473 ------------------------------------------ nanojason-header.tsx | 57 ----- nginx-promptarch.conf | 101 --------- patch_game.sh | 8 - rommark.conf | 57 ----- tools-index.html | 281 ------------------------- 6 files changed, 977 deletions(-) delete mode 100644 index_game.html delete mode 100644 nanojason-header.tsx delete mode 100644 nginx-promptarch.conf delete mode 100644 patch_game.sh delete mode 100644 rommark.conf delete mode 100644 tools-index.html diff --git a/index_game.html b/index_game.html deleted file mode 100644 index d2b5475..0000000 --- a/index_game.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - - TRAE Aurora | Crystalline Christmas - - - - - - - - - - - - - - Back to Tools - - - - - -
- - - - -
-
-

TRAE CHRISTMAS

-

Built using TRAE.AI IDE, GLM 4.7, and - Google Gemini 3 Flash. -

- - - - - -
-
- 00 - -
-
- 00 - -
-
- 00 - -
-
- 00 - -
-
- -
-
-
- 🎁 -
- Gift Catcher -
-
-
- 🐛 -
- Traoom -
-
-
- 🧩 -
- Neon Puzzle -
-
-
- 🎵 -
- Rhythm Beat -
-
-
- ⚔️ -
- Cosmic Arena -
-
-
- 💎 -
- Crystal Tetris -
-
-
- 🏃 -
- Aurora Jumper -
-
-
- -
- Message Forge -
-
- -
- -
-
-
- - -
-
-

Magical Message Forge

-

Cast your festive wishes into the crystalline grid.

-
- - -
-
-

- -
-
-

Community Cloud

-
-
- - - -
-
-
-
- - -
-
-

🎮 Player Registration

-

Register once to save your scores across all games

-
- - -
-

- -
-
- - -
-
-

Gift Catcher

-

Catch the falling TRAE gifts to power the Aurora.

-
-
-
Score: 0
-
- Challenge: - - - -
- - -
-
- 60s -
- -
-
-
-

Global Leaderboard

- - - - - - - - -
-
-
- - - -
-
-
-
- - -
-
-

Traoom

-

Fight against code bugs! Use WASD/Arrows to move, Click to shoot.

-
-
-
-
Kills: 0
-
Time: 0:00
-
Wave: 1
-
- - -
- -
-
-

Controls: WASD/Arrows to move | Click to shoot | Space to dash

-
-
-
- - -
-
-

Neon Puzzle

-

Connect neon paths to complete circuits! Click nodes to rotate.

-
-
-
-
Level: 1
-
Moves: 0
-
- - -
- -
-
-

Controls: Click nodes to rotate paths | Complete all connections

-
-
-
- - -
-
-

Rhythm Beat

-

Hit the beats in sync with the aurora rhythm!

-
-
-
-
Score: 0
-
Combo: 0
-
Streak: 0
-
- - -
- -
-
-

Controls: Press keys when beats reach center | Perfect timing = more points

-
-
-
- - -
-
-

Cosmic Arena

-

Duel in the cosmic void! Defeat opponents to survive.

-
-
-
-
HP: 100
-
Kills: 0
-
Wave: 1
-
- - -
- -
-
-

Controls: WASD/Arrows move | Click to attack | Dodge and counter

-
-
-
- - -
-
-

Crystal Tetris

-

Stack crystals in TRAE aurora style!

-
-
-
-
Score: 0
-
Lines: 0
-
Level: 1
-
- - -
- -
-
-

Controls: Arrow keys to move/rotate | Space to drop | Complete lines

-
-
-
- - -
-
-

Aurora Jumper

-

Jump through crystalline platforms to reach the aurora!

-
-
-
-
Coins: 0
-
Time: 0:00
-
- - -
- -
-
-

Controls: WASD/Arrows move | Space to jump | Collect coins

-
-
-
- - -
- - - - - \ No newline at end of file diff --git a/nanojason-header.tsx b/nanojason-header.tsx deleted file mode 100644 index 180cbbc..0000000 --- a/nanojason-header.tsx +++ /dev/null @@ -1,57 +0,0 @@ -'use client' - -import Link from "next/link" -import { Sparkles, Github, FileText, Home } from "lucide-react" -import { Button } from "@/components/ui/button" - -export const Header = () => { - return ( -
-
-
- - - NanoJason - -
- - -
-
- ) -} diff --git a/nginx-promptarch.conf b/nginx-promptarch.conf deleted file mode 100644 index 437768d..0000000 --- a/nginx-promptarch.conf +++ /dev/null @@ -1,101 +0,0 @@ -server { - listen 80 default_server; - server_name _; - - root /hosting/rommark.dev/public; - index index.html; - - # Proxy PromptArch at /tools/promptarch/ - location /tools/promptarch/ { - proxy_pass http://172.17.0.1:3005/tools/promptarch/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - } - - # Proxy Gitea at /hosting/github/ - location /hosting/github/ { - proxy_pass http://gitea:3000/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - - # Fix sub-path issues - proxy_cookie_path /hosting/github/ /; - proxy_redirect http://$host/ http://$host/hosting/github/; - } - - location / { - try_files $uri $uri/ =404; - } - - add_header X-Frame-Options "SAMEORIGIN" always; - add_header X-Content-Type-Options "nosniff" always; - add_header X-XSS-Protection "1; mode=block" always; -} - -server { - listen 443 ssl http2; - server_name _; - - root /hosting/rommark.dev/public; - index index.html; - - # Proxy PromptArch at /tools/promptarch/ - location /tools/promptarch/ { - proxy_pass http://172.17.0.1:3005/tools/promptarch/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - } - - # Proxy Gitea at /hosting/github/ - location /hosting/github/ { - proxy_pass http://gitea:3000/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - - # Fix sub-path issues - proxy_cookie_path /hosting/github/ /; - proxy_redirect http://$host/ http://$host/hosting/github/; - } - - location / { - try_files $uri $uri/ =404; - } - - ssl_certificate /etc/letsencrypt/live/rommark.dev/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/rommark.dev/privkey.pem; - ssl_protocols TLSv1.2 TLSv1.3; - ssl_ciphers HIGH:!aNULL:!MD5; - ssl_prefer_server_ciphers on; -} diff --git a/patch_game.sh b/patch_game.sh deleted file mode 100644 index 7f48e98..0000000 --- a/patch_game.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -game_path="/hosting/rommark.dev/public/tools/game/index.html" -sudo sed -i 's|github.com/roman-ryzenadvanced/chrismas_trae_game|github.rommark.dev/admin/chrismas_trae_game|g' "$game_path" -back_link='← Back' -# Only add if not already there -if ! grep -q "← Back" "$game_path"; then - sudo sed -i "s||$back_link|g" "$game_path" -fi diff --git a/rommark.conf b/rommark.conf deleted file mode 100644 index 11790a7..0000000 --- a/rommark.conf +++ /dev/null @@ -1,57 +0,0 @@ -server { - listen 80; - server_name www.rommark.dev rommark.dev; - - root /hosting/rommark.dev/public; - index index.html; - - # Proxy PromptArch at /tools/promptarch/ - location /tools/promptarch/ { - proxy_pass http://172.17.0.1:3005/tools/promptarch/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - } - - location / { - try_files $uri $uri/ =404; - } -} - -server { - listen 443 ssl http2; - server_name www.rommark.dev rommark.dev; - - root /hosting/rommark.dev/public; - index index.html; - - # Proxy PromptArch at /tools/promptarch/ - location /tools/promptarch/ { - proxy_pass http://172.17.0.1:3005/tools/promptarch/; - proxy_http_version 1.1; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 300s; - proxy_connect_timeout 75s; - } - - location / { - try_files $uri $uri/ =404; - } - - ssl_certificate /etc/letsencrypt/live/rommark.dev/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/rommark.dev/privkey.pem; - ssl_protocols TLSv1.2 TLSv1.3; - ssl_ciphers HIGH:!aNULL:!MD5; - ssl_prefer_server_ciphers on; -} diff --git a/tools-index.html b/tools-index.html deleted file mode 100644 index 67b758b..0000000 --- a/tools-index.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - Tools | Roman RyzenAdvanced - - - - - - - -
-
- - - - - Home - -

Tools

-
-
- - -
- - - - - \ No newline at end of file