Vasily Mikhaylovsky

Results 6 comments of Vasily Mikhaylovsky

Also we can pass in environment hotel tld and app name + .tld. put in to `"env": {}` ~/.hotel/servers/*.json is not flexible.

Runnng daemon directly works, thanks. But without cli adding hotel's services unuseful.

I dug more deeper and saw that without support user-startup cli/daemon.js hotel will not be started :( Maybe we can use $HOME/.profile at user-startup module to fallback on "unsupported" systems?

I'm trying to use just android phone with termux app, just for fun. > Termux is an Android terminal emulator and Linux environment app that works directly with no rooting...

Feature request is supporting multiple aliases to same app foo.json: ```json { "aliases": ["bar", "baz"], "cwd": "/home/...", "cmd": "///", "env": {} } ``` to allow open foo.localhost, bar.localhost and baz.localhost....