Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lubien/cerebro-hotel
Cerebro plugin that lets you start, stop and open Hotel apps
https://github.com/lubien/cerebro-hotel
cerebro cerebro-plugin hacktoberfest
Last synced: 28 days ago
JSON representation
Cerebro plugin that lets you start, stop and open Hotel apps
- Host: GitHub
- URL: https://github.com/lubien/cerebro-hotel
- Owner: lubien
- License: mit
- Created: 2017-03-31T22:54:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T02:29:24.000Z (about 3 years ago)
- Last Synced: 2024-09-13T23:43:23.293Z (2 months ago)
- Topics: cerebro, cerebro-plugin, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cerebro - cerebro-hotel - Cerebro plugin that lets you start, stop and open Hotel apps. (Plugins)
README
# Cerebro Hotel
> Cerebro plugin that lets you start, stop and open [Hotel](https://www.npmjs.com/package/hotel) apps.
## Usage
In Cerebro, type `hotel` then:
- Press Tab to toggle server status as running/stopped.
- Press Enter to open the proxied URL.
- Press Shift+Enter to open the real URL.## Settings
This plugin assume your Hotel runs at `http://localhost:2000` and your TLD is `dev`. To change this you need to edit the following envs:
```sh
HOTEL_HOST='http://127.0.0.1:2000'
TLD='dev'
```![](screenshot.png)
## Related
- [Cerebro](http://github.com/KELiON/cerebro) – main repo for Cerebro app;
- [alfred-hotel](https://github.com/exah/alfred-hotel/) - My version is based on this.## License
[MIT](LICENSE) © [Lubien](http://lubien.me)