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
-76
View File
@@ -1,76 +0,0 @@
name: Automagic Images
version: 1.1.1
description: Generate responsive versions of images as they are uploaded, and add sizes directives per CSS class.
icon: picture-o
author:
name: Netzhexe
email: ak@netzhexe.de
homepage: https://github.com/skinofthesoul/grav-plugin-automagic-images
keywords: images, responsive, srcset, sizes
bugs: https://github.com/skinofthesoul/grav-plugin-automagic-images/issues
docs: https://github.com/skinofthesoul/grav-plugin-automagic-images/blob/master/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
adapter:
type: select
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_ADAPTER
help: PLUGIN_AUTOMAGIC_IMAGES.HELP_ADAPTER
default: imagick
options:
imagick: Imagick
gd: GD
remove_original:
type: toggle
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_REMOVE_ORIGINAL
help: PLUGIN_AUTOMAGIC_IMAGES.HELP_REMOVE_ORIGINAL
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
sizes:
type: list
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_SIZES
btnLabel: PLUGIN_AUTOMAGIC_IMAGES.BTNLABEL_ADD_SIZE
fields:
.width:
type: number
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_WIDTH
placeholder: 1280
min: 1
.quality:
type: number
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_QUALITY
placeholder: 82
min: 0
max: 100
default: 82
sizesattr:
type: list
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_SIZESATTR
btnLabel: PLUGIN_AUTOMAGIC_IMAGES.BTNLABEL_SIZESATTR
fields:
.class:
type: text
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_CLASS
.directive:
type: text
label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_DIRECTIVE