Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/homer-sf
https://github.com/aeyoll/homer-sf
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/homer-sf
- Owner: aeyoll
- License: mit
- Created: 2021-12-27T08:00:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T08:03:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T23:25:13.590Z (about 2 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homer-sf
A clone of [homer](https://github.com/bastienwirtz/homer), written in PHP for simplicity. The goal is to have a simple dashboard from a configuration file, without the hassle of Node tools. This is and will *not* be feature complete.
Installation
---```
git clone https://github.com/aeyoll/homer-sf
cd homer-sf
composer install
cp config.yml.dist config.yml # Add your services here
```You can also add services icons in the `public/tools` folder.
Launching the app
---In the virtual env:
```
symfony server:start
```