Commit Graph
6 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
stevensting b64ab47051 Revert "block XML-RPC"
continuous-integration/drone/push Build is passing
This reverts commit 3a4c8f9f22.
2026-07-21 14:24:54 +02:00
simon 3a4c8f9f22 block XML-RPC
continuous-integration/drone/push Build is passing
2026-07-21 10:39:26 +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
moritz 3b598e82dd harden htaccess 2026-04-28 01:57:52 +02:00
p4u1 1a6b11c95b feat: multisite with sufolders (#35)
continuous-integration/drone/push Build is failing
With this commit multisite now also works with subpaths instead of subdomains.

It also simpified the multisite deployment in generall by adding a new MULTISITE environment variable. Depending on its value WORDPRESS_CONFIG_EXTRA gets set in the entrypoint. And the correct .htaccess gets deployed.

Closes #34

I am still new to coopcloud and welcome feedback on my approach. The second commit is not required for #34 so I can remove it again.

Reviewed-on: #35
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net>
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
2023-12-22 12:35:10 +00:00