Ok, quick perusal of the code shows that storage would have to be abstracted. I figure a storage
option that would default to disk
if not provided, and a plugin handler e.g. caddy.RegisterStorageType
for registering new storage types. Would a PR of this form be accepted or am I going down the wrong path?