Syncthing

8-29 1,032 views

  -audit           Write events to audit file
  -browser-only    Open GUI in browser
  -generate=""     Generate key and config in specified dir, then exit
  -gui-address=""  Override GUI address (e.g. "http://192.0.2.42:8443")
  -gui-apikey=""   Override GUI API key
  -home=""         Set configuration directory
  -logfile=""      Log file name (use "-" for stdout)
  -logflags="2"    Select information in log line prefix (see below)
  -no-browser      Do not start browser
  -no-console      Hide console window
  -no-restart      Do not restart; just exit
  -paths           Show configuration paths
  -paused          Start with all devices paused
  -reset           Reset the database
  -upgrade         Perform upgrade
  -upgrade-check   Check for available upgrade
  -upgrade-to=""   Force upgrade directly from specified URL
  -verbose         Print verbose log output
  -version         Show version

启动 syncthing

syncthing -home="./config" -no-browser -verbose

Web GUI开启外网访问

<gui enabled="true" tls="false" debugging="false">
    <address>0.0.0.0:8384</address>
    <apikey>wzHM3amMrWf9YqZfNM6eqnGsAtMiysLb</apikey>
    <theme>default</theme>
</gui>

typescript 源码分析

https://www.cnblogs.com/xuld/p/12180913.html

阅读全文

flutter_gen config

const configDefaultYamlContent = ''' name: UNKNOWN flutter_gen: Optional output: lib/gen/ Optional line_length: 80 Optional parse_metadata: false ...

阅读全文

redis 函数的含义

您提供的函数列表是一个 Redis 客户端 API 的部分实现,通常用于与 Redis 数据库进行交互。以下是这些函数的简要解释,按类别进行分类以帮助理解其功能和用...

阅读全文

欢迎留言