aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
Commit message (Collapse)AuthorAgeFilesLines
* Devcontainer: move git setup to postStartCommandRobin Windey2023-10-131-0/+1
| | | | | | | | | | | * postCreateCommand is executed too early * If git config commands run in postCreate, a global .gitconfig will be created * Copy of local .gitconfig will be skipped if .gitconfig already exists in container * Move to later stage * https://github.com/devcontainers/cli/issues/98 * https://github.com/microsoft/vscode-remote-release/issues/4855#issuecomment-831920085 Signed-off-by: GitHub <noreply@github.com>
* Dedicated DevContainer user + NVMRobin Windey2023-03-311-2/+2
| | | | | | | * Use dedicated DevContainer user to run Apache (ensure file permissions) * Install NVM for node Signed-off-by: GitHub <noreply@github.com>
* Minor DevContainer adjustmentsRobin Windey2023-03-311-1/+3
| | | | | | | | | | | | * Add gnupg2 to be able to sign commits * Make sure /var/www/html always belongs to www-data * Add Git-History plugin * Introduce dedicated entrypoint script * Store Postgres database data in volume to be persistent * Cleaner check if NC is already installed in setup.sh * Add composer to DevContainer Signed-off-by: GitHub <noreply@github.com>
* Minor improvements for devcontainerRobin Windey2023-03-311-11/+14
| | | | | | | | | * Autostart apache2 * Apply occ installation on start * Autostart Xdebug on request * Add DevContainer Xdebug profile Signed-off-by: GitHub <noreply@github.com>
* Disable basic PHP completion in CodespaceLukas Reschke2021-02-221-1/+4
| | | | | | | | | This competes with the completions provided by https://github.com/felixfbecker/vscode-php-intellisense. Thus disabling the completions is recommended. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add initial support for GitHub codespacesLukas Reschke2021-02-081-0/+19
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>