Skip to content

Commit ad01d6f

Browse files
authored
Merge pull request #24 from shutter-network/release/v0.1.5
Release/v0.1.5
2 parents 112b35f + f88b2cd commit ad01d6f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The setup wizard provides options for users to configure the package. These valu
3535
- `PUSHGATEWAY_URL`: You don't need to change the default here.
3636
- `PUSHGATEWAY_USERNAME`: A username for the push gateway from above.
3737
- `PUSHGATEWAY_PASSWORD`: A password for the push gateway from above.
38+
- `SHUTTER_PUSH_LOGS_ENABLED`: A boolean flag to enable log collection. This feature enables log pushing to a Loki/VmLogs server, allowing the Shutter team to collect and monitor keyper logs for troubleshooting and network monitoring purposes.
39+
- `SHUTTER_HTTP_ENABLED`: A boolean flag to enable HTTP service endpoints. This should remain **false** unless specifically requested by the Shutter team. When enabled, this will expose additional keyper HTTP endpoints for advanced monitoring and debugging.
40+
3841

3942
### Backup and Restore
4043

@@ -46,4 +49,4 @@ Building the package requires docker and a vpn connection to a dappnode. It can
4649

4750
```
4851
npx @dappnode/dappnodesdk@latest build --all-variants
49-
```
52+
```

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
build:
1313
context: shutter
1414
args:
15-
UPSTREAM_VERSION: v1.3.10
15+
UPSTREAM_VERSION: v1.3.12
1616
KEYPER_CONFIG_DIR: /keyper/config
1717
SHUTTER_CHAIN_DIR: /chain
1818
STAKER_SCRIPTS_VERSION: v0.1.0

0 commit comments

Comments
 (0)