hypothesis / hypothesis/viahtml

Could anyone share an own-deployed working instance please?

Open
#233 0 comments 0 reactions 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/1741341/131208724-38e7b95b-1115-41ca-b572-c0287083b742.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.