ユーザ用ツール

サイト用ツール


serverapps:syncthing

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
serverapps:syncthing [2025/04/09 06:14] hayashiserverapps:syncthing [2025/04/09 06:47] (現在) – [Windows] hayashi
行 12: 行 12:
 === ユーザ追加 === === ユーザ追加 ===
  
-  # pw add user -n syncthing -u 983 -g syncthing -d /nonexistent -s /usr/sbin/nologin -c 'Syncthing Daemon'+defaultではここで指定した**/Syncthing**配下にdefault folder "Sync" が作成されます 
 + 
 +  # pw add user -n syncthing -u 983 -g syncthing -d /Syncthing -s /usr/sbin/nologin -c 'Syncthing Daemon' 
 +  # mkdir /Syncthing 
 +  # chown syncthing:syncthing /Syncthing
  
 ==== ダウンロード ==== ==== ダウンロード ====
行 37: 行 41:
   # chmod 600 /usr/local/etc/syncthing/   # chmod 600 /usr/local/etc/syncthing/
  
-/usr/local/etc/rc.d/syncthing の作成+/usr/local/etc/rc.d/作成 
 + 
 +  # mkdir /usr/local/etc/rc.d/ 
 + 
 +/usr/local/etc/rc.d/syncthing ((起動用スクリプト))の作成 
 + 
 +  # cp etc/freebsd-rc/syncthing /usr/local/etc/rc.d/ 
 +  # chmod 755 /usr/local/etc/rc.d/syncthing 
 + 
 + 
 +permission変更 
 + 
 +  # chmod 555 /usr/local/etc/rc.d/syncthing 
 + 
 + 
 + 
 + 
 +/usr/local/etc/rc.conf.d/syncthing ((起動設定))の作成
  
   syncthing_enable=YES   syncthing_enable=YES
行 46: 行 67:
   # syncthing_group=<syncthing_group>   # syncthing_group=<syncthing_group>
  
 +   
 +後はpkgで作成した場合と同じです 
 +  
 ===== install(FreeBSD) from pkg ===== ===== install(FreeBSD) from pkg =====
  
行 57: 行 80:
  
 ===== allow access from the network ===== ===== allow access from the network =====
 +
 +/usr/local/etc/syncthing/config.xml
  
 <file /usr/local/etc/syncthing/config.xml> <file /usr/local/etc/syncthing/config.xml>
行 73: 行 98:
  
  
-Chocolateyでインストール+Chocolateyでインストール((wingetでもOK))
  
   > choco install synctrayzor   > choco install synctrayzor
serverapps/syncthing.1744179278.txt.gz · 最終更新: by hayashi