35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Dev Scripts Organization
|
|
|
|
This folder contains scripts and temporary files moved from `c:\dev` to keep the workspace organized.
|
|
|
|
## Categories
|
|
|
|
### Database Scripts
|
|
- `*.sql`: SQL queries and schema updates.
|
|
- `create_db.ps1`, `run_sql.ps1`, `start_db.ps1`: Database management scripts.
|
|
|
|
### Deployment and Orchestration
|
|
- `*.yml`: Docker Compose files (e.g., `manual_compose.yml`, `disk_compose.yml`).
|
|
- `deploy_sh.ps1`, `recreate_*.sh`: Deployment and environment recreation scripts.
|
|
|
|
### Cloudflare and DNS
|
|
- `check_cf*.ps1`, `set_cf_dns.ps1`, `update_*_dns.ps1`: Cloudflare management scripts.
|
|
|
|
### Logs and Reports
|
|
- `*.txt`, `*.json`: Various log files, reports, and command outputs.
|
|
- `coolify_app_logs.txt`, `coolify_report.json`, etc.
|
|
|
|
### Application Specific
|
|
- `check_op*.ps1`, `restart_op.ps1`, `start_op.ps1`: OpenProject related scripts.
|
|
- `status_q1food.ps1`, `logs_q1food.ps1`: Q1Food specific scripts.
|
|
|
|
### Scripts Folder
|
|
- Moved from `c:\dev\scripts`.
|
|
- Contains `get-ghj-urls.ps1`, `get-webhooks.ps1`, etc.
|
|
|
|
### Temp Folder
|
|
- Moved from `c:\dev\temp`.
|
|
- Contains JSON caches and temporary outputs from various analyses.
|
|
|
|
### Backups
|
|
- Folders ending in `_backup`: Backups of UI components or settings.
|