diff --git a/images/template-button.png b/images/template-button.png deleted file mode 100644 index c2b981c..0000000 Binary files a/images/template-button.png and /dev/null differ diff --git a/install.yaml b/install.yaml index 2403e4d..a96bb5e 100644 --- a/install.yaml +++ b/install.yaml @@ -26,24 +26,37 @@ pre_install_actions: # - touch somefile.${DDEV_PROJECT_TYPE}.${DDEV_DOCROOT}.txt # This item shows complex go templating possibilities based on yaml_read_files -#- | -# cat <.ddev/config.platformsh.yaml -# php_version: {{ trimPrefix "php:" .platformapp.type }} -# database: -# type: {{ regexReplaceAll ":.*$" .services.db.type "" }} -# version: {{ regexReplaceAll "^.*:" .services.db.type "" }} -# -# docroot: {{ dig "web" "locations" "/" "root" "notfound" .platformapp }} -# {{ if eq .platformapp.build.flavor "composer" }} -# hooks: -# post-start: -# - composer: install -# {{ if .platformapp.hooks.deploy }} -# - exec: "{{ trimAll "\n" .platformapp.hooks.deploy | splitList "\n" | join ` && ` }}" -# {{ end }} -# {{ end }} -# -# EOF +- | + cat <Configuration/Development/Ddev/Settings.ddev.yaml + Neos: + Flow: + http: + trustedProxies: + proxies: "*" + + persistence: + backendOptions: + driver: pdo_mysql + host: db + dbname: db + user: db + password: db + + Imagine: + driver: Imagick + + SwiftMailer: + transport: + type: 'Swift_SmtpTransport' + options: + host: 'localhost' + port: '1025' + encryption: ~ + username: ~ + password: ~ + localDomain: 'example.com' + + EOF # list of files and directories listed that are copied into project .ddev directory # Each file should contain #ddev-generated so it can be replaced by a later `ddev get` @@ -63,7 +76,7 @@ global_files: # DDEV environment variables can be interpolated into these actions post_install_actions: -# - chmod +x ~/.ddev/commands/web/somecommand +# - chmod +x ~/.ddev/commands/web/flow # - touch somefile.${GOOS}.${DDEV_WEBSERVER} # - perl -pi -e 's/oldstring/newstring/g' docker-compose.neos.yaml