@bugscze I added a detection for environment variable PLUGIN_LIST_PATH
just now. You can try setting variable like export PLUGIN_LIST_PATH=/path/to/plugin-list
before building.
Search Criteria
Package Details: caddy-custom 2.10.0-4
Package Actions
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.066084 |
First Submitted: | 2024-05-16 12:18 (UTC) |
Last Updated: | 2025-06-04 03:52 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- mailcap
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (14)
- aria-ng-deploy (requires caddy) (optional)
- ariang-git (requires caddy) (optional)
- bandwidthd (requires caddy)
- caddy-runit (requires caddy)
- concrnt-webui (requires caddy) (optional)
- concrnt-webui-bin (requires caddy) (optional)
- gopanel (requires caddy)
- gopanel-bin (requires caddy)
- gopanel-git (requires caddy)
- nodejs-mumble-web (requires caddy) (optional)
- officelife-git (requires caddy) (optional)
- preserve (requires caddy) (optional)
- preserve-git (requires caddy) (optional)
- tieba-cloud-sign (requires caddy) (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 2
BryanLiang commented on 2024-08-30 12:30 (UTC) (edited on 2024-10-14 15:38 (UTC) by BryanLiang)
bugscze commented on 2024-08-30 09:55 (UTC)
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
NCRonB commented on 2024-07-13 05:48 (UTC)
Thank you for this!
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.
Pinned Comments
BryanLiang commented on 2025-05-16 17:35 (UTC)
If you want to build a statically linked executable as before, set the environment variable
CADDY_STATICALLY_LINKED
toyes
before compiling.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.