文件名称:file-sharing
文件大小:382KB
文件格式:ZIP
更新时间:2024-07-23 18:36:30
JavaScript
文件共享服务 文件共享是一种简单的匿名文件共享服务,用户可以上传任意数量的文件,该服务将根据内容自动生成受密码保护的 ZIP 文件。 上传文件后,该应用程序将为您提供密码和文件链接,您可以将其传递给需要的人。 如果您正在寻找用于共享文件的良好自托管解决方案,您可能想尝试一下! 背景 此应用程序是作为的内部支持系统。 安装 使用pip install -r requirements.txt 编辑local_settings.py : cd filesharing/filesharing cp local_settings.py.template local_settings.py # edit the file to set the Django SECRET_KEY and customize any settings cd - 运行测试: filesharing/manage.p
【文件预览】:
file-sharing-master
----requirements.txt(14B)
----filesharing()
--------upload()
--------manage.py(254B)
--------filesharing()
--------apache()
--------templates()
--------bin()
----.travis.yml(296B)
----LICENSE.md(1KB)
----README.md(1KB)
----.gitignore(118B)