Build and Deploy Custom Caddy instance as a container
Go to file
David Kebler 496d3cbd68 Fully operational death star
Added deploy directory for spinning up container via docker-compose
Added publish directory for publishing arm/amd images to docker hub
Various tweeks to the source scripts
Added test directory for easier testing of scripts and images
2023-04-13 08:36:12 -07:00
deploy Fully operational death star 2023-04-13 08:36:12 -07:00
publish Fully operational death star 2023-04-13 08:36:12 -07:00
src Fully operational death star 2023-04-13 08:36:12 -07:00
test Fully operational death star 2023-04-13 08:36:12 -07:00
.gitignore Fully operational death star 2023-04-13 08:36:12 -07:00
build Fully operational death star 2023-04-13 08:36:12 -07:00
readme.md Fully operational death star 2023-04-13 08:36:12 -07:00

readme.md

BUILDING

Testing

Publishing

DEPLOYING

NOTES

https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size on host persistent increase kernel buffer size echo net.core.rmem_max=2500000 | sudo tee -a /etc/sysctl.conf

confirm

sudo sysctl -p | grep rmem_max