1. 11 2月, 2023 1 次提交
  2. 08 12月, 2021 1 次提交
    • S
      coturn: new package · ceec95d9
      Sebastian Kemper 提交于
      This is meant as a replacement for restund.
      
      By default, sqlite3 support is enabled. The DBs to use can be freely
      changed in menuselect, though. sqlite3 is enabled by default as it is
      the upstream default DB.
      
      The package installs turnserver, which includes an init script. Options
      can be set via /etc/config/turnserver and /etc/turnserver.conf.
      
      turnserver is started as root and later drops privileges to user/group
      turnserver/turnserver.
      
      DB schemas etc. get installed to /usr/share/coturn. The default DB path
      is set to /etc/turnserver, to avoid volatile /var on OpenWrt.
      /etc/turnserver is created and permissions are automatically set to only
      allow access for user turnserver (done via fakeroot).
      
      The utilities coturn provides are installed as well.
      Signed-off-by: NSebastian Kemper <sebastian_ml@gmx.net>
      ceec95d9