Docker-based self-hosted WordPress deployment system with: - Four-container stack (nginx, wordpress/php-fpm, mariadb, certbot) - Automatic SSL via Let's Encrypt with self-signed fallback - First-boot WordPress setup via WP-CLI (GeneratePress + child theme, plugins) - Interactive setup wizard and one-line install script - Backup, update, healthcheck, and SSL renewal scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
545 B
Plaintext
15 lines
545 B
Plaintext
GNU GENERAL PUBLIC LICENSE
|
|
Version 3, 29 June 2007
|
|
|
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
|
|
Everyone is permitted to copy and distribute verbatim copies of this
|
|
license document, but changing it is not allowed.
|
|
|
|
The full text of the GNU General Public License v3 is available at:
|
|
https://www.gnu.org/licenses/gpl-3.0.txt
|
|
|
|
This project is licensed under the terms of the GNU General Public
|
|
License version 3 (GPLv3). WordPress is licensed under GPLv2 or later,
|
|
making GPLv3 a compatible choice for derivative works.
|