Would be nice to support install custom themes and CTFd plugins without having to build a custom image each time. This could be done using initContainers that download the theme's source code and copies it to a emptyDir volume mounted by the ctfd main container. Themes are easy but plugins might be hard because we would have to install missing pip packages.
Would be nice to support install custom themes and CTFd plugins without having to build a custom image each time. This could be done using
initContainersthat download the theme's source code and copies it to aemptyDirvolume mounted by the ctfd main container. Themes are easy but plugins might be hard because we would have to install missing pip packages.