Links

Web

HAProxy Health Check

https://www.haproxy.com/documentation/aloha/7-0/haproxy/healthchecks/#checking-a-http-service

Squid - caching HTTP, HTTPS, FTP, and more

http://www.squid-cache.org

Debugging

https://mitmproxy.org/ allows traffic flows to be intercepted, inspected, modified and replayed.

SNI

Server Name Indication (SNI) is an extension to the TLS allows a server to present multiple certificates on the same IP address and TCP port number Wiki: https://en.wikipedia.org/wiki/Server_Name_Indication

Varnish

https://hub.docker.com/r/centos/varnish-4-centos7/ https://access.redhat.com/containers/?tab=overview#/search/varnish

Real IP

https://support.cloudflare.com/hc/en-us/articles/200170986
https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx-

Free static site hosting

Free
Storage
month
Github
500 MB
2000 min
25MiB/site
500 times
vercel
100GB b/w
netlify
500 sites
100GB b/w(then $55 per 100GB)

Cloudflare Pages

<YOUR_PROJECT_NAME>.pages.dev: https://developers.cloudflare.com/pages/platform/build-configuration/#framework-presets
  • Static: Framework presets = None &
  • Vue 3: env NODE_VERSION>14.18 : https://developers.cloudflare.com/pages/framework-guides/deploy-a-vite3-project/
1 github repo => 1 cf project = 1 build kernel (ref)

Github pages

CNAME: .github.io
Gihub token: https://github.com/settings/tokens

Github Actions - SSR

https://docs.github.com/en/actions/quickstart
.github/workflows
check usage: https://github.com/settings/billing

Google Analytics

https://analytics.google.com/analytics/web/#/.../admin/property/settings
all links for which you want enhanced click attribution should have an ID attribute
Last modified 20d ago