From 95cecc06315841d6ff70296d0894cbc9401d1f76 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 17 Apr 2020 16:42:06 -0700 Subject: [PATCH] Mention in README that hotel auto-starts on login As a user, I was very surprised to discover this! For example, it means that if you want your hotel server to have some environment variable set, `MY_VAR=... hotel start` won't work. (Actually, on linux, it will work the first time, and then not subsequently.) Anyways, it seems like a useful thing to document. I even called it a feature ;-) . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7458562c..11d0df66 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ You can view the list of Supporters here https://thanks.typicode.com. * __Proxy__ - Map local domains to remote servers * __System-friendly__ - No messing with `port 80`, `/etc/hosts`, `sudo` or additional software * Fallback URL - `http://localhost:2000/project` +* Hotel automatically starts on login * Servers are only started when you access them * Plays nice with other servers (Apache, Nginx, ...) * Random or fixed ports