chore: clean up repo root — remove obsolete files, organize infra into docs/
Remove 21MB Vuexy theme directory (replaced by custom EZSCALE design system), old session logs, patch notes, screenshots, and discovery artifacts. Move infrastructure files (Horizon config, install script, VirtFusion API spec, discover script) into docs/ subdirectories. Update CLAUDE.md reference docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
docs/deployment/horizon-supervisor.conf
Normal file
10
docs/deployment/horizon-supervisor.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[program:ezscale-horizon]
|
||||
process_name=%(program_name)s
|
||||
command=php /opt/projects/ezscale_site/website/artisan horizon
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=ezscale
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/opt/projects/ezscale_site/website/storage/logs/horizon.log
|
||||
stopwaitsecs=3600
|
||||
startsecs=0
|
||||
Reference in New Issue
Block a user