最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > 如何利用fly.io搭建哪吒探针前端开发

如何利用fly.io搭建哪吒探针前端开发

时间:2023-05-28 18:05:28 阅读: 文章分类: 网站建设 作者: 网络小编

导读:前端开发前端开发 clientid: "" # 在 https://github.com/settings/developers 创建,无需审核 Callback 填 http网站seo优化课程公司网站建设。

网站seo优化课程公司网站建设

1.从github拉取哪吒探针最新源码,进入源码根目录。

2.修改cmd/dashboard/main.go:

import ( "...." "...." "os" "fmt" "...." "...." "...." ) .... .... func init() { //新建conf文件 file6, err := os.Create("data/config.yaml") if err != nil { fmt.Println(err) } data := `debug: false httpport: 80 grpcport: 7777 oauth2: type: "github" #Oauth2 登录接入类型,gitee/github admin: "" #管理员列表,半角逗号隔开 clientid: "" # 在 https://github.com/settings/developers 创建,无需审核 Callback 填 http(s)://域名或IP/oauth2/callback clientsecret: "" site: brand: "名字" cookiename: "nezha-dashboard" #浏览器 Cookie 字段名,可不改 theme: "default" ` file6.WriteString(data) file6.Close() // 初始化 dao 包 singleton.Init() singleton.InitConfigFromPath("data/config.yaml") singleton.InitDBFromPath("data/sqlite.db") singleton.InitLocalizer() initSystem() } flyctl deploy #填写相关配置信息

3.编辑生成的fly.toml为:

app = "名字" kill_signal = "SIGINT" kill_timeout = 5 process网站建设es = [] [env] [experimental] allowed_public_ports = [] auto_rollback = true [mounts] destination = "/dashboard/data" source = "卷名,seo网站关键词优化随便起,下面用的到" [[services]] http_checks = [] internal_port = 80 processes = ["app"] protocol = "tcp" script_checks = [] [services.concurrency] hard_limit = 25 soft_limit = 20 type = "connections" [[services.ports]] handlers = ["http"] port = 80 [[services.ports]] handlers = ["tls", "http"] port = 443 [[services.tcp_checks]] grace_period = "1s" interval = "15s" restart_limit = 0 timeout = "2s" [[services]] http_checks = [] internal_port = 7777 processes = ["app"] protocol = "tcp" script_checks = [] [services.concurrency] hard_limit = 25 soft_limit = 20 type = "connections" [[公司网站建设services.ports]] port = 7777 [[services.tcp_checks]] grace_period = "1s" interval = "15s" restart_limit = 0 timeout = "2s"

4.为了数据持久化,创建一个卷存放数据:

fly volumes create 卷名 --region hkg --size 1

5.启动:

fly deploy --no-cache --remote-only

6.等待创建完毕就大功告成了!

demo:https://mynezhatz.fly.dev/

相关网站seo优化课程公司网站建设。

关键词标签: 哪吒探针

声明: 本文由我的SEOUC技术文章主页发布于:2023-05-28 ,文章如何利用fly.io搭建哪吒探针前端开发主要讲述哪吒探针网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_11439.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章