Commit Graph
7 Commits
Author SHA1 Message Date
stevensting 5d891c88c7 Revert "Fix lint issues and improve test suite resilience"
continuous-integration/drone/push Build is failing
This reverts commit 90d44bd3bc.
2026-07-21 16:09:11 +02:00
kawaiipunk 90d44bd3bc Fix lint issues and improve test suite resilience
- compose.matrix.yml: add trailing newline
- compose.ftp-222*.yml: fix YAML indentation (8->6 spaces)
- entrypoint.sh.tmpl: fix SC2198 ([ -n "$@" ] -> [ $# -gt 0 ])
- All .tmpl files: migrate from {{ env }} to {{ getenv }} for gomplate v5 compat
- uploads.ini.tmpl: add {{- / -}} whitespace trimming, fix double-space typo
- tests/run.sh: only run ShellCheck on *.sh.tmpl files
- tests/test_shell.sh: gracefully skip if shellcheck not installed
- tests/test_templates.sh: remove dead render() function,
  gracefully skip if gomplate not found, use set -a/. for env sourcing
- tests/test_compose_config.sh: validate override files combined
  with compose.yml, skip partial snippets needing more context
- README.md: add test instructions with brew install
2026-06-02 23:36:18 +01:00
3wordchant 40d95417e9 Improve SMTP settings 2023-10-23 12:49:47 +01:00
decentral1se a550017071 Add missing from
continuous-integration/drone/push Build is passing
2021-06-02 08:36:52 +02:00
decentral1se 9fa2b2d1b7 Support SMTP relay configuration
continuous-integration/drone/push Build is passing
Hopefully this doesn't bork existing relay configs
2021-06-02 08:24:33 +02:00
3wc e6dc753365 Improve email set-up
continuous-integration/drone/push Build is passing
2020-09-27 21:27:26 +02:00
3wc 5f2697c0c9 Optional SMTP relay 2020-09-27 21:27:26 +02:00