all-in-one/php
Simon L ca1b736cf7 fix borg backup restore not working anymore
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-01-29 09:34:26 +01:00
..
.idea Initial import 2021-11-30 11:20:42 +01:00
data Initial import 2021-11-30 11:20:42 +01:00
public log whole error messages 2023-11-15 21:04:25 +01:00
session Remove unnecessary file 2021-11-30 13:59:41 +01:00
src fix borg backup restore not working anymore 2024-01-29 09:34:26 +01:00
templates increase to 7.11.1 2024-01-25 12:04:26 +01:00
.gitignore Initial import 2021-11-30 11:20:42 +01:00
composer.json remove show-info for psalm again 2024-01-19 14:40:49 +01:00
composer.lock php dependency updates 2024-01-22 12:03:03 +00:00
containers-schema.json allow to add documentation on containers 2023-10-03 20:33:44 +02:00
containers.json allow to add nextcloud-aio-caddy ip-address to trusted proxies automatically 2024-01-24 15:28:34 +01:00
domain-validator.php fix filter_var syntax for domain-validator 2024-01-25 12:17:43 +01:00
psalm-baseline.xml Update psalm baseline 2024-01-20 21:57:51 +00:00
psalm.xml fix psalm 2023-03-10 11:26:04 +01:00
README.md address review 2022-01-10 11:33:05 +01:00

PHP Docker Controller

This is the code for the PHP Docker controller.

How to run

Running this locally requires Docker Engine on the same machine. If this is the case, just execute the following command:

composer install --no-dev
cd public/
php -S 0.0.0.0:8080

You can then access the web interface at localhost:8080.