You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ of the notes even if it tried to.
86
86
|`THEME_PAGE_TITLE`|`""`| Custom text the page title |
87
87
|`THEME_FAVICON`|`""`| Custom url for the favicon. Must be publicly reachable |
88
88
|`THEME_NEW_NOTE_NOTICE`|`true`| Show the message about how notes are stored in the memory and may be evicted after creating a new note. Defaults to `true`. |
89
-
|`IMPRINT_URL`|`""`| Custom url for an Imprint hosted somewhere else. Must be publicly reachable. Takes precedence above `IMPRINT_HTML`. |
90
-
|`IMPRINT_HTML`|`""`| Alternative to `IMPRINT_URL`, this can be used to specify the HTML code to show on `/imprint`. Only `IMPRINT_HTML` or `IMPRINT_URL` should be specified, not both.|
89
+
|`IMPRINT_URL`|`""`| Custom url for an Imprint hosted somewhere else. Must be publicly reachable. Takes precedence above `IMPRINT_HTML`. |
90
+
|`IMPRINT_HTML`|`""`| Alternative to `IMPRINT_URL`, this can be used to specify the HTML code to show on `/imprint`. Only `IMPRINT_HTML` or `IMPRINT_URL` should be specified, not both.|
91
91
## Deployment
92
92
93
93
> ℹ️ `https` is required otherwise browsers will not support the cryptographic functions.
@@ -108,9 +108,12 @@ services:
108
108
image: redis:7-alpine
109
109
# This is required to stay in RAM only.
110
110
command: redis-server --save "" --appendonly no
111
-
# Additionally, you can set a size limit. See link below on how to customise.
112
-
# https://redis.io/docs/manual/eviction/
113
-
# --maxmemory 1gb --maxmemory-policy allkeys-lru
111
+
# Set a size limit. See link below on how to customise.
0 commit comments