Skip to content

Commit

Permalink
DDBPRO-169
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Jan 13, 2025
1 parent 1c82608 commit 2146e5f
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 497 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Vagrantfile
# DB dumps
*.sql

/nbproject/private/
10 changes: 10 additions & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
admin off
}

http://localhost:8080 {
root * ./web
php_fastcgi unix//run/php/php-fpm.sock
file_server
encode gzip
}
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
"drupal/dynamic_entity_reference": "^3.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.0",
"drupal/editor_paste_plain": "^1.0@beta",
"drupal/eu_cookie_compliance": "^1.19",
"drupal/field_group": "^3.6",
"drupal/field_type_converter": "^1.0@alpha",
"drupal/field_validation": "^3.0@beta",
"drupal/focal_point": "^2.0",
"drupal/gin": "3.x-dev@dev",
"drupal/gin": "^4.0",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/health_check": "^3.0",
"drupal/highlightjs_input_filter": "^1.1",
Expand All @@ -55,7 +56,7 @@
"drupal/link_attributes": "^2.1",
"drupal/link_field_autocomplete_filter": "^2.0",
"drupal/linkchecker": "^2.0@alpha",
"drupal/linkit": "^6.0@beta",
"drupal/linkit": "^7.0",
"drupal/masquerade": "^2.0@beta",
"drupal/matomo": "^1.18",
"drupal/media_thumbnails_pdf": "^2.0",
Expand Down
Loading

0 comments on commit 2146e5f

Please sign in to comment.