Remove obsolete scripts and configuration files for self-hosting and database migrations

- Deleted `pnpm-workspace.yaml` as it is no longer needed.
- Removed `apply-migrations.sh` script that handled database migrations.
- Eliminated `generate-full-stack-env.mjs` script for environment variable generation.
- Deleted `selfhost-backup.sh` script for creating backups of the self-hosted environment.
- Removed `selfhost-doctor.sh` script for health checks of the self-hosted services.
- Deleted `selfhost-restore.sh` script for restoring backups in the self-hosted environment.
This commit is contained in:
Poyraz
2026-06-16 09:57:32 +03:00
parent da8c55d1ad
commit 72a0b38f3e
48 changed files with 2463 additions and 13020 deletions
-47
View File
@@ -1,47 +0,0 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# Next.js
.next
out
dist
build
# Environment files (will be injected at runtime)
.env*
!.env.example
# Version control
.git
.gitattributes
# IDE
.vscode
.idea
# OS
.DS_Store
Thumbs.db
# Python (legacy)
__pycache__
*.py
*.pyw
requirements.txt
# Docs & Scripts
docs
*.md
!README.md
*.bat
ROADMAP.md
# Supabase (not needed in Docker image)
supabase
# Artifacts / Gemini
.artifacts
.gemini