- 18 Jun, 2018 24 commits
-
-
Łukasz Nowak authored
Based on caddy-frontend tests
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Dummy site is setup for Caddy to run.
-
Łukasz Nowak authored
This partially reverts commit 863507174c1c3c0365bfa35a7cf298a516b5946d. Only instance part for nginx is kept, thus Caddy can start replace it.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
%2F%2F is used to avoid double slashes cleanup with Caddy. See https://github.com/mholt/caddy/issues/1298, which touches the problem, but not enough for zope.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It is dummy vhost for example.org
-
Łukasz Nowak authored
Caddy, dislike apache, uses a lot of parameters on comand line instead of Caddyfile, so move them there.
-
Łukasz Nowak authored
As caddy is quite hard configured from command line, create share place to store the configuration.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Preparation for Caddy.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This will make it easier to track changes.
-
Łukasz Nowak authored
Features: * forcediphttpsadapter for SNI * compatbile with apache-frontend SR * local server to test against
-
- 13 Jun, 2018 6 commits
-
-
Łukasz Nowak authored
Based on Jerome's experiment from https://lab.nexedi.com/nexedi/slapos/blob/master/software/proftpd/test/utils.py Main changes: * tearDownClass is called in case of errors in setUpClass (mimic addCleanup instance method) * the setUpClass is split to smaller methods for ease of further development * full instance path is exposed for test introspection * software path of master partition is exposed for test introspection
-
Łukasz Nowak authored
proxy.timeout is provided
-
Łukasz Nowak authored
In order to follow proper way, move caddy to the component and reuse it.
-
Łukasz Nowak authored
Do not upper filenames nor users, use them as is. /reviewed-on nexedi/slapos!339
-
Łukasz Nowak authored
No custom_http nor custom_https shall publish information normally calculated. /reviewed-on nexedi/slapos!340
-
Kirill Smelkov authored
This brings the following changes of git-backup: kirr/git-backup@0b8d834b...cc6ac54f the most important of which is dramatical speedup of pull and 30-50% speedup of restore if bitmap index of backup repo is built and git is recent enough. Please see the following commits for details: kirr/git-backup@899103bf kirr/git-backup@3efed898 kirr/git-backup@0ab7bbb6 /cc @alain.takoudjou, @rafael, @jerome /reviewed-on nexedi/slapos!342
-
- 08 Jun, 2018 1 commit
-
-
Łukasz Nowak authored
Extended KVM SR does not have this hosts in allowed, and we need to stick with it. For reference in case if some existing Python distribution does not install, it was detected with "git diff 8deeab.. -- stack/slapos.cfg"
-
- 07 Jun, 2018 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
The Debian packaging of our RINA kernel builds with GCC 4.9, which is not available on Stretch: # apt install ./linux-build-deps_4.1.33+rina65.g2e1cdbcb4-1_amd64.deb ... The following packages have unmet dependencies: linux-build-deps : Depends: gcc-4.9 but it is not installable
-
- 06 Jun, 2018 2 commits
-
-
Tristan Cavelier authored
The regexp was matching "slappart10" in `/path/to/slappart10/software.cfg`, was also matching "slappart10" in `/path/to/aaslappart10aa/software.cfg` and was not matching "slappart1" in `/path/to/slappart1/software.cfg` or "slappart1000" in `/path/to/slappart1000/software.cfg`. The fix allows to match "slappartX" in `/path/to/slappartX/software.cfg` where X can be between 0 to infinite. Also, it protects from matching "slappartX" in `/path/to/aaaslappartXaaa/software.cfg`.
-
Julien Muchembled authored
Now that the test suite passes again for Jessie, let's try Stretch.
-
- 05 Jun, 2018 4 commits
-
-
Julien Muchembled authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 04 Jun, 2018 1 commit
-
-
Lorenzo Martinico authored
If two NayuOS images are built on the same day, the second one will not get zipped. The -f flag in gzip can be used to overwrite the previous image /reviewed-on nexedi/slapos!336
-