Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1s
Gitea populates secret fields (LFS_JWT_SECRET, SECRET_KEY, etc.) at startup, causing app.ini to always show as modified. Since secrets are already passed via environment variables, the tracked file is replaced with an ignored app.ini and a tracked app.ini.template for reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
56 lines
604 B
Plaintext
56 lines
604 B
Plaintext
icecast2/fallback_music/*
|
|
!icecast2/fallback_music/.gitkeep
|
|
certbot/conf
|
|
certbot/www
|
|
backend/token/
|
|
.env
|
|
|
|
gitea/config/app.ini
|
|
gitea/data/*
|
|
gitea-runner/data/*
|
|
|
|
# Will add in future (webpack)
|
|
nginx/vue/crates/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tsbuildinfo
|
|
|
|
.eslintcache
|
|
|
|
# Cypress
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Vitest
|
|
__screenshots__/
|
|
|
|
|
|
.deploy
|
|
*.xcf
|