Added option to have an imprint

The environment Variable IMPRINT_URL simply adds a /imprint button in footer to the url
This commit is contained in:
Uli Roth
2024-09-23 15:44:21 +02:00
parent 847fc9677d
commit fca8761515
5 changed files with 12 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ export type Status = {
max_expiration: number
allow_advanced: boolean
allow_files: boolean
imprint_url: string
theme_image: string
theme_text: string
theme_favicon: string