Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)