- Move SCRIPTS_DIR/DATA_DIR/STATE_DIR from appdata to /boot/config/plugins/varaverk - All state files now in STATE_DIR (no more /tmp or /boot/config root writes) - Bootstrap: Gitea-first clone with GitHub fallback, no array dependency - varaverk.cfg seeded with Gitea connection settings - .gitignore: add State_Files/, varaverk.cfg, varaverk-*.txz - Partnership/transcode/fallback scripts use STATE_DIR variables - PHP config.php: DATA_DIR/STATE_DIR constants, VV_SETUP_STATE_FILE dynamic - deploy.sh PROD_ROOT updated to plugin flash dir Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
# ── Personal configuration — never push to public repo ────────────────────────
|
|
# These contain API keys, passwords, SSH paths, personal hostnames.
|
|
# Templates (*.template) are safe and remain tracked.
|
|
Configurations/host*.conf
|
|
Configurations/master.conf
|
|
Configurations/*.bak
|
|
|
|
# ── Runtime state, data, logs ─────────────────────────────────────────────────
|
|
data/
|
|
State_Files/
|
|
*.log
|
|
*.lock
|
|
|
|
# ── Plugin config files (co-located with scripts on flash) ───────────────────
|
|
varaverk.cfg
|
|
varaverk.cron
|
|
varaverk-*.txz
|
|
|
|
# ── Build artifacts ───────────────────────────────────────────────────────────
|
|
# .txz packages are attached to GitHub releases, not committed to the repo.
|
|
Plugin/dist/
|
|
|
|
# ── OS / editor ───────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
*.swp
|
|
*~
|
|
.vscode/
|