Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardpixel/hotel-manager
GNOME Shell extension to manage Hotel development servers.
https://github.com/hardpixel/hotel-manager
gnome-shell gnome-shell-extension hotel javascript server-management
Last synced: 3 months ago
JSON representation
GNOME Shell extension to manage Hotel development servers.
- Host: GitHub
- URL: https://github.com/hardpixel/hotel-manager
- Owner: hardpixel
- License: gpl-3.0
- Created: 2017-08-24T16:26:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T11:52:01.000Z (4 months ago)
- Last Synced: 2024-07-27T12:55:41.049Z (4 months ago)
- Topics: gnome-shell, gnome-shell-extension, hotel, javascript, server-management
- Language: JavaScript
- Homepage:
- Size: 482 KB
- Stars: 40
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hotel Manager
Gnome Shell extension to manage [Hotel](https://github.com/typicode/hotel) development servers.[![Build](https://github.com/hardpixel/hotel-manager/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/hardpixel/hotel-manager/actions/workflows/build.yml)
## About
Hotel Manager is a [Gnome](https://www.gnome.org/) Shell extension which
allows to start and stop the Hotel daemon and your development servers via a menu in the status area.![Screenshot](https://raw.githubusercontent.com/hardpixel/hotel-manager/master/screenshot.png)
## Install
Make sure you have installed [Hotel](https://github.com/typicode/hotel) and then copy folder `[email protected]` into `~/.local/share/gnome-shell/extensions`.If Hotel is not globally installed, add a `.hotelrc` file in your home directory containing the path to Hotel's executable.
### Gnome Shell Extensions
The easiest way to install this extension is via the official [Gnome Shell Extensions](https://extensions.gnome.org) resource page [here](https://extensions.gnome.org/extension/1285/hotel-manager).### Packages
Arch Linux: [AUR package](https://aur.archlinux.org/packages/gnome-shell-extension-hotel-manager)## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hardpixel/hotel-manager.## License
Hotel Manager is available as open source under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)## Credits
Inspired by the Gnome Shell extension [Services Systemd](https://github.com/petres/gnome-shell-extension-services-systemd/).