More info #3
Reference in New Issue
Block a user
Delete Branch "Add-more-info"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces several significant changes to the
HomeApiproject, including the addition of ESP32-related code to the solution, enhancements to theREADME.mdfile with detailed setup instructions, updates to the Docker Compose configuration, and minor project configuration adjustments. Below is a breakdown of the most important changes:ESP32 Integration:
ESP32_CODE) to the solution fileHomeApi.sln, including references to.inofiles for ESP32 functionality. [1] [2]Documentation Enhancements:
README.mdfile with detailed sections on features, requirements, installation instructions (local and Docker), configuration, and API documentation. Also included a flowchart illustrating the system architecture.Docker Configuration Updates:
compose.yamlto use Docker Compose version3.8, added environment variables, volume mounts, and port mappings for thehomeapiservice, and improved restart policies.Project Configuration:
README.mdfile in theHomeApi.csprojproject file to include it as content in the build output.