forked from team/site
1
0
Fork 0
This commit is contained in:
Ben Harris 2018-04-11 14:03:33 -04:00
parent a59b0237ff
commit d2ed71c447
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
"date": "dec 2017",
"title": "username dns redirects",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hey all<br>there is now a dns record (and virtual host) that will redirect requests from [user].tilde.team to tilde.team/~[user] -- for example ben.tilde.team redirects to tilde.team/~ben<br><br>also, the redirect preserves paths, so you can link to something under your user directory like this ben.tilde.team/blog => becomes tilde.team/~ben/blog<br><br>there are no ssl certs for these subdomains, so you will have to request those with plain http"
"content": "hey all<br>there is now a dns record (and virtual host) that will redirect requests from [user].tilde.team to tilde.team/~[user] -- for example ben.tilde.team redirects to tilde.team/~ben<br><br>also, the redirect preserves paths, so you can link to something under your user directory like this ben.tilde.team/blog => becomes tilde.team/~ben/blog<br><br>there are no ssl certs for these subdomains, so you will have to request those with plain http<br><br>edit: there is now a wildcard cert from letsencrypt for *.tilde.team, so you can use https with your username as a subdomain!! :)"
}