Added new environment variables for custom css, custom title, and custom description.

Fully tested using the Dockerfile, example can be found on https://fileshare.thenextweb.co.za
This commit is contained in:
HrBingR 2022-08-08 00:37:17 +02:00
parent 000854104f
commit 310271c10f
3 changed files with 25 additions and 5 deletions

View file

@ -40,6 +40,11 @@ module.exports = function(state, body = '') {
type="text/css"
href="${assets.get('app.css')}"
/>
<link
rel="stylesheet"
type="text/css"
href="${state.ui.assets.custom_css}"
/>
<link
rel="apple-touch-icon"
sizes="180x180"