[2025-06-27] Recording and Sharing about Independently Development – Ngrok Configuration / 独立开发记录与分享 – Ngrok的设置方法

Independent Development

ngrok configuration

  1. ngrok config check
  • check where is the config file.
  1. add tunnels define to the file:
version: "3"
agent:
    authtoken: [token]
tunnels:
  httpapp:
    proto: http
    addr: [http port]

  tcpapp:
    proto: tcp
    addr: [tcp port]
  1. ngrok start –all
  • Run

Main Site(Under building)

Nonpareil Me

Related Platforms

(Github Issues) / (Notion) / (Blog)

Advertisement

(A website to optimize your resume and to boost your career: Nonpareil.me)


独立开发

ngrok设置

  1. ngrok config check
  • 此命令可以查看配置文件的位置
  1. 向上一步中找到的配置中添加tunnel设置
version: "3"
agent:
    authtoken: [token]
tunnels:
  httpapp:
    proto: http
    addr: [http port]

  tcpapp:
    proto: tcp
    addr: [tcp port]
  1. ngrok start –all
  • 运行

主站(建设中)

[Nonpareil Me]{https://nonpareil.me}

相关平台

(Github Issues) / (Notion) / (Blog)

推广

(优化简历,助力职场:Nonpareil.me)

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部