From 641fc1a2539d8eb7432069ef82189b25164a0123 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:16:16 -0400 Subject: [PATCH] Remove sensitive configuration files for security --- .thrillwiki-github-token | 1 - .thrillwiki-template-config | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 .thrillwiki-github-token delete mode 100644 .thrillwiki-template-config diff --git a/.thrillwiki-github-token b/.thrillwiki-github-token deleted file mode 100644 index b80d277c..00000000 --- a/.thrillwiki-github-token +++ /dev/null @@ -1 +0,0 @@ -[GITHUB-TOKEN-REMOVED] diff --git a/.thrillwiki-template-config b/.thrillwiki-template-config deleted file mode 100644 index c10f6aa1..00000000 --- a/.thrillwiki-template-config +++ /dev/null @@ -1,33 +0,0 @@ -# ThrillWiki Template-Based Automation Configuration -# This file stores your settings to avoid re-entering them each time - -# Unraid Server Configuration -UNRAID_HOST="192.168.86.3" -UNRAID_USER="root" -VM_NAME="thrillwiki-vm" -VM_MEMORY="4096" -VM_VCPUS="2" -VM_DISK_SIZE="50" - -# Template Configuration -TEMPLATE_VM_NAME="thrillwiki-template-ubuntu" -DEPLOYMENT_TYPE="template-based" - -# Network Configuration -VM_IP="dhcp" -VM_GATEWAY="192.168.20.1" -VM_NETMASK="255.255.255.0" -VM_NETWORK="192.168.20.0/24" - -# GitHub Configuration -REPO_URL="https://github.com/pacnpal/thrillwiki_django_no_react/" -GITHUB_USERNAME="pacnpal" -GITHUB_API_ENABLED="true" -GITHUB_AUTH_METHOD="token" - -# Webhook Configuration -WEBHOOK_PORT="9000" -WEBHOOK_ENABLED="false" - -# SSH Configuration (path to key, not the key content) -SSH_KEY_PATH="/Users/talor/.ssh/thrillwiki_vm"