mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 05:25:34 +10: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:
@@ -174,6 +174,7 @@ class Cfg(Namespace):
|
||||
lang="eng",
|
||||
log_badpwd=1,
|
||||
logout=573,
|
||||
md_hist="s",
|
||||
mte={"a": True},
|
||||
mth={},
|
||||
mtp=[],
|
||||
|
||||
Reference in New Issue
Block a user