aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move launch.json to .devcontainer and copy on startRobin Windey2023-04-061-0/+3
|
* Move git safe.directory to earlier stageRobin Windey2023-03-311-4/+5
| | | | Signed-off-by: GitHub <noreply@github.com>
* Dedicated DevContainer user + NVMRobin Windey2023-03-311-3/+3
| | | | | | | * 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-4/+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-0/+22
| | | | | | | | | * Autostart apache2 * Apply occ installation on start * Autostart Xdebug on request * Add DevContainer Xdebug profile Signed-off-by: GitHub <noreply@github.com>
* Add initial support for GitHub codespacesLukas Reschke2021-02-081-0/+8
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>