- 17 Oct, 2022 14 commits
-
-
Łukasz Nowak authored
This option was useful only during the time, when there were experiments running on caddy-frontend clusters during switch to HTTP/2. Currently HTTP/2 is a standard, and there is no reason to disable it globally.
-
Łukasz Nowak authored
Attention, this change will require manual intervention on the upgraded cluster with: sed -i 's/^recipe = caddyprofiledeps/recipe = software/g' .installed* On each partition.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
NAME_BASE is set on top of the file with informative warning, so that developers are aware of consequences.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
instance-slave-caddy-simplified-input-schema.json has been removed, as it is not useful.
-
Łukasz Nowak authored
Some profiles were templates and vice versa, which was very misleading.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The most complex case - no automatic https redirection and usage of url and https-url is used to check implementation of type:redirect now.
-
- 14 Oct, 2022 1 commit
-
-
Ivan Tyagov authored
-
- 13 Oct, 2022 2 commits
-
-
Lu Xu authored
-
Jérome Perrin authored
3.7.3 is an "urgent" new release as announced in https://www.postfix.org/announcements/postfix-3.7.3.html the old 3.7.2 version seem to have bee removed from mirrors (see http://postfix.mirrors.ovh.net/postfix-release/official/ for a mirror with directory index) and was not in shacache.
-
- 12 Oct, 2022 2 commits
-
-
Łukasz Nowak authored
-
Jérome Perrin authored
using link-binary is enough
-
- 11 Oct, 2022 4 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Lu Xu authored
-
- 10 Oct, 2022 2 commits
-
-
Xavier Thompson authored
-
Léo-Paul Géneau authored
See merge request !1268
-
- 06 Oct, 2022 2 commits
-
-
Thomas Gambier authored
-
Joanne Hugé authored
-
- 05 Oct, 2022 4 commits
-
-
Jérome Perrin authored
When using pre-commit hook (the one installed by using `npm install` from the root of the repository), all .json files are checked to be valid json and formatted according to the ./format-json rules. These templates were problematic for this script because they are not really valid json, so name them .json.jinja2 instead of .jinja2.json so that they are not selected by the pre-commit hook
-
Lu Xu authored
See merge request nexedi/slapos!1262
-
Lu Xu authored
-
Lu Xu authored
-
- 04 Oct, 2022 5 commits
-
-
Ophélie Gagnard authored
See merge request nexedi/slapos!1267
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Move hardcoded values to default values. Source the whole content of the data-to-vm parameter.
-
Ophélie Gagnard authored
-
Thomas Gambier authored
-
- 30 Sep, 2022 4 commits
-
-
Ophélie Gagnard authored
-
Alain Takoudjou authored
-
Xiaowu Zhang authored
See merge request nexedi/slapos!1266
-
Jérome Perrin authored
This take another approach at c5cd4e06 (component/glib: set --with-python to generate scripts with slapos python, 2022-09-20) because this python might exceed the limit of shebang lines, that change was bad because it brought back the problem that we fixed in 6acdc8ca (glib: put the expected python in $PATH, 2019-12-18) Now that component/defaults.cfg set the ${python:location}/bin in $PATH, we can assume that python is always in $PATH. The problem with python3 software is that python3 does not install a "python" binary, only python3, so we can use the $PYTHON environment variable which will be set to python2 or python3 and that in both cases this will be a valid python interpreter. This re-applies 7581b668 (component/glib: remove bad file bin/gtester-report after compilation, 2020-08-07) because with this approach that script's shebang is just #!python3
-