mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add option to store markdown backups elsewhere
`--md-hist` / volflag `md_hist` specifies where to put old versions of markdown files when edited using the web-ui; * `s` = create `.hist` subfolder next to the markdown file (the default, both previously and now) * `v` = use the volume's hist-path, either according to `--hist` or the `hist` volflag. NOTE: old versions will not be retrievable through the web-ui * `n` = nope / disabled; overwrite without backup
This commit is contained in:
parent
43bbd566d7
commit
fc88341820
4 changed files with 34 additions and 13 deletions
|
@ -174,6 +174,7 @@ class Cfg(Namespace):
|
|||
lang="eng",
|
||||
log_badpwd=1,
|
||||
logout=573,
|
||||
md_hist="s",
|
||||
mte={"a": True},
|
||||
mth={},
|
||||
mtp=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue