-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cytopia/master
update
- Loading branch information
Showing
4,312 changed files
with
292,499 additions
and
368,906 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<?php require '../config.php'; ?> | ||
<?php loadClass('Helper')->authPage(); ?> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<?php echo loadClass('Html')->getHead(true); ?> | ||
</head> | ||
|
||
<body> | ||
<?php echo loadClass('Html')->getNavbar(); ?> | ||
|
||
<div class="container"> | ||
|
||
<h1>Support</h1> | ||
<br/> | ||
<p>I am currently the sole creator and maintainer of the Devilbox and all of its required projects.<br/>If you find this useful or if it makes your daily programming life easier, consider donating to keep this project alive.</p> | ||
<ul> | ||
<li><a target="_blank" href="https://github.com/sponsors/cytopia"><strong>GitHub sponsorship</strong></a></li> | ||
<li><a target="_blank" href="https://www.patreon.com/devilbox"><strong>Patreon</strong></a></li> | ||
</ul> | ||
<br/> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-md-6"> | ||
<h2>Core projects</h2> | ||
<p>The following core projects were created and are maintained in order to make the Devilbox work.</p> | ||
<table class="table table-striped "> | ||
<thead class="thead-inverse "> | ||
<tr> | ||
<th>Repository</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/devilbox">devilbox</a></td> | ||
<td>The Devilbox</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-5.2">docker-php-fpm-5.2</a></td> | ||
<td>Legacy PHP 5.2 base images (amd64 and i386)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-5.3">docker-php-fpm-5.3</a></td> | ||
<td>Legacy PHP 5.3 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-5.4">docker-php-fpm-5.4</a></td> | ||
<td>Legacy PHP 5.4 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-5.5">docker-php-fpm-5.5</a></td> | ||
<td>Legacy PHP 5.5 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-8.0">docker-php-fpm-8.0</a></td> | ||
<td>PHP 8.0 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-8.1">docker-php-fpm-8.1</a></td> | ||
<td>PHP 8.1 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm-8.2">docker-php-fpm-8.2</a></td> | ||
<td>Upcoming PHP 8.2 base images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-fpm">docker-php-fpm</a></td> | ||
<td>PHP-FPM Devilbox images</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-mysql">docker-mysql</a></td> | ||
<td>MySQL, MariaDB and PerconaDB images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-apache-2.2">docker-apache-2.2</a></td> | ||
<td>Apache 2.2 images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-apache-2.4">docker-apache-2.4</a></td> | ||
<td>Apache 2.4 images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-nginx-stable">docker-nginx-stable</a></td> | ||
<td>Nginx stable images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-nginx-mainline">docker-nginx-mainline</a></td> | ||
<td>Nginx mainline images (amd64 and arm64)</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-haproxy">docker-haproxy</a></td> | ||
<td>HA Proxy image</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-ngrok">docker-ngrok</a></td> | ||
<td>Ngrok image</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-varnish">docker-varnish</a></td> | ||
<td>Varnish image</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-python-flask">docker-python-flask</a></td> | ||
<td>Python Flask image</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
|
||
<div class="col-md-6"> | ||
<h2>Supporting projects</h2> | ||
<p>The following supporting projects were created and are maintained in order to keep the Devilbox eco system running.</p> | ||
<table class="table table-striped "> | ||
<thead class="thead-inverse "> | ||
<tr> | ||
<th>Repository</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/cert-gen">cert-gen</a></td> | ||
<td>CA and cert generation tool</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/vhost-gen">vhost-gen</a></td> | ||
<td>HTTPD agnostic vhost creation tool</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/watcherd">watcherd</a></td> | ||
<td>OS agnostic filesystem change poller tool</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/makefiles">makefiles</a></td> | ||
<td>Unified build Makefiles</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/github-actions">github-actions</a></td> | ||
<td>Re-usable GitHub Action Workflows</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/shell-command-retry-action">shell-command-retry-action</a></td> | ||
<td>GitHub Action</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/docker-tag-action">docker-tag-action</a></td> | ||
<td>GitHub Action</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/git-ref-matrix-action">git-ref-matrix-action</a></td> | ||
<td>GitHub Action</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-python-sphinx">docker-python-sphinx</a></td> | ||
<td>Dockerized Sphinx documentation builder</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/xdebug">xdebug</a></td> | ||
<td>IP addr alias MacOS plist for Xdebug</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/docker-ansible">docker-ansible</a></td> | ||
<td>Ansible images for PHP-FPM Dockerfile creation</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/linkcheck">linkcheck</a></td> | ||
<td>Broken linkchecker for documentation</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/cytopia/docker-linkcheck">docker-linkcheck</a></td> | ||
<td>Dockerized version of linkcheck</td> | ||
</tr> | ||
<tr> | ||
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/devilbox/docker-php-1.99s">docker-php-1.99s</a></td> | ||
<td>Just for the lulz</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
</div> | ||
|
||
</div><!-- /.container --> | ||
|
||
<?php echo loadClass('Html')->getFooter(); ?> | ||
</body> | ||
</html> |
Oops, something went wrong.