From 812b16441f1413f1898f88aef7069139589f9730 Mon Sep 17 00:00:00 2001 From: Alessandro OSIAS Date: Wed, 27 Sep 2023 10:22:25 +0200 Subject: [PATCH] Update readme and .goreleaser.yml --- .gitignore | 1 + .goreleaser.yml | 4 ++-- README.md | 12 +++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c5ef179..5660c6b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ vendor/ release.sh push_to_prod.sh rport.example.conf +.idea diff --git a/.goreleaser.yml b/.goreleaser.yml index ec9fb2e..c20427d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,6 @@ env: - CGO_ENABLED=0 - - PROJECT=github.com/cloudradar-monitoring/rport-pairing + - PROJECT=github.com/openrport/rport-pairing builds: - id: rport-pairing main: ./cmd/rport-pairing.go @@ -32,7 +32,7 @@ changelog: sort: asc release: github: - owner: cloudradar-monitoring + owner: openrport name: rport-pairing draft: false prerelease: true diff --git a/README.md b/README.md index 46347e2..454064b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -[![License](https://img.shields.io/github/license/cloudradar-monitoring/rport-pairing?style=for-the-badge)](https://github.com/cloudradar-monitoring/rport-pairing/blob/main/LICENSE) -[![Go Tests](https://img.shields.io/github/actions/workflow/status/cloudradar-monitoring/rport-pairing/go_test.yml?branch=main&style=for-the-badge&label=Go%20Tests&logo=Go)](https://github.com/cloudradar-monitoring/rport-pairing/actions/workflows/functional_test_linux.yml) -[![Linux Tests](https://img.shields.io/github/actions/workflow/status/cloudradar-monitoring/rport-pairing/functional_test_linux.yml?branch=main&style=for-the-badge&label=Linux%20Tests&logo=Linux)](https://github.com/cloudradar-monitoring/rport-pairing/actions/workflows/functional_test_linux.yml) -[![Windows Tests](https://img.shields.io/github/actions/workflow/status/cloudradar-monitoring/rport-pairing/functional_test_windows.yml?branch=main&style=for-the-badge&label=Windows%20Tests&logo=Windows)](https://github.com/cloudradar-monitoring/rport-pairing/actions/workflows/functional_test_windows.yml) +[![License](https://img.shields.io/github/license/openrport/rport-pairing?style=for-the-badge)](https://github.com/openrport/rport-pairing/blob/main/LICENSE) +[![Go Tests](https://img.shields.io/github/actions/workflow/status/openrport/rport-pairing/go_test.yml?branch=main&style=for-the-badge&label=Go%20Tests&logo=Go)](https://github.com/openrport/rport-pairing/actions/workflows/functional_test_linux.yml) +[![Linux Tests](https://img.shields.io/github/actions/workflow/status/openrport/rport-pairing/functional_test_linux.yml?branch=main&style=for-the-badge&label=Linux%20Tests&logo=Linux)](https://github.com/openrport/rport-pairing/actions/workflows/functional_test_linux.yml) +[![Windows Tests](https://img.shields.io/github/actions/workflow/status/openrport/rport-pairing/functional_test_windows.yml?branch=main&style=for-the-badge&label=Windows%20Tests&logo=Windows)](https://github.com/openrport/rport-pairing/actions/workflows/functional_test_windows.yml) + +> This repository is a fork from the original cloudradar-monitoring paring service for rport in an effort to continue an opensource version. A service to install and connect rport clients easily. @@ -85,7 +87,7 @@ To run the service on your server proceed as follows. ````bash cd /tmp -curl -LO https://github.com/cloudradar-monitoring/rport-pairing/releases/latest/download/rport-pairing_Linux_$(uname -m).tar.gz +curl -LO https://github.com/openrport/rport-pairing/releases/latest/download/rport-pairing_Linux_$(uname -m).tar.gz tar xf rport-pairing*Linux*.tar.gz mv rport-pairing /usr/local/bin/ mv rport-pairing.conf.example /etc/rport/rport-pairing.conf