mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
d3156b98b3
- db/schema.sql: full jarvis_db schema (15 tables) - agent/jarvis-agent.py: production agent script - config/vhost/: OpenLiteSpeed vhost configuration - deploy/jarvis-agent.service: systemd unit - deploy/cron-jarvis.txt: JARVIS cron entries - .gitignore: exclude system dirs and logs
16 lines
134 B
Plaintext
16 lines
134 B
Plaintext
# Credentials - never commit
|
|
api/config.php
|
|
backup/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
.imunify_patch_id
|
|
.ssh/
|
|
mail.*/
|
|
logs/
|
|
backup/
|