Feature: serve multiple domains on a single instance #447

Closed
igalic wants to merge 5 commits from feat/custom-domains into master

5 commits

Author SHA1 Message Date
Igor Galić
01b2ffea4f
tweak rocket route ranks so blogs with custom_domain will answer first
this is just the start, we'll need to tweak *all* routes…
2019-03-24 15:01:08 +01:00
Igor Galić
130755f713
Implement struct Host(String) for custom_domain
and use it in a specialised FromRequest, so we can start hooking mount
points in rocket
2019-03-24 12:20:46 +01:00
Igor Galić
ba43ad0b16
fix Nullable type in comment_seers
since we know of no one who uses SQLite in prod, we can probably just
fix this on the fly.
2019-03-24 12:17:56 +01:00
Igor Galić
5534251c2c
add custom_detais route to blogs with custom_domains 2019-03-24 12:17:50 +01:00
Igor Galić
f80611f7ae
add (and remove) custom_domain to blogs table 2019-03-24 11:57:11 +01:00