Skip to content

Commit

Permalink
Update readme and .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro OSIAS committed Sep 27, 2023
1 parent 9440550 commit 812b164
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ vendor/
release.sh
push_to_prod.sh
rport.example.conf
.idea
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -32,7 +32,7 @@ changelog:
sort: asc
release:
github:
owner: cloudradar-monitoring
owner: openrport
name: rport-pairing
draft: false
prerelease: true
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 812b164

Please sign in to comment.