Move plugins to manifest, pin Docker version, add Makefile

- Add plugins.txt listing all plugins for reproducible installs
- Add Makefile with setup/start/stop/install-plugins targets
- Remove user/plugins/ from git tracking
- Pin Docker image to 1.7.49.5-ls244

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 00:55:59 +02:00
parent 8f9ac9ca6e
commit 4f52d4d085
2738 changed files with 0 additions and 472444 deletions
-90
View File
@@ -1,90 +0,0 @@
.report-output {
#admin-main .admin-block & {
.toast {
.btn {
color: $white;
border: 1px solid darken($flat-nephritis, 5%);
background-color: darken($flat-nephritis, 3%);
&:hover {
border-color: darken($flat-nephritis, 7%);
background-color: darken($flat-nephritis, 5%);
}
&.btn-error {
border: 1px solid darken($flat-pomegranate, 5%);
background-color: darken($flat-pomegranate, 3%);
&:hover {
border-color: darken($flat-pomegranate, 7%);
background-color: darken($flat-pomegranate, 5%);
}
}
&.btn-warning {
border: 1px solid darken($flat-carrot, 5%);
background-color: darken($flat-carrot, 3%);
&:hover {
border-color: darken($flat-carrot, 7%);
background-color: darken($flat-carrot, 5%);
}
}
}
}
}
ul.problems {
background-color: $content-bg;
color: $content-text;
.toast {
color: $white;
&.toast-success {
background-color: $flat-nephritis;
}
&.toast-error {
background-color: $flat-pomegranate;
}
&.toast-warning {
background-color: $flat-carrot;
}
}
ul.details {
background-color: $content-bg;
code {
color: $content-link;
@if (lightness($content-bg) < 50) {
background: rgba(#f0f7fe, 0.1);
} @else {
background: rgba(#f0f7fe, 0.8);
}
}
.menu-item {
border-top: 1px solid $underline;
}
.menu-badge {
.label {
&.label-success {
background: $flat-nephritis;
}
&.label-error {
background: $flat-pomegranate;
}
}
}
}
}
}