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

Release/v3.0.0 beta 0.2 #943

Merged
merged 15 commits into from
Dec 27, 2022
Merged

Release/v3.0.0 beta 0.2 #943

merged 15 commits into from
Dec 27, 2022

Conversation

cytopia
Copy link
Owner

@cytopia cytopia commented Dec 26, 2022

Release v3.0.0-beta-0.2 (2022-12-27)

The Backend configuration now supports websockets as well:

Please report issues in this PR or reach out in Discord.

Screenshot 2022-12-26 14-28-34  selection

file: /shared/httpd/<project>/.devilbox/backend.cfg

# PHP-FPM backend
conf:phpfpm:tcp:php80:9000

# HTTP Reverse Proxy backend
conf:rproxy:http:172.16.238.10:3000

# HTTPS Reverse Proxy backend
conf:rproxy:https:172.16.238.10:3000

# Websocket Reverse Proxy backend
conf:rproxy:ws:172.16.238.10:3000

# SSL Websocket Reverse Proxy backend
conf:rproxy:wss:172.16.238.10:3000

Once you're done with backend.cfg changes, head over to the Intranet C&C page (http://localhost/cnc.php) and Reload watcherd.

Fixed

  • Intranet: vhost overview: allow HTTP 426 to succeed in vhost page (websocket projects)
  • Intranet: vhost overview: Reverse Proxy or Websocket backends do not require a htdocs/ dir for healthcheck
  • Fixed reverse proxy template generation for Apache 2.2 and Apache 2.4 vhost-gen #51
  • Fixed Nginx hash bucket size length to allow long hostnames

Added

  • Reverse Proxy automation for websocket projects (ws://<host>:<port> or wss:<host>:<port>) (Does not work with Apache 2.2)
  • Added tool wscat to be able to test websocket connections
  • Intranet: vhost overview now also shows websocket projects

Changed

  • Do not mount any startup/autostart script directories for multi-php compose as they do not contain tools

Affected Issues / PR's

@cytopia cytopia self-assigned this Dec 26, 2022
@cytopia cytopia added the WIP label Dec 26, 2022
@cytopia cytopia changed the title Release/v3.0.0 beta 0.2 WIP: Release/v3.0.0 beta 0.2 Dec 26, 2022
@cytopia cytopia removed the WIP label Dec 27, 2022
@cytopia cytopia changed the title WIP: Release/v3.0.0 beta 0.2 Release/v3.0.0 beta 0.2 Dec 27, 2022
@cytopia cytopia merged commit 81c9bb0 into master Dec 27, 2022
@cytopia cytopia deleted the release/v3.0.0-beta-0.2 branch December 27, 2022 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant