summaryrefslogtreecommitdiffstats
path: root/.devcontainer/codespace.config.php
Commit message (Collapse)AuthorAgeFilesLines
* Dedicated DevContainer user + NVMRobin Windey2023-03-311-2/+4
| | | | | | | * Use dedicated DevContainer user to run Apache (ensure file permissions) * Install NVM for node Signed-off-by: GitHub <noreply@github.com>
* Minor improvements for devcontainerRobin Windey2023-03-311-0/+1
| | | | | | | | | * Autostart apache2 * Apply occ installation on start * Autostart Xdebug on request * Add DevContainer Xdebug profile Signed-off-by: GitHub <noreply@github.com>
* Fix devcontainer urlRobin Windey2022-11-141-3/+4
| | | | | | See also: * https://github.com/community/community/discussions/5104#discussioncomment-2217052 * https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace#list-of-default-environment-variables
* Set overwriteprotocol to HTTPS in CodespaceLukas Reschke2021-02-151-0/+1
| | | | | Codespace is serving everything only as HTTPS. To keep the URLs valid, we also need to overwrite the protocol. (otherwise e.g. you can't develop the SAML app as the URLs are invalid) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Install more PHP modules by defaultLukas Reschke2021-02-081-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Hard-code SMTP configurationLukas Reschke2021-02-081-4/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add initial support for GitHub codespacesLukas Reschke2021-02-081-0/+9
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>