From 708253ebd91b83eeab5cec3ac5b3ede5b64c26a1 Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 22 Mar 2022 15:16:31 +0100 Subject: [PATCH] Add support section --- .devilbox/www/htdocs/support.php | 190 +++++++++++++++++++++++++++++ .devilbox/www/include/lib/Html.php | 1 + 2 files changed, 191 insertions(+) create mode 100644 .devilbox/www/htdocs/support.php diff --git a/.devilbox/www/htdocs/support.php b/.devilbox/www/htdocs/support.php new file mode 100644 index 00000000..94765ec2 --- /dev/null +++ b/.devilbox/www/htdocs/support.php @@ -0,0 +1,190 @@ + +authPage(); ?> + + + + getHead(true); ?> + + + + getNavbar(); ?> + +
+ +

Support

+
+

I am currently the sole creator and maintainer of the Devilbox and all of its required projects.
If you find this useful or if it makes your daily programming life easier, consider donating to keep this project alive.

+ +
+ +
+ +
+

Core projects

+

The following core projects were created and are maintained in order to make the Devilbox work.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RepositoryDescription
devilboxThe Devilbox
docker-php-fpm-5.2Legacy PHP 5.2 base images (amd64 and i386)
docker-php-fpm-5.3Legacy PHP 5.3 base images (amd64 and arm64)
docker-php-fpm-5.4Legacy PHP 5.4 base images (amd64 and arm64)
docker-php-fpm-5.5Legacy PHP 5.5 base images (amd64 and arm64)
docker-php-fpm-8.0PHP 8.0 base images (amd64 and arm64)
docker-php-fpm-8.1PHP 8.1 base images (amd64 and arm64)
docker-php-fpm-8.2Upcoming PHP 8.2 base images (amd64 and arm64)
docker-php-fpmPHP-FPM Devilbox images
docker-mysqlMySQL, MariaDB and PerconaDB images (amd64 and arm64)
docker-apache-2.2Apache 2.2 images (amd64 and arm64)
docker-apache-2.4Apache 2.4 images (amd64 and arm64)
docker-nginx-stableNginx stable images (amd64 and arm64)
docker-nginx-mainlineNginx mainline images (amd64 and arm64)
docker-haproxyHA Proxy image
docker-ngrokNgrok image
docker-varnishVarnish image
docker-python-flaskPython Flask image
+
+ + +
+

Supporting projects

+

The following supporting projects were created and are maintained in order to keep the Devilbox eco system running.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RepositoryDescription
cert-genCA and cert generation tool
vhost-genHTTPD agnostic vhost creation tool
watcherdOS agnostic filesystem change poller tool
makefilesUnified build Makefiles
github-actionsRe-usable GitHub Action Workflows
shell-command-retry-actionGitHub Action
docker-tag-actionGitHub Action
git-ref-matrix-actionGitHub Action
docker-python-sphinxDockerized Sphinx documentation builder
xdebugIP addr alias MacOS plist for Xdebug
docker-ansibleAnsible images for PHP-FPM Dockerfile creation
linkcheckBroken linkchecker for documentation
docker-linkcheckDockerized version of linkcheck
docker-php-1.99sJust for the lulz
+
+ +
+ +
+ + getFooter(); ?> + + diff --git a/.devilbox/www/include/lib/Html.php b/.devilbox/www/include/lib/Html.php index 576cc5bd..f74304b6 100644 --- a/.devilbox/www/include/lib/Html.php +++ b/.devilbox/www/include/lib/Html.php @@ -266,6 +266,7 @@ HTML; +