Daniel Menet
Daniel Menet
``` # caddy -version Caddy 0.11.1 (non-commercial use only) ``` Considering the following `Caddyfile`: ``` http://www.example.com { root /web/www.example.com/public git https://github.com/example/example.com { hook /path TOKEN branch {latest} path .. then...
I had a confusing moment regarding this config: ``` json { "port": 3001, "storage": { "src": { "type": "http+fs", "base_url": "http://static.stxt.media.int", "location": "/data/picfit/" }, "dst": { "type": "fs", "location": "/data/picfit/"...
Currently, links and tooltips are ignored when placed on a connection: ```d2 a -> b: connects { link: "https://a-b.io/" } ``` In my opinion there are a lot of use...