Added option to change the name in the setup, show filename in title for downloads, use sessionStorage instead of localStorage for e2e decryption, replaced expiry image with dynamic SVG

This commit is contained in:
Marc Ole Bulling
2023-05-13 14:33:37 +02:00
parent 1e75b9641d
commit 59271c2ff2
19 changed files with 150 additions and 63 deletions

View File

@@ -147,4 +147,3 @@ By default, all files are included in the executable. If you want to change the
3. Make changes to the folders. ``static`` contains images, CSS files and JavaScript. ``templates`` contains the HTML code.
4. Restart the server. If the folders exist, the server will use the local files instead of the embedded files.
5. Optional: To embed the files permanently, copy the modified files back to the original folders and recompile with ``go build Gokapi/cmd/gokapi``.