Join Nostr
2024-12-03 14:31:08 UTC

adamghill on Nostr: Thinking through approaches for serving multiple domains from 1 deployable. Left is ...

Thinking through approaches for serving multiple domains from 1 https://coltrane.adamghill.com deployable.

Left is how it currently works: directories inside templates, content, etc for each site.

Right is what I’m thinking about: directories for each site with templates, content, etc inside.

If I squint, the version on the right almost looks like Django apps — a probably useful analogy, although they _are_ slightly different. The version on the left feels messier, especially with a lot of sites.