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
@@ -1,40 +0,0 @@
// RocketTheme Apps Support
@include font-face('rockettheme-apps', '../fonts/rockettheme-apps/rockettheme-apps');
i.fa-grav, i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full,
i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both,
i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both, i.fa-gantry-both {
font-family: 'rockettheme-apps';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
// Grav
.fa-grav-logo:before, .fa-grav-text:before {
content: "\61";
}
.fa-grav-symbol:before, .fa-grav:before, .fa-grav-spaceman:before {
content: "\62";
}
.fa-grav-logo-both:before, .fa-grav-both:before, .fa-grav-full:before {
content: "\66";
}
// Gantry
.fa-gantry-logo:before {
content: "\64";
}
.fa-gantry:before, .fa-gantry-symbol:before {
content: "\63";
}
.fa-gantry-logo-both:before, .fa-gantry-both:before {
content: "\65";
}