michaelkaye/Setup Synapse
Deploys a synapse test server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 6, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: michaelkaye/setup-matrix-synapse@e080023c56271cab986b83db75edba570fafb88b # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| installer | Install method (options "poetry", "venv" [default]) | — | venv |
| uploadLogs | Upload synapse logs at end | yes | true |
| artifactName | Override artifact name for logs | no | synapse-logs |
| customConfig | JSON-formatted custom config for synapse | no | {} |
| customModules | Comma-separated list of modules to pip install. | no | "" |
| public_baseurl | Public base URL (defaults to http://localhost:${httpPort} if not defined) | no | — |
| httpPort | HTTP port for C-S and S-S APIs | no | 8080 |
| disableRateLimiting | Disable ratelimiting of server requests | no | true |
Outputs
no outputs