wuttatell/docs/narr/install.rst
Lance Edgar e0dd704247 fix: remove submit_uuid from telemetry config profile
the `submit_url` should be all we expect by default, since even that
has no built-in behavior yet
2025-08-10 11:57:28 -05:00

26 lines
607 B
ReStructuredText

Installation
============
This assumes you already have a :doc:`WuttJamaican app
<wuttjamaican:narr/install/index>` setup and working.
Install the WuttaTell package to your virtual environment:
.. code-block:: sh
pip install WuttaTell
Edit your :term:`config file` to add telemetry submission info, and
related settings:
.. code-block:: ini
[wutta.telemetry]
default.collect_keys = os, python
default.submit_url = https://example.com/api/my-node/telemetry
.. note::
The built-in logic can collect some "minimal" telemetry info, but
there is no built-in logic for the submission.