hypothesis / hypothesis/viahtml
Could anyone share an own-deployed working instance please?
- Dominant language
- Python
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I run the command as below:
```
docker run \
-it \
-e "CHECKMATE_URL=https://checkmate.example.com" \
-e "CHECKMATE_API_KEY=testkey" \
-e "CHECKMATE_ALLOW_ALL=true" \
-e "CHECKMATE_IGNORE_REASONS=publisher-blocked,high-io" \
-e "NEW_RELIC_LICENSE_KEY=abctest" \
-e "NEW_RELIC_ENVIRONMENT=prod" \
-e "NEW_RELIC_APP_NAME=viahtml" \
-e "VIA_H_EMBED_URL=https://client-h.myown.com/" \
-e "VIA_IGNORE_PREFIXES=https://h-h.myown.com/,https://client-h.myown.com/" \
-e "VIA_BLOCKLIST_URL=https://hypothesis-via.s3-us-west-1.amazonaws.com/via-blocklist.txt" \
-e "VIA_ROUTING_HOST=http://via-h.myown.com" \
-e "VIA_DEBUG=1" \
-p 9085:9085 \
--name viahtml hypothesis/viahtml:latest
```
It shows error:
```
report_metrics | CRITICAL:newrelic.core.agent_protocol:Disconnection of the agent has been requested by the data collector for the application where the agent run was None. Please contact New Relic support for further information. content=b'{"exception":{"message":"Invalid license key","error_type":"NewRelic::Agent::LicenseException"}}'
report_metrics | ERROR:newrelic.core.application:The New Relic service has requested that the agent stop attempting to connect. The agent will no longer attempt a connection with New Relic. Your application must be manually restarted in order to connect to New Relic.
```
Is it dependent on valid NEW_RELIC configs? which is not free.
When I access the URL, it shows 401 as below:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.