Skip to content

Controllerdestiny/MiniServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniServer

一个将提供REST API服务器程序!

已实现API

  • /markdown 将Markdown内容转为图片
  • /commamd 执行系统命令

启动参数

配置

{
    "Logging": {
        "LogLevel": {
            "Default": "Information",
            "Microsoft.AspNetCore": "Warning"
        }
    },
    "EnableHeadLess": true, //是否开启无头模式
    "Server": {
        "Port": 55119 //端口
    }
}

About

将Markdown内容转为图片

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages