https://github.com/loafoe/cf-centrifugo
Easy deployment of Centrifugo to Cloud foundry
https://github.com/loafoe/cf-centrifugo
centrifugo cloud-foundry hsdp websockets
Last synced: 7 months ago
JSON representation
Easy deployment of Centrifugo to Cloud foundry
- Host: GitHub
- URL: https://github.com/loafoe/cf-centrifugo
- Owner: loafoe
- License: mit
- Created: 2020-03-30T13:47:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T14:31:00.000Z (over 5 years ago)
- Last Synced: 2025-01-20T15:17:49.120Z (9 months ago)
- Topics: centrifugo, cloud-foundry, hsdp, websockets
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf-centrifugo
Deploy centrifugo easily to Cloudfoundry# Environment Variables
| Env | Description | Default |
|-----|-------------|----------|
| HMAC_SECRET_KEY | Shared secret | |
| API_KEY | The REST API key ||
| ADMIN_PASSWORD | this is a password to log into admin web interface | |
| ADMIN_SECRET | this is a secret key for authentication token set on successful login ||
| PORT | The web port to listen on | 8080 |# Example manifest
```yaml
---
applications:
- name: centrifugo
docker:
image: loafoe/cf-centrifugo:latest
env:
HMAC_SECRET_KEY: "z1dGHTHSFGH9"
API_KEY: "QXDjUqFBmSk1"
ADMIN_PASSWORD: "Jee5WoE2M5io"
ADMIN_SECRET: "6aS7Ev5rgBrJ"
memory: 128M
```# License
License is MIT