disable telemetry
This commit is contained in:
parent
8420594456
commit
9e22e1a027
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ let
|
|||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
echo "Starting WaniKani Stats Streamlit app..."
|
||||
exec streamlit run ${./app.py} --server.port ${toString config.services.wanikani-stats.port}
|
||||
exec streamlit run ${./app.py} \
|
||||
--server.port ${toString config.services.wanikani-stats.port} \
|
||||
--browser.gatherUsageStats false
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue