ralphwetzel
ralphwetzel
Educated guess, based on googling: This is related to you using an outdated version of `setuptools`. Try to `pip install -U setuptools` and rerun the installation procedure.
Sounds reasonable. I'll place it on my ToDo list. Thank you for the proposal!
Persisting data to `/tmp/` is just the fallback option. This data will be erased by intention at system start. You should define the path for the persistance database according to...
What is - from your perspective - an advantage to define `persistance_dir` via the command line, rather than within the config file?
Hi! As a quickfix you could delete / comment line 1705 of `theonionbox.py` (devel branch or v4.0rc1). Additionally I will add an option to the config file - yet this...
Hi! The code is designed to send data only for sections that are enabled. For the 'messages' section, you can verify this in `theonionbox.py` beginning at line #2116. There is...
Hi! You encountered a bug due to a [braking change](https://github.com/pyscaffold/configupdater/commit/813d79a72295bc34eac22f96d6eccba4110b163e#diff-e6e8af1bffe5d5514fdb07ed925a9921fc2614d15915ecff854969d4faf50f15R977) in a [package](https://github.com/pyscaffold/configupdater/blob/master/CHANGELOG.rst#version-20) that is used by TheOnionBox. Unfortunately I was a bit lazy when defining the dependencies: https://github.com/ralphwetzel/theonionbox/blob/9812fce48153955e179755ea7a58413c3bee182f/setup.py#L422 I'd...
Hi! Beginning with the v3.2 [releases](https://github.com/ralphwetzel/theonionbox/releases) the Box has the capability to connect to a relay via a Control Socket. You may configure this in the [config file](https://github.com/ralphwetzel/theonionbox/blob/devel/theonionbox/config/theonionbox.cfg). Be aware...
This is - as stated in the config file - not yet implemented: ``` # Not yet implemented: [TorRelays] # Define the number of relays to monitor # Defaults to...
Thank you for your feedback! - In general, the indication in the upper right corner of the charts shows the max value of the scale. By design this is 110%...