Skip to content

ElementareTeilchen/ce-with-nonce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ce-with-nonce

This Extension provides content elements to inset js and css. The <script> and tags will get nonces, so when using 'nonce-proxy' in csp.yaml for js/css, inserted blocks are CSP conform.

DDEV for TYPO3 extensions

We use ddev for typo3 extensions

Currently available in ddev is

  • TYPO3 13.4 LTS

Usage

Start DDEV

Check out your project, with .ddev folder in it and perform a

ddev start

on CLI. This will start the containers, but will not install anything automatically.

Install TYPO3 environments

This environment offers several DDEV commands, to provision the web container, supporting the following TYPO3 versions:

ddev install-v13

When the installation is done, you can access an overview here:

The TYPO3 installations are available here:

Credentials

All versions got the same credentials set:

  • Username: admin
  • Password: Password-1 (also in install tool)

TYPO3 CLI / typo3_console

To access TYPO3's CLI tools you can utilize ddev exec like that:

ddev exec v13/vendor/bin/typo3

Remove DDEV project

To remove a DDEV project you can use the following command on CLI

ddev delete -Oy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published