Commit Graph

50 Commits

Author SHA1 Message Date
Marwolf
ebaffc44f9 Corrections for Nginx and Ghost 2018-08-24 08:46:07 -04:00
Marwolf
02fe51946a Ghost progress, fresh database 2018-08-24 08:29:38 -04:00
Marwolf
6ebabdcd17 Changed to ghost latest version 2.0.3 2018-08-23 22:02:57 -04:00
Marwolf
3978d32714 Verbose output sent to logs, permissions set 2018-08-22 12:05:39 -04:00
Marwolf
90ff15f338 Docker clean up 2018-08-21 22:18:17 -04:00
Marwolf
4577a366d1 Ghost clean up 2018-08-21 21:50:34 -04:00
Marwolf
306e39e07a Latest MariaDB container, DB backups now zip 2018-08-20 07:35:45 -04:00
Marwolf
38c55adde7 Certbot with HTTPS is working 2018-08-18 19:51:03 -04:00
Marwolf
23f6432dd7 Revert 2018-08-18 17:35:15 -04:00
Marwolf
82bc1016d5 Another attempt 2018-08-18 16:52:28 -04:00
Marwolf
4e7f767498 Further changes 2018-08-18 16:15:42 -04:00
Marwolf
200e2d82c7 Disabling PHP 2018-08-18 13:03:12 -04:00
Marwolf
24812b66fa Lets Encrypt friendliness 2018-08-18 12:33:59 -04:00
Marwolf
3c7a2da359 Changes to support new design 2018-08-18 12:12:37 -04:00
Marwolf
554d178aae Changes required to correct issues during testing 2018-08-18 02:36:54 -04:00
Marwolf
4dd84332d5 Docker and Ghost CMS overhaul 2018-08-18 01:10:09 -04:00
Marwolf
7b2e951075 Enhanced innodb.cnf configuration 2018-08-15 08:59:06 -04:00
Marwolf
b3f5247a55 Corrections needed for single player on Windows 2018-08-15 08:20:43 -04:00
Marwolf
7b6fe9c460 Script clean up, automation improvements, documentation 2018-08-13 12:23:55 -04:00
Marwolf
352c546f2a Corrections for HTTPS, SMTP settings added 2018-08-04 11:30:26 -04:00
Marwolf
4d84f9d211 Changed Tomcat to operate on port 8080 and PHPMyAdmin to port 9000
Cloudflare by default only permits specific ports to pass through in the security mode we use. Since PHPMyAdmin should be hard to access, by binding it to port 9000, Cloudflare does not allow traffic unless you bypass it.
2018-08-04 10:09:59 -04:00
Marwolf
e5c7f34d26 Attempting to correct for Tomcat on port 8082 2018-08-04 00:00:43 -04:00
Marwolf
8b1bf24555 Major website overhaul 2018-08-03 23:24:48 -04:00
Marwolf
31888b850d Removal of MYSQL_HOST reference 2018-07-31 15:56:33 -04:00
Marwolf
e9c7e1c742 Removal of .env reference 2018-07-31 15:52:40 -04:00
Marwolf
08f44f7821 Removed dependency on .env file causing issue with Travis CL 2018-07-31 15:42:30 -04:00
Marwolf
823c304cc2 Attempting to correct various issues 2018-07-27 12:36:07 -04:00
Marwolf
e3a98cdcf6 HTTPS with Dockerized Lets Encrypt certbot 2018-07-27 12:22:08 -04:00
Marwolf
d3172b4663 Apache Tomcat proxied via Nginx
Tomcat support added. JSP and other filetypes now proxy through the Tomcat docker container. Also named each container so direct named access is possible.
2018-07-26 23:23:12 -04:00
Marwolf
c6f2d26420 Added Splunk Docker capability, log access 2018-07-20 01:16:29 -04:00
Marwolf
eacd9bd35a Fixes needed for mariadb container on windows storage volume 2018-07-15 00:52:22 -04:00
Marwolf
0da22ddd1a Corrections for Wiki path 2018-07-12 15:50:34 -04:00
Marwolf
2e9c422888 Cleanup, wiki add 2018-07-12 14:44:26 -04:00
Marwolf
e5a51c328a Combination of Single Player and Dev repo work, fixes 2018-07-12 09:51:51 -04:00
Marwolf
d221a31eaa Fully functional 2018-07-06 17:48:13 -04:00
Marwolf
9b2fa50740 Major changes 2018-07-06 12:59:16 -04:00
Vincent Letourneau
f73daed67b Add MySQL version to the environment variables
The default version of MySQL is 5.7.22.

This change follows the change of MySQL for version 8 and the possible incompatibility with php and phpMyAdmin. see the links:

- https://bugs.php.net/bug.php?id=76243
- https://stackoverflow.com/questions/49948350/phpmyadmin-on-mysql-8-0
2018-04-29 10:58:11 +02:00
Vincent Letourneau
aa47906c4b Replace the docker image nginx to nginx:alpine 2017-12-19 11:43:19 +01:00
Vincent Letourneau
b74e78af2d Add the environment variable of the PHP version 2017-12-19 11:20:12 +01:00
Vincent Letourneau
4ed61dc91c Rename default.template 2017-09-28 11:14:21 +02:00
Vincent Letourneau
df3560700b Add a Nginx template using a dynamic hostname from .env 2017-09-18 18:49:29 +02:00
Vincent Letourneau
80fd60aea2 Changing the composer/composer image by the official image much lighter and updated
Minor update of commands related to Composer
2017-08-03 13:33:57 +02:00
Vincent Letourneau
e479945f53 New MySQL host parameter in the .env file 2017-08-03 11:34:38 +02:00
Vincent Letourneau
4f7dbd126f Update travis configuration 2017-07-29 15:14:02 +02:00
Vincent Letourneau
281c0a5e01 Change MySQL expose port 3306 to 8989 2017-07-28 20:05:09 +02:00
Vincent Letourneau
e80b05d855 Adapt Nginx configuration with PHP volume 2017-07-27 18:51:52 +02:00
Vincent Letourneau
69022ddaff Improve configuration with Makefile
- Add Makefile
 - Add environment configuration file
 - Use env with docker-compose and Makefile"
2017-07-27 17:31:40 +02:00
Vincent Letourneau
aef24090a1 Improve docker-compose
- Update mysql user/pass to dev/dev
 - Improve README
2017-01-22 10:42:42 +01:00
Vincent Letourneau
f78334f321 Update README and Docker Compose file 2017-01-15 16:41:10 +01:00
Vincent Letourneau
671766bdf3 first commit 2017-01-15 15:48:31 +01:00