Loading docs/development.md +3 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,8 @@ Questions: `arti: error: read configuration: Config contents not as expected: Could not parse onion service target type "openresty:80"` * Terminology: * Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`? * ~~Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`?~~ Fixed on [tpo/core/arti#1879][]. [Arti]: https://arti.torproject.org [tpo/core/arti#1879]: https://gitlab.torproject.org/tpo/core/arti/-/issues/1879 packages/oniongroove/openresty.py +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ class OniongrooveOpenResty: args = ['docker-compose', 'exec', 'arti', 'arti', '--log-level', 'error', 'hss', '-c', '/srv/arti/configs/oniongroove.toml', '--nickname', name, 'onion-name' ] name, 'onion-address' ] process = subprocess.Popen( args=args, Loading Loading
docs/development.md +3 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,8 @@ Questions: `arti: error: read configuration: Config contents not as expected: Could not parse onion service target type "openresty:80"` * Terminology: * Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`? * ~~Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`?~~ Fixed on [tpo/core/arti#1879][]. [Arti]: https://arti.torproject.org [tpo/core/arti#1879]: https://gitlab.torproject.org/tpo/core/arti/-/issues/1879
packages/oniongroove/openresty.py +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ class OniongrooveOpenResty: args = ['docker-compose', 'exec', 'arti', 'arti', '--log-level', 'error', 'hss', '-c', '/srv/arti/configs/oniongroove.toml', '--nickname', name, 'onion-name' ] name, 'onion-address' ] process = subprocess.Popen( args=args, Loading