Caddy is the HTTP/2 web server with automatic HTTPS.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/g/caddy/caddy/
Caddy is the HTTP/2 web server with automatic HTTPS.
Could not fetch/save url https://copr.fedorainfracloud.org/coprs/g/caddy/caddy/repo/epel-7/group_caddy-caddy-epel-7.repo to file /etc/yum.repos.d/group_caddy-caddy-epel-7.repo: [Errno 14] HTTPS Error 404 - Not Found
Is it supposed to work? (On CentOS, of course)
Nope. As you can see on the details page, the project is build only for Fedora 31 and Rawhide. There is no repo for EPEL7. Despite the fact that author wrote it in project description.
It is now. @carlwgeorge and I have made it work for EPEL 7 and up, as well as Fedora and openSUSE Leap 15.1 and up.
Should this package add a dependency on mailcap
? I just spent a stupid amount of time researching why my CSS file had an incorrect mime-type until I found out, through sheer luck while googling a related issue, that Caddy (or really Go) uses the system’s mime.type definitions, i.e. /etc/mime.types
. I literally never in a million years would have guessed this. CentOS8 doesn’t seem to have this file until you install mailcap, Once I installed it, everything went smoothly.
What do you think? If it’s possible to get this file from somewhere other than mailcap, that’s of course fine too. I just know that on a standard CentOS 8 install, this Caddy package just doesn’t work properly unless some other package happens to provide the /etc/mime.types file.
Is it possible to build with the dns plugins?
i added packages using add-package.
Caddy itself doesn’t persist those added packages after upgrading.
Maybe this package can add some ability to add-package on install or systemd command invocation?
This is maybe not the right place to ask, but here goes: DNF updates tells me the certificate for caddy on copr has been expired. How do I securely fix this? I would prefer not to uninstall / reinstall.
error: Verifying a signature using certificate 4A7...(@caddy_caddy (None) <@caddy#caddy@copr.fedorahosted.org>):
1. Certificate C52.... invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2024-10-07T09:36:31Z
Please advice?
Sincerely
rpm -e gpg-pubkey-d605147e-5d9daa1f
helped for me. And next time dnf update for caddy asked to import the new gpg key.
Thanks! That worked