How to add packages into plugin-list ? If I add packages into "/var/cache/yay/caddy-custom/plugin-list", file gets overwrited with empty default.
It would be nice to have it read from /etc/caddy/plugin-list
Git Clone URL: | https://aur.archlinux.org/caddy-custom.git (read-only, click to copy) |
---|---|
Package Base: | caddy-custom |
Description: | Caddy web server with plugins |
Upstream URL: | https://github.com/caddyserver/caddy |
Keywords: | caddy |
Licenses: | Apache-2.0 |
Conflicts: | caddy |
Provides: | caddy |
Submitter: | BryanLiang |
Maintainer: | BryanLiang |
Last Packager: | BryanLiang |
Votes: | 2 |
Popularity: | 0.28 |
First Submitted: | 2024-05-16 12:18 (UTC) |
Last Updated: | 2025-04-08 06:30 (UTC) |
« First ‹ Previous 1 2
How to add packages into plugin-list ? If I add packages into "/var/cache/yay/caddy-custom/plugin-list", file gets overwrited with empty default.
It would be nice to have it read from /etc/caddy/plugin-list
Thank you for this!
Before building this package, please put all the plugins that you need into plugin-list
, one plugin per line.
Pinned Comments
BryanLiang commented on 2024-08-30 12:30 (UTC) (edited on 2024-10-14 15:38 (UTC) by BryanLiang)
@bugscze I added a detection for environment variable
PLUGIN_LIST_PATH
just now. You can try setting variable likeexport PLUGIN_LIST_PATH=/path/to/plugin-list
before building.BryanLiang commented on 2024-05-16 12:20 (UTC) (edited on 2024-05-16 15:45 (UTC) by BryanLiang)
Before building this package, please put all the plugins that you need into
plugin-list
, one plugin per line.