- 10 May, 2021 9 commits
-
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
feat(bma): configure with env var See merge request nodes/typescript/duniter!1382
-
Éloïs authored
-
Éloïs authored
Docker: move config back to volume /var/lib/duniter and other minor changes See merge request nodes/typescript/duniter!1381
-
Gilles Filippini authored
Moving `conf.json` from volume `/var/lib/duniter` to volume `/etc/duniter` was a mistake. It creates to much many corner cases where one can lose their configuration file. This commit partly reverts fd0bbe67 by bringing conf.json back into volume `/var/lib/duniter`.
-
Gilles Filippini authored
Was /duniter/duniter.
-
Gilles Filippini authored
Spare one process.
-
Gilles Filippini authored
-
- 09 May, 2021 2 commits
-
-
Gilles Filippini authored
-
Gilles Filippini authored
And link duniter binary as /usr/bin/duniter.
-
- 08 May, 2021 5 commits
- 07 May, 2021 21 commits
-
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
-
Éloïs authored
little closer to conventionalcommits.org
-
Éloïs authored
-
Éloïs authored
[ref] externalyze gva configuration See merge request nodes/typescript/duniter!1379
-
Éloïs authored
-
Éloïs authored
Docker entrypoint - fixes and error handling See merge request nodes/typescript/duniter!1380
-
Gilles Filippini authored
When `/etc/duniter` is not mounted as a persistent volume, the configuration file is lost after re-creating the instance. To prevent this, before transitionning the configuration file from volume '/var/lib/duniter' to volume '/etc/duniter', the entrypoint backups it into '/var/lib/duniter'. On restart, if the entrypoint detects that the link to '/etc/duniter/conf.json' is dangling, it prints a big fat warning into the logs and re-use the backuped config file.
-
Gilles Filippini authored
Boolean variable to enable `set -x` in the entrypoint script.
-
Gilles Filippini authored
The script '/usr/bin/duniter' sets this option as well and the duniter executable won't accept more than one.
-
Gilles Filippini authored
And uset `set -u` to prevent this from happening again.
-
- 06 May, 2021 3 commits