# quart-webdesktop **Repository Path**: zhpengfei/quart-webdesktop ## Basic Information - **Project Name**: quart-webdesktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-15 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### setup test env This runs: - guacd - alpine container with sshd as a test connection - guacamole java client - mysql db for java client WARNING: This exposes some ports on the host ip. Do not use in an untrusted network. ``` sudo docker-compose pull sudo docker-compose up ``` ### Start quart app ``` pipenv install pipenv run python ./run.py ```