Open
Description
My apologies if this is not the place to discuss features for this module; if so please redirect me to the correct place. I was not sure which space this falls into on Jira.
Shibboleth SP on Debian comes pre-built with FastCGI support (specifically the shibboleth-sp-utils
package). This is the most difficult requirement to fulfill, as pkg-oss
makes the module compilation simple. But that still requires the user to compile and distribute the module across all of their machines. It seems it would be possible to create a public package repository that builds the Nginx Shibboleth module against one or more of the following repositories:
- Official Nginx Stable (i.e.
http://nginx.org/packages/debian bullseye nginx
) - Official Nginx Mainline (i.e.
http://nginx.org/packages/mainline/debian bullseye nginx
) - Official Debian repo (i.e.
http://deb.debian.org/debian/ bullseye main
)
The packages could be built and hosted on a free and available platform:
- OpenSUSE Build Service (OBS), which has out-of-the box building and publishing systems for all package repository types
- Launchpad
- GitHub Actions + GitHub Pages