MongoDB File Server is a file server system based on MongoDB. 基于 MongoDB 的文件服务器。 spring-bootmongodbthymeleaffile-server UpdatedMay 13, 2019 Java pgp/XFiles Star98 Code Issues Pull requests A general-purpose file explorer for (rooted) Android, with support for compressed archives, re...
MongoDB File Server is a file server system based on MongoDB. 基于 MongoDB 的文件服务器。 spring-bootmongodbthymeleaffile-server UpdatedMay 13, 2019 Java 将GitHub Releases,Hugging Face,文件url等,渲染成类似网盘的文件列表显示在网页上,方便用户下载开源软件。 支持视频、音频、图片、PDF 等文件的在线...
github 上已经有人搞了一个deno 的docker 镜像,是基于源码编译的,挺好的 所以结合官方的http server demo 使用docker 运行 环境准备 docker-compose 文件 version: "3" services: app: image: maxmcd/deno:slim volumes: - "./app:/opt" command: deno /opt/app.ts file-server: image: max...
gohttpserver Make the best HTTP File Server. Better UI, upload support, apple&android install package qrcode generate. Demo site 目标: 做最好的HTTP文件服务器 功能: 人性化的UI体验,文件的上传支持,安卓和苹果安装包的二维码直接生成。 Binarycan be download fromgithub releases ...
Authentication Method - You can change the way the user authenticates with the filebrowser server Command Runner - The command runner is a feature that enables you to execute any shell command you want before or after a certain event. Custom Branding - You can customize your File Browser insta...
EnterpriseもしくはリポジトリでGit LFSが無効化されている場合、ユーザはGit LFSアセットをGitHub Enterprise Serverにプッシュできません。 詳細については、「Git Large File Storageについて」、「大きなファイルを管理する」、およ...
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise. Downloadv3.6.1 (Windows) ...
ownCloud can be deployed and run in your data center; managed by you, to your policies, following your procedures. Encryption at rest secures your files on the server. With ownCloud, you are able to maintain full control over all of your company’s confidential documents, knowing exactly whe...
if (FileUpload1.HasFile) { string savePath = appPath + saveDir + Server.HtmlEncode(FileUpload1.FileName); // Call the SaveAs method to save the // uploaded file to the specified path. // This example does not perform all // the necessary error checking. // If a file with the...
我们使用 Dockerfile 定义镜像,依赖镜像来运行容器,因此 Dockerfile 是镜像和容器的关键,Dockerfile 可以非常容易的定义镜像内容,同时在我们后期的微服务实践中,Dockerfile 也是重点关注的内容,今天我们就来一起学习它。 首先通过一张图来了解Docker镜像、容器和 Dockerfile 三者之间的关系。