Simple command line based HTTP file server to share local file system goclifile-sharinghttp-serverfile-serverstatic-server UpdatedMay 23, 2025 Go 将GitHub Releases,Hugging Face,文件url等,渲染成类似网盘的文件列表显示在网页上,方便用户下载开源软件。 支持视频、音频、图片、PDF 等文件的在线预览。
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
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...
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) ...
DBSyncer(简称dbs)是一款开源的数据同步中间件,提供MySQL、Oracle、SQL Server、PostgreSQL、Elasticsearch(ES)、Kafka、File、SQL等同步场景。支持上传插件自定义同步转换业务,提供监控全量和增量数据统计图、应用性能预警等。 展开 收起 数据库管理监控 数据同步 数据库 数据通开发包 数据库服务 暂无标签 https...
.github build: update to node 22 and pnpm (#3616) 5个月前 .tx feat: add Czech translation (#3416) 9个月前 auth fix: Fix user creation on proxy auth (#3666) 4个月前 cmd chore: fix typos (#3490) 8个月前 diskcache chore: fix golangci-lint errors ...
FROMjava:8COPY*.jar/app.jarCMD["--server.port=8080"]EXPOSE8080ENTRYPOINT["java","-jar","/app.jar"] 三、把jar包和Dockerfile文件上传Linux 1. 工具下载与准备 小编是通过Xftp工具3上传的,使用小编就不在这里赘述了哈,给大家一个地址下载即可哦!!大家要下载校园版哈,不然收费的!!xftp下载地址 ...
我们使用 Dockerfile 定义镜像,依赖镜像来运行容器,因此 Dockerfile 是镜像和容器的关键,Dockerfile 可以非常容易的定义镜像内容,同时在我们后期的微服务实践中,Dockerfile 也是重点关注的内容,今天我们就来一起学习它。 首先通过一张图来了解Docker镜像、容器和 Dockerfile 三者之间的关系。
If the size of the file to upload is less than 2 MB, the SaveAs method is called to save the file to the specified path on the server. In addition to checking for the maximum file size setting in your application code, you can set the maxRequestLength attribute of the httpRuntime ...