Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Dec 19, 2024
1 parent 1977b23 commit 985fdc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forcebuild.date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Dec 19 05:09:30 UTC 2024
Thu Dec 19 05:09:47 UTC 2024
2 changes: 1 addition & 1 deletion v2/apps/wordpress.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}}},"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.0.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.0.29","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}}},"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.7.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.4.3","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}
2 changes: 1 addition & 1 deletion v3/apps/wordpress
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}}},"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.0.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.0.29","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}}},"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.7.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.4.3","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}
2 changes: 1 addition & 1 deletion v4/apps/wordpress
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.0.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.0.29","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}}
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"$$cap_db_type:$$cap_database_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"wordpress","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname-wordpress":{"depends_on":["$$cap_appname-db"],"image":"wordpress:$$cap_wp_version","volumes":["$$cap_appname-wp-data:/var/www/html"],"restart":"always","environment":{"WORDPRESS_DB_HOST":"srv-captain--$$cap_appname-db:3306","WORDPRESS_DB_USER":"$$cap_db_user","WORDPRESS_DB_PASSWORD":"$$cap_db_pass"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_db_user","label":"Database user","defaultValue":"wordpressuser","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"Database password","description":"","validRegex":"/^(\\w|[^\\s\"'\\\\])+$/","defaultValue":"$$cap_gen_random_hex(16)"},{"id":"$$cap_wp_version","label":"WordPress Version","defaultValue":"6.7.1","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_type","label":"Database Type","defaultValue":"mysql","description":"You can either choose mariadb or mysql, you need to change the version according to which DB is selected. It is case sensitive.","validRegex":"/^(mysql|mariadb)$/"},{"id":"$$cap_database_version","label":"Database Version, default is MySQL","defaultValue":"8.4.3","description":"Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\nEnter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.","end":"Wordpress is deployed and available as $$cap_appname-wordpress . \nIMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"},"displayName":"WordPress","isOfficial":true,"description":"WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database","documentation":"Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed"}}

0 comments on commit 985fdc7

Please sign in to comment.