mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00

- add `.env.example` and `INSTALL.md` to castopod bundle for installation docs - update seeders to be silent on insert errors - update install layout - add manual config instructions when .env file is not writable - fix eslint error in Charts.ts module closes #32
14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
# rsync filter rules to copy required files for Castopod's bundle
|
|
|
|
- app/Views/_assets/
|
|
+ app/***
|
|
+ public/***
|
|
+ vendor/***
|
|
+ writable/***
|
|
+ .env.example
|
|
+ DEPENDENCIES.md
|
|
+ LICENSE
|
|
+ README.md
|
|
+ INSTALL.md
|
|
- **
|