Configure Lab Computers ======================= .. _configure-lab-computers: This documents how to set up the configuration for Cloud Courier to upload files from different folders on a computer. #. Create a new feature branch in your ``cloud-courier-infrastructure`` Github repository. TODO: add more details how to do this #. Open the file ``src/cloud_courier_infrastructure/computers.py`` using your Github Codespace (or whatever IDE you prefer). TODO: add more details how to do this #. Add a new ``LabComputerConfig`` entry to the list of ``all_computers``. See description below about what the different configuration fields control. #. Add any number of new entries, or edit any existing entries without creating any new ones. #. Commit your changes to the feature branch. (TODO: add more details how to do this) #. Merge the feature branch to ``main``. (TODO: add more details how to do this)