spoo-me/Setup Spoo.me
Run spoo.me URL shortener service locally with MongoDB, Redis, and all dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use | no | 3.13 |
| mongodb-version | MongoDB version to use | no | 7.0 |
| redis-version | Redis version to use | no | 7.2 |
| spoo-directory | Directory to clone spoo.me repository | no | spoo-me |
| wait-timeout | Timeout in seconds to wait for services to start | no | 120 |
Outputs
| name | description |
|---|---|
| service-url | URL where the spoo.me service is running |
| mongodb-uri | MongoDB connection URI (includes database name) |
| redis-uri | Redis connection URI |
| health-url | URL for the health check endpoint |