mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
support hashed passwords; closes #39
This commit is contained in:
parent
cb75efa05d
commit
e197895c10
14 changed files with 324 additions and 27 deletions
|
@ -16,6 +16,8 @@ cat $f | awk '
|
|||
h=0
|
||||
};
|
||||
};
|
||||
/```/{o=!o}
|
||||
o{next}
|
||||
/^#/{s=1;rs=0;pr()}
|
||||
/^#* *(nix package)/{rs=1}
|
||||
/^#* *(install on android|dev env setup|just the sfx|complete release|optional gpl stuff|nixos module)|`$/{s=rs}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue