文件名称:imagr-server
文件大小:330KB
文件格式:ZIP
更新时间:2024-06-01 00:24:22
JavaScript
的简单服务器 服务器将从/ imagr_repo / workflows中的工作流列表动态生成imagr_config.plist,然后通过HTTP提供plist。 配置 imagr-server希望使用IMAGR_PASSWORD环境变量设置密码。 用法 $ IMAGR_PASSWORD="password" imagr-server -repo /path/to/imagr_repo 使用-serve通过HTTP提供服务。 $ IMAGR_PASSWORD="password" imagr-server -repo /path/to/imagr_repo -serve Docker使用 docker pull groob/imagr-server docker run -it --rm \ -p 80:3000 \ -e IMAGR_PASSWORD="password" \
【文件预览】:
imagr-server-master
----Dockerfile(185B)
----.gitignore(74B)
----main.go(1KB)
----README.md(2KB)
----sample_repo()
--------workflows()
----server()
--------server.go(4KB)
----web()
--------static()
--------index.html(1KB)
----imagr()
--------imagr_test.go(2KB)
--------imagr.go(3KB)