Open
Description
The current way Isso handles multi-site setups is quite confusing and causes many headaches internally. It has grown organically rather than being an intentionally designed feature.
We should decide whether we want to support multiple sites in a single instance (and admin) or if we want to continue the multi-instance dispatch
"solution".
Issues:
- Migration of existing data and setups
- Handling multiple sites in the admin interface
- If using full URIs instead of only relative paths: Differentiating http/https variants
- Admin interface uses public-endpoint instead of host when linking to posts #647
And much more to figure out.