summaryrefslogtreecommitdiffstats
path: root/.ddev
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-04-26 10:06:03 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-04-26 10:06:03 +0200
commitf9b93c4bbb23b452551bd46ce86cc6e3602fd594 (patch)
tree3fd8f14afb8248fcd9a3092a3f8ee1755dc936c3 /.ddev
parent975c0b735be0808883116616d934ee257a24fb08 (diff)
downloadfaktura-f9b93c4bbb23b452551bd46ce86cc6e3602fd594.tar.gz
faktura-f9b93c4bbb23b452551bd46ce86cc6e3602fd594.tar.bz2
faktura-f9b93c4bbb23b452551bd46ce86cc6e3602fd594.zip
Begin web app frontend in PHP.main
While I'd like a command line client for retreiving information and scripting stuff based on the db contents, a web app is convenient for the less common stuff like adding and editing data. The web app could also have been done in rust, however, I feel php is so convenient for simple web stuff that I think it makes more sense this way.
Diffstat (limited to '.ddev')
-rw-r--r--.ddev/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 20b7d2f..84dd754 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -5,7 +5,7 @@
name: faktura
type: php
-docroot: ""
+docroot: "web"
php_version: "8.1"
webserver_type: nginx-fpm
xdebug_enabled: false