Search Criteria
Package Details: droopy-git 137.a1204ca-1
Git Clone URL: | https://aur.archlinux.org/droopy-git.git (read-only, click to copy) |
---|---|
Package Base: | droopy-git |
Description: | Mini Web server that let others upload files to your computer |
Upstream URL: | https://github.com/stackp/Droopy |
Keywords: | filesharing server web |
Licenses: | |
Conflicts: | |
Submitter: | tinxy |
Maintainer: | None |
Last Packager: | tinxy |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-20 12:44 |
Last Updated: | 2016-06-17 17:24 |
Latest Comments
schaetzc commented on 2021-02-20 12:37
Due to an upstream error running
droopy
currently results inModuleNotFoundError: No module named 'macpath'
. For a solution see https://github.com/stackp/Droopy/issues/27Alternative quick fix if you don't deal with apple devices:
Run
sudo sed -Ei 's/import macpath|, macpath//' /usr/bin/droopy