mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-14 06:16:20 -06:00
The previous commit's `--exclude='.env.*'` also matched `.env.example`, silently dropping the config template self-hosters need from the release tarball. Exclude `.env*` wholesale, then explicitly re-add `.env.example` (tar cf / tar rf / gzip), so a new secret file is excluded by DEFAULT and the one legitimate file is a named exception rather than something a glob has to be written carefully enough to spare. The credential audit now subtracts `.env.example` from its matches, and a second check fails the upload outright if the template is absent - the regression this commit fixes would have been caught by that check. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backup.sh | ||
| bump-version.sh | ||
| debian-13-setup.sh | ||
| finalize-release.sh | ||
| find-orphan-zone-items.js | ||
| indexnow-submit.sh | ||
| install-service.sh | ||
| migrate-multitenancy.js | ||
| mint-billing-token.js | ||
| parity-multitenancy.js | ||
| raspberry-pi-setup.sh | ||
| remotedisplay.service | ||
| reset-admin.js | ||
| upgrade.sh | ||
| windows-setup.bat | ||