Commit Graph

67 Commits

Author SHA1 Message Date
Eddy
ef5c496def Create .env 2025-10-10 15:00:14 +02:00
Eddy
a84c081ed0 Update README.md 2025-10-10 14:50:33 +02:00
EdyTheCow
cf8b0446bc Update README.md 2025-10-10 01:15:31 +02:00
EdyTheCow
0f97785b33 Update docs to reflect addition of post install script 2025-10-10 00:37:35 +02:00
EdyTheCow
88702ec75c Update values table 2025-10-09 23:20:47 +02:00
EdyTheCow
2b867935fb Update documentation to reflect recent changes 2025-10-09 18:07:29 +02:00
EdyTheCow
f254a6fd06 Optimize, clean up and comments
- Add comments to .env
- Place basic auth directly into labels instead
- Remove whmcs data folders, these are now created automatically
2025-10-09 17:35:27 +02:00
EdyTheCow
288f4d2557 Finally... working Dokploy compose! 2025-10-08 22:42:56 +02:00
EdyTheCow
dd9cffb045 we no longer mount nginx logs 2025-10-06 18:40:46 +02:00
EdyTheCow
ae75744b13 Update docs to reflect new way of fetching whmcs files
Docker container now automatically downloads latest stable version of WHMCS using their public API. The script scans volume, if it's empty it downloads whmcs. Due to EULA, these files are only downloaded on container's start and are NOT included with docker image.
2025-10-06 18:37:51 +02:00
EdyTheCow
f0219bb104 Remove nginx logs volume, no longer needed 2025-10-06 18:31:50 +02:00
EdyTheCow
8b2d5f2511 Add Dokploy notice 2025-10-03 00:45:00 +02:00
EdyTheCow
dd92e59e1b Dokploy support 2025-10-03 00:37:55 +02:00
EdyTheCow
c1f2a58fe6 clean up compose files 2025-10-03 00:16:40 +02:00
EdyTheCow
74edea23f1 Remove version from compose, no longer needed with newer versions of Docker 2025-10-03 00:15:10 +02:00
EdyTheCow
046380cf67 Update readme to reflect changes using the new whmcs-nginx image 2025-10-03 00:08:40 +02:00
EdyTheCow
2cbf3213d2 Switch to new nginx image
The new nginx image can be found for inspection on docker-images branch. Simplifies installation by adding ability to pass the required changes in default.conf right inside .env as variable
2025-10-02 18:44:31 +02:00
EdyTheCow
b1fd4f5c6d Remove workflows since it's now moved to its own branch 2025-09-30 12:47:34 +02:00
EdyTheCow
3542fb3c77 fix context 2025-09-30 11:52:12 +02:00
EdyTheCow
21779cce55 clean up and move docker images to its own branch 2025-09-30 11:00:33 +02:00
EdyTheCow
e4a57d1ca8 Traefik fixes
Some checks failed
Build and publish whmcs-php-fpm docker image / Build Docker image and push (push) Has been cancelled
- Fixes broken basic auth after bumping version of Traefik
- Set Traefik exposedbydefault to false so it stops probing containers that don't need Traefik
2025-09-29 23:50:00 +02:00
EdyTheCow
06e05078a2 Fix typos, update and improve documentation 2025-09-29 23:10:25 +02:00
EdyTheCow
7e06462f60 Replace with ready and built image
This change should speed up installations and be less prone to errors
2025-09-29 22:11:56 +02:00
EdyTheCow
736f435f89 Build php-fpm docker image with gh actions instead of building locally 2025-09-29 22:03:40 +02:00
EdyTheCow
889bccc632 Clean up Dockerfile, bump traefik and disable opcache 2025-09-29 21:01:43 +02:00
Eddy
db2aff76d1 Improve readme regarding .htpasswd credentials generation 2024-07-31 19:10:23 +00:00
Eddy
2cee6a792f Merge pull request #16 from Joshua2504/patch-2
added small hint to the README on htpasswd file
2024-07-28 17:09:15 +00:00
Eddy
ac8e21ac58 Merge pull request #15 from Joshua2504/patch-1
update docker-compose command to docker compose
2024-07-28 17:08:25 +00:00
Joshua Treudler
517d89cfa8 added small hint to the README on htpasswd file 2024-07-24 22:08:04 +02:00
Joshua Treudler
c57c41cf2b update docker-compose command to docker compose 2024-07-24 22:06:07 +02:00
Eddy
f04c1b50f1 Merge pull request #14 from stereu/master
Added email import automation and refined network namings
2024-05-07 14:39:47 +02:00
Stephan Reugels
aa21e024c3 Updated network namings 2024-04-30 10:55:12 +02:00
Stephan Reugels
5a40f68738 Changed network name 2024-04-30 10:53:58 +02:00
Stephan Reugels
8e3617a008 Update docs 2024-04-30 10:53:13 +02:00
Stephan Reugels
bc9440ec7c Update Docs 2024-04-30 10:44:56 +02:00
Stephan Reugels
46f5e1efa0 Added ability for mail to ticket import 2024-04-30 09:45:33 +02:00
Eddy
1b9794a50f Merge pull request #10 from ahoy-cmyk/master
Update README.md
2023-10-26 15:40:13 +02:00
ahoy-cmyk
bd16830101 Update README.md
Fixed typo
2023-10-25 22:45:04 -04:00
Eddy
122b0639cb Merge pull request #8 from tfunken/master-1
Changed PHP version to 8.1
2023-08-24 19:27:20 +00:00
Tom Funken
9290602b00 Changed PHP version to 8.1 2023-08-24 20:54:38 +02:00
Eddy
7baec5add0 Update Traefik 2023-04-11 15:13:25 +00:00
Eddy
e2562621be Fix SERVER_ADDR overwritten by a default value
Move include to top of location block, improve comments #2
2023-04-11 15:07:42 +00:00
EdyTheCow
a489d0ebc4 Add crontab support for WHMCS 2022-01-05 22:16:01 +01:00
EdyTheCow
9f8d320b51 add crons dir step 2022-01-05 19:48:35 +01:00
EdyTheCow
04c8835c3a Add template cache step 2022-01-05 19:26:41 +01:00
EdyTheCow
47bee02e45 Update steps and add sources 2022-01-05 19:11:52 +01:00
EdyTheCow
8ac4d13060 Add some security steps 2022-01-05 18:46:15 +01:00
EdyTheCow
6bc9531765 deleted a step by accident 2022-01-05 02:39:36 +01:00
EdyTheCow
792522c34a Update README.md 2022-01-05 02:37:44 +01:00
EdyTheCow
af472369bd remove workflow 2022-01-05 02:19:43 +01:00