librespeed / speedtest-go

Go backend for LibreSpeed
GNU Lesser General Public License v3.0
706 stars 153 forks source link

Debian packaging #20

Open xiruizhao opened 3 years ago

xiruizhao commented 3 years ago

Suggestions

  1. Package name: speedtest-go (module import path https://github.com/librespeed/speedtest-go/blob/f033591c8109b91158edf3e8d59c688fd7944ff9/go.mod#L1 should also be changed, go get librespeed/speedtest-go should work afterwards)
  2. config path:/etc/librespeed-go/settings.toml
  3. assets_path=/var/www/librespeed-go/assets
  4. database_file=/var/www/librespeed-go/results.db
  5. User=www-data

What do you think? I may try to make it work on my PPA first.