Expand description
This module handles the initial setup of the application.
StructsΒ§
- Prepared
App - Contains all the necessary components for the application to run.
FunctionsΒ§
- configure_
logging π - Configures logging for the application.
- find_
free_ πport - Finds a free TCP port on the local machine.
- load_
or_ πcreate_ salt - Loads an encryption salt from a file, or creates a new one if it doesnβt exist.
- prepare
- Prepares the application for running.
- print_
identity_ πinfo - Prints information about the userβs identity.
- print_
start_ πbanner - Prints a banner with startup information.
- resolve_
encryption_ πpassword - Resolves the encryption password.