elementareteilchen/ce-with-nonce
Composer 安装命令:
composer require elementareteilchen/ce-with-nonce
包简介
Adds new content elements for inline javascript and css which will get a nonce for CSP check
关键字:
README 文档
README
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
- TYPO3 14.3 LTS
Usage
Requirements
The following software must be installed on the host machine:
- Docker
- Docker Compose
- DDEV
An internet connection is required during the initial setup to download images and Composer packages. After that, the environment can also be used offline in most cases.
Start DDEV
With the .ddev directory in place, start the project with:
ddev start
This starts the containers, but it does not install any TYPO3 instance automatically.
Install TYPO3 environments
The setup provides dedicated DDEV commands for provisioning separate TYPO3 instances:
ddev install-v13 ddev install-v14
To install both environments in one step, run:
ddev install-all
Each installation is created in its own directory inside the web container:
v13for TYPO3 13.4v14for TYPO3 14.3
After the installation, the overview page is available at:
The TYPO3 installations are available here:
Credentials
All TYPO3 instances use the same backend and install tool credentials:
- Username:
admin - Password:
Password:joh316
TYPO3 CLI / typo3_console
You can run TYPO3 CLI commands directly inside each installation:
ddev exec v13/vendor/bin/typo3 ddev exec v14/vendor/bin/typo3
TYPO3 14 also includes helhum/typo3-console as part of the installation.
Remove the DDEV project
To delete the DDEV project and its containers, run:
ddev delete -Oy
统计信息
- 总下载量: 403
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-02-18