all-in-one/php
Simon L 1fcb8522ff
Merge pull request #4817 from nextcloud/enh/4812/show-timestamps
aio-interface: show timestamps next to log entries
2024-06-17 11:34:46 +02:00
..
.idea
data
public Revert "pre-fill the domain" 2024-05-22 14:49:40 +02:00
session
src aio-interface: show timestamps next to log entries 2024-06-12 12:26:33 +02:00
templates increase to 9.0.1 2024-06-11 10:50:29 +02:00
.gitignore
composer.json update mastercontainer to php8.3 2024-03-04 10:49:42 +01:00
composer.lock Bump slim/slim from 4.13.0 to 4.14.0 in /php 2024-06-14 13:00:37 +00:00
containers-schema.json
containers.json fix getting ip-address of talk and apache 2024-06-07 15:17:27 +02:00
domain-validator.php
psalm-baseline.xml Update psalm baseline 2024-05-03 04:09:51 +00:00
psalm.xml
README.md

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.