Overhaul local development workflow#316
Open
runleveldev wants to merge 16 commits into
Open
Conversation
cdfa758 to
2ca8e5f
Compare
3cbd0d3 to
ca16dbe
Compare
59cfb7c to
149e6f1
Compare
149e6f1 to
f6dbb15
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing this PR
Once merged to main, all the
latestreferences will work, until then it's best to build the required containers locally.Then the documentation should be accessible at
https://localhostand the manager UI athttps://manager.localhost.Copilot Summary
This pull request introduces a comprehensive overhaul of the development and deployment workflow for the Proxmox-based LXC container hosting platform. The changes add a full Docker Compose-based local development stack that simulates a Proxmox cluster, automates image and dependency management, and clarifies documentation. In addition, there are improvements to cookie handling for authentication, service initialization, and infrastructure Dockerfiles.
Development and Deployment Workflow Overhaul:
New Docker Compose Stack for Local Development:
compose.ymlat the repository root that orchestrates services for a local Proxmox cluster, manager, documentation, and supporting tasks, automating image pulls, dependency installation, and manager bootstrapping.create-a-container/compose.ymlin favor of the new unified stack.images/proxmox-ve) with supporting configuration, systemd units, and health checks. [1] [2] [3] [4] [5]Documentation and Onboarding Improvements:
README.mdto point users to a structured documentation site, clarify the repository layout, and provide clear getting started instructions for different audiences.Authentication and Service Initialization:
Improved Session Cookie Logic:
secureflag track the actual request protocol. [1] [2] [3]Systemd and Service Startup Enhancements:
job-runner.serviceto depend on the container-creator initialization and to use a shared environment file for configuration. [1] [2]Infrastructure and Image Improvements:
uvversion for documentation building in the agent Dockerfile. [1] [2]Development and Deployment Workflow Overhaul
compose.ymlthat sets up a local Proxmox cluster, manager, documentation builder, and supporting services for seamless local development and testing.create-a-container/compose.ymlin favor of the new unified stack.images/proxmox-ve) with systemd units, health checks, network configuration, and repo setup for realistic cluster simulation. [1] [2] [3] [4] [5]Documentation and Onboarding Improvements
README.mdto direct users to the documentation site, clarify project structure, and provide clear onboarding for different use cases.Authentication and Service Initialization
server.jsto handle domain scoping and secure flag based on protocol, ensuring compatibility with subdomains, IPs, and localhost. [1] [2] [3]job-runner.serviceto depend on initialization and use a shared environment file for configuration. [1] [2]Infrastructure and Image Improvements