Skip to content

Commit

Permalink
Merge branch 'main' into ausias/modify-config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy authored Nov 13, 2024
2 parents 6835a43 + 55c94f0 commit c9fa8af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"links": {
"homepage": "https://hoprnet.org/",
"ui": "http://admin.hopr.public.dappnode/?apiEndpoint=http://hopr.public.dappnode:3001",
"ui": "http://admin.hopr.public.dappnode:4677/?apiEndpoint=http://hopr.public.dappnode:3001",
"api": "http://hopr.public.dappnode:3001/scalar",
"docs": "https://docs.hoprnet.org"
},
Expand Down Expand Up @@ -127,4 +127,4 @@
]
}
]
}
}
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
args:
UPSTREAM_VERSION: >-
2.1.4@sha256:3618cdba157242264502bbda72b5a7fedc76d4895bb7d9f5a884a3baa9c625af
2.1.5@sha256:ba5acd2ef4d85b1b3cb5f3245e12c2d6877ca7f404af4a42429f1f362a666846
ports:
- "3001:3001/tcp"
- "9091:9091/tcp"
Expand Down Expand Up @@ -53,7 +53,7 @@ services:
build:
context: ./hopr-admin
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6.1
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.10
ports:
- "3000:4677"
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion hopr-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6
FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.10

ENTRYPOINT ["nginx", "-g", "daemon off;"]
4 changes: 2 additions & 2 deletions hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ hopr:
network_options:
min_delay: 1
max_delay: 300
quality_bad_threshold: 0.2
quality_offline_threshold: 0.5
quality_bad_threshold: 0.1
quality_offline_threshold: 0.0
quality_step: 0.1
quality_avg_window_size: 25
ignore_timeframe: 600
Expand Down

0 comments on commit c9fa8af

Please sign in to comment.