Kevin Froman
f31888e541
don't print version command to devnull in run script either
2021-01-22 22:58:12 +00:00
Duncan X Simpson
62f405425c
Docker improvements
...
- Create run-onionr-node.sh to parse env and supply args to run-onionr-node.py
- Dockerfile:
- Run onionr by default rather than bash
- Run as unprivileged user by default instead of root
- Use /app for all code
- Specify python 3.7 (3.8 fails to build cffi)
- Use apt-get rather than apt (apt's CLI is not stable)
- Slight reformatting and consolidation
- do not use devnull in run-onionr-node.py
2021-01-22 20:20:17 +00:00
Kevin Froman
513b758c7a
removed process info from run-onionr-node script
2021-01-22 18:55:58 +00:00
Kevin Froman
1eb6140811
Added custom port and bind address args
2020-12-15 21:59:36 -06:00
Kevin Froman
8a4c138eed
don't netcheck if tor disabled
2020-10-22 12:45:19 +00:00
Kevin Froman
fb85856f76
added bootstrap run argument
2020-10-21 05:34:43 +00:00
Kevin Froman
989692c6ac
add disable-plugin-list, --store-plaintext and --dev-mode run arguments
...
fixes #6
2020-10-17 01:36:50 +00:00
Kevin Froman
366295f09c
Added upload mixing run script arg
2020-09-25 08:08:58 +00:00
Kevin Froman
3199f93d4b
work on making mail more efficient, added --private-ke argument imp to run script
2020-09-19 08:25:10 +00:00
Kevin Froman
c19797bb2e
Added remove log on exit argument to run script
2020-09-15 18:10:39 +00:00
Kevin Froman
b4d80da3ff
Work on fixing node uptime
2020-09-14 23:28:01 +00:00
Kevin Froman
4bc2bf5db5
removed deterministic keys due to poor hashing
2020-09-14 11:54:14 +00:00
Kevin Froman
c7e0b6c1b2
Removed batch files, added WIP run wrapper script
2020-09-13 03:26:02 +00:00