authcrunch / authcrunch.github.io

Documentation for Caddy v2 Auth Portal and Authorize Plugins.
77 stars 32 forks source link

login template customization with custom logo and custom css #21

Open greenpau opened 2 years ago

greenpau commented 2 years ago

Login template customization with custom logo and custom css.

        authentication portal myportal {
            ui {
                template login /path/to/login.template
                logo url /assets/custom/logo.svg
                static_asset "assets/custom/logo.svg" "image/svg+xml" /path/to/logo.svg
                static_asset "assets/css/login.css" "text/css" /path/to/login.css
                static_asset "assets/js/login.js" "text/javascript" /path/to/login.js
            }