caddy-frontend: Fix host matching in Haproxy
Łukasz Nowak authored
By using regular expressions, matching exact host names up to the optional
port and putting wildcard matches in the end, the Haproxy acl rules will allow
to direct request to correct backend.
65c9c4cb
Name Last commit Last update
component golang: Fix it to keep per-workspace bits inside go.work/
slapos all: apply eclint to unify empty lines at end of file
software caddy-frontend: Fix host matching in Haproxy
stack stack:monitor: improve README
.editorconfig add a .editorconfig
.gitignore Ignore file generated by update-rc
MANIFEST.in cleanup: README and CHANGES files where renamed.
README.rst [slapconfiguration] Recipe reads partitions resource file (tests included)
README.software.rst doc: Update file extension and clean up unused files
README.update-hash.rst slapos: Provide update-hash README
format-json format-json: Improve usability
package-lock.json Revert "apply editor config in before commit hook"
package.json Revert "apply editor config in before commit hook"
release-cookbook Add script to release slapos.cookbook
release-sr release-sr: Fixed typo
schema.json *: reformat json with format-json
setup.py Release slapos.cookbook (1.0.152)
sla.schema.json *: reformat json with format-json
update-hash update-hash: use python2
update-hash-mergetool tools: a simple git.mergetool for working with buildout.hash.cfg
update-rc Helper script to simplify the update of the release candidate
validate-schema Add validate-schema: A slapos descriptor schema validator.

slapos.cookbook

Cookbook of SlapOS recipes.

testing

Unit tests for recipes can be found under slapos/test/recipe. To run the tests use provided unittest.defaultTestLoader inside slapos/test/test_recipe by invoking

python setup.py test --test-suite slapos.test.test_recipe.additional_tests