Commit Graph

294 Commits

Author SHA1 Message Date
ffab553f00 Merge branch 'main' into add-mariadb-healthcheck
All checks were successful
continuous-integration/drone/pr Build is passing
2026-06-03 20:18:06 +00:00
a34d7af280 revert 12d1e4e371
All checks were successful
continuous-integration/drone/push Build is passing
revert Merge pull request 'Improved README' (#68) from improve-readme into main

So sorry, that was a mistake!

Reviewed-on: #68
2026-06-03 20:14:21 +00:00
12d1e4e371 Merge pull request 'Improved README' (#68) from improve-readme into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #68
2026-06-03 20:13:38 +00:00
8407a00942 Improved README
All checks were successful
continuous-integration/drone/pr Build is passing
2026-06-03 21:12:32 +01:00
47fbba1505 Added additional instructions for running wp-cli
All checks were successful
continuous-integration/drone/push Build is passing
2026-06-03 20:08:20 +01:00
32062bff94 Merge pull request 'fix/3wc/wp-cli' (#64) from kawaiipunk/wordpress:fix/3wc/wp-cli into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #64
2026-06-03 18:55:12 +00:00
c7f500c428 Merge pull request 'tests' (#62) from kawaiipunk/wordpress:tests into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #62
2026-06-03 18:36:32 +00:00
391582089f Merge branch 'main' into tests
All checks were successful
continuous-integration/drone/pr Build is passing
2026-06-03 18:33:08 +00:00
27442e3e4e Merge pull request 'chown entire wp-content to ensure correct permissions' (#60) from kawaiipunk/wordpress:main into main
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Reviewed-on: #60
2026-06-03 18:31:04 +00:00
65e716fa20 Added Document how to migrate an existing WP site #15
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2026-06-03 19:21:22 +01:00
3wc
15dd324102 fix: $* instead of $@, seems to fix #49?
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Closes #49
2026-06-02 23:37:23 +01:00
e14f47a4b3 Rename stale pipeline name (deploy step is disabled)
All checks were successful
continuous-integration/drone/pr Build is passing
2026-06-02 23:36:20 +01:00
2f1b9a2262 Pin gomplate to v5.0.0 in CI, add Renovate regex manager
- .drone.yml: pin gomplate to v5.0.0, remove redundant pip yamllint install
- renovate.json: add github-releases regex manager for hairyhenderson/gomplate
2026-06-02 23:36:19 +01:00
bc54e86ff5 Updated README test instructions 2026-06-02 23:36:19 +01:00
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
34b2515fca Add explanatory comments to all test scripts 2026-06-02 23:36:18 +01:00
fe8744e20e Add Docker Compose config validation test 2026-06-02 23:36:18 +01:00
426e0367f1 Add Renovate regex manager for Docker image tags 2026-06-02 23:36:03 +01:00
dde03454c3 Disable swarm-test deployment (server is down) 2026-06-02 23:36:02 +01:00
a8bb78a8db Run CI tests on pull requests (not just push to main) 2026-06-02 23:36:02 +01:00
605f3d7fc0 Added basic tests 2026-06-02 23:36:02 +01:00
fab9f10f7b Add MariaDB healthcheck to db service
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2026-06-02 23:34:49 +01:00
b305445512 merge upstream
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2026-06-02 21:32:31 +00:00
69551175d5 Commented out broken deploy (server spun down)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2026-06-02 17:44:21 +01:00
ef27645a30 chore: publish 3.0.0+7.0.0 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
3.0.0+7.0.0
2026-06-02 17:42:25 +01:00
5d3c019b83 Add release notes 2026-06-02 17:41:56 +01:00
f450f2e6ba bump ENTRYPOINT_CONF_VERSION to v9 2026-06-02 17:37:29 +01:00
c75c18f185 chore: update image tags 2026-06-02 17:31:29 +01:00
cf54575187 restricts ownership changes to files still owned by root (e.g., from the image build). On subsequent restarts, files already owned by www-data are skipped entirely, avoiding a full recursive write cycle.
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-02 16:24:48 +01:00
b4db12f09c Added ignores for .env, *.log, .DS_Store, Thumbs.db, and common editor/IDE files
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-02 16:23:11 +01:00
e4b87c8ab9 chown entire wp-content to ensure correct permissions
Some checks failed
continuous-integration/drone/pr Build is failing
2026-06-02 16:11:39 +01:00
7e170adbb4 Merge pull request 'Added xtra chown to ensure correct perms on every container start' (#57) from kawaiipunk/wordpress:main into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #57
2026-05-26 17:10:01 +00:00
66e0687456 Removed redundant chown
Some checks failed
continuous-integration/drone/pr Build is failing
2026-05-26 17:05:24 +01:00
9209f007cb revert 69cf451b98
Some checks failed
continuous-integration/drone/push Build is failing
revert Merge pull request 'chore(deps): update wordpress docker tag to v7' (#55) from renovate/wordpress-7.x into main

Reviewed-on: #55

Sorry this was done by mistake!
2026-05-26 14:08:49 +00:00
69cf451b98 Merge pull request 'chore(deps): update wordpress docker tag to v7' (#55) from renovate/wordpress-7.x into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #55
2026-05-26 13:59:35 +00:00
73a2e98d2e Added xtra chown to ensure correct perms on every container start
Some checks failed
continuous-integration/drone/pr Build is failing
2026-05-26 14:10:22 +01:00
0e229168fc chore(deps): update wordpress docker tag to v7
Some checks failed
continuous-integration/drone/pr Build is failing
2026-05-22 00:34:30 +00:00
332ab0b97d chore: publish 2.19.2+6.9.4 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2.19.2+6.9.4
2026-04-28 02:25:26 +02:00
3b598e82dd harden htaccess 2026-04-28 01:57:52 +02:00
8e81f3f81c selfmanaged wordpress 2026-04-28 01:54:50 +02:00
a09bd166ad chore: publish 2.19.1+6.9.4 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2.19.1+6.9.4
2026-03-17 17:11:56 +01:00
b4c5d04382 chore: replace depricated traefik.docker.* with traefik.swarm.* 2026-03-17 17:11:07 +01:00
3c013d39fd chore: publish 2.19.0+6.9.4 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2.19.0+6.9.4
2026-03-17 16:11:37 +01:00
285bc01bef Merge pull request 'chore(config): migrate Renovate config' (#52) from renovate/migrate-config into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #52
2026-03-10 19:34:45 +00:00
2ca12bff9c chore(config): migrate config renovate.json
Some checks failed
continuous-integration/drone/pr Build is failing
2026-03-10 19:33:29 +00:00
da2e62b618 chore: publish 2.18.0+6.9.1 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2.18.0+6.9.1
2026-03-07 09:39:38 +01:00
364b5c8b8a chore: update image tags 2026-03-07 09:39:16 +01:00
306b348961 chore: publish 2.17.1+6.9.0 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2.17.1+6.9.0
2026-02-16 10:58:29 +01:00
3c1121b7ce remove default TIMEOUT (abra #596)
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-30 14:02:39 +01:00
3wc
b0eb1756a3 chore: publish 2.17.0+6.9.0 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2.17.0+6.9.0
2025-12-07 17:27:49 -05:00