https://github.com/alcidesrc/dockerized-php
A dockerized environment to build CLI, micro-services and/or web applications based on PHP with/without Caddy
https://github.com/alcidesrc/dockerized-php
bash bash-scripting caddy cli-applications development docker gum makefile microservices php uopz web-applications xdebug
Last synced: 5 months ago
JSON representation
A dockerized environment to build CLI, micro-services and/or web applications based on PHP with/without Caddy
- Host: GitHub
- URL: https://github.com/alcidesrc/dockerized-php
- Owner: AlcidesRC
- License: mit
- Created: 2024-04-03T13:13:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T13:49:11.000Z (6 months ago)
- Last Synced: 2025-07-19T17:45:14.682Z (6 months ago)
- Topics: bash, bash-scripting, caddy, cli-applications, development, docker, gum, makefile, microservices, php, uopz, web-applications, xdebug
- Language: Makefile
- Homepage:
- Size: 704 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CADDY.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# How to install the Caddy Authority certificate into your browser
## Chrome-based browsers (Chrome, Brave, etc.)
- Go to Settings / Privacy & Security / Security/Manage Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ Trust this certificate for identifying websites ]
- Save changes
## Firefox-based browsers
- Go to Settings / Privacy & Security / Security / Certificates / View Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ This certificate can identify websites ]
- Save changes
> [!TIP]
>
> For further information, please visit [Caddy Official Documentation](https://caddyserver.com/docs/running#local-https-with-docker)