- Mar 03, 2023
-
-
* docker: simplify duniter subcommand run When the first argument of the entrypoint is '--' then bypass the default configuration via environment variables and directly run duniter with the given parameters (after removing the '--'). The affected scripts and documentation were updated.
-
- Feb 20, 2023
-
-
Values: * `default`: default duniter pruning configuration * `archive`: set `--state-pruning archive --blocks-pruning archive` * `light`: set `--blocks-pruning 14400` (keep one day of blocks history)
-
- Jan 19, 2023
-
-
Gilles Filippini authored
DUNITER_LISTEN_ADDR: --listen-addr <value> (optional, no default) DUNITER_ROC_CORS: --rpc-cors <value> (optional, default: all) DUNITER_VALIDATOR: --validator --rpc-methods Unsafe (optional, boolean, default false) DUNITER_DISABLE_TELEMETRY: --no-telemetry (optional, boolean, default false)
-
Gilles Filippini authored
When this variable exists and is not empty, add this option: --public-addr "$DUNITER_PUBLIC_ADDR" Example: DUNITER_PUBLIC_ADDR=/dns/example.com/tcp/443/wss
-
Gilles Filippini authored
-
Gilles Filippini authored
DUNITER_INSTANCE_NAME is still accepted if DUNITER_NODE_NAME is not defined.
-
- May 14, 2022
-
-
Éloïs authored
-
- Jan 18, 2022
-
-
Éloïs authored
-
- Jan 17, 2022
-
-
Éloïs authored
-