Add ending

master
HidUser0 2023-01-16 14:32:03 +03:00
parent fb119a15a5
commit 8056976568
Signed by: HidUser0
GPG Key ID: 7E3251A2FA52F006
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ __pycache__/
.idea/
storage/
fhost.db
templates/index.html
instance/

View File

@ -23,4 +23,5 @@ FHOST_EXT_OVERRIDE = {
"text/x-diff": ".diff",
}
URL_ALPHABET = "DEQhd2uFteibPwq0SWBInTpA_jcZL5GKz3YCR14Ulk87Jors9vNHgfaOmMXy6Vx-"
B32_ADDRESS = 'apo53zid3xe7rewxjw7whdym2rmyowsj7jeoiwrl5zlmf7oqrxwq.b32.i2p'
B32_ADDRESS = 'apo53zid3xe7rewxjw7whdym2rmyowsj7jeoiwrl5zlmf7oqrxwq.b32.i2p'
ENDING = ''''''

View File

@ -53,4 +53,6 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
{{config["MIN_DAYS"]}} | ....................
0{{ ((config["MAX_CONTENT_LENGTH"]/2)|filesizeformat(True)).split(" ")[0].rjust(27) }}{{ max_size.split(" ")[0].rjust(27) }}
{{ max_size.split(" ")[1].rjust(54) }}
{{ config['ENDING'] }}
</pre>