Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict deployment to single server configuration #6

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

row-of-code
Copy link

@row-of-code row-of-code commented Jan 18, 2025

This PR removes multi-server deployment support to address several architectural limitations and edge cases that could lead to deployment failures:

  • SSL certificate generation via HTTP challenge cannot be properly coordinated across multiple servers without additional orchestration
  • Database replication and state management across distributed servers requires explicit configuration that's outside FTL's scope

Changes:

  • Update server config in ftl.yaml to accept single server definition instead of array
  • Remove server selection logic from cli commands
  • Update documentation to reflect single-server architecture

The tool's primary goal of simplified deployments is better served by a focused single-server approach. For multi-server deployments, users should consider container orchestration platforms like Kubernetes.

@yarlson yarlson merged commit 708eae4 into yarlson:main Jan 18, 2025
5 checks passed
@yarlson
Copy link
Owner

yarlson commented Jan 18, 2025

released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants