You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the device password is set in the program and is publicly viewable.
Proposal would be to create a .env_example file that a user would copy to .env
This file would contain the following
device_password="device password"
uuid_override=""
Additional argument="" << research if argparse can pull info during runtime to avoid reloading systemd service files
console_logging_level="INFO"
file_logging_level="WARNING"
The text was updated successfully, but these errors were encountered:
Currently the device password is set in the program and is publicly viewable.
Proposal would be to create a .env_example file that a user would copy to .env
This file would contain the following
device_password="device password"
uuid_override=""
Additional argument="" << research if argparse can pull info during runtime to avoid reloading systemd service files
console_logging_level="INFO"
file_logging_level="WARNING"
The text was updated successfully, but these errors were encountered: