Skip to content

Helper Scripts

Maattt GoobyFRS edited this page Jan 6, 2026 · 3 revisions

This page is where you can learn about the files/scripts found in the helper_scripts folder.

reset_tech_password.py

Needs more detail....

app_secret_maker.py

The only purpose of this script is to generate a secure key to encrypt cookies created by GoobyDesk. The value printed must be manually applied to your .env file.

basic_version_upgrade.sh

Must be run with sudo.

  • Stops Service
  • Creates backup tgz of my_data folder at /var/tmp
  • Pulls from main
  • Updates venv requirements
  • Starts Service

first_time_setup.sh

Must be run with sudo

  • Creates root directory
  • Git Pull from main
  • Creates my_data directory
  • Stages configuration files in my_data directory
  • Creates goobydesk.service daemon
  • Enables and Starts Service

Clone this wiki locally