Skip to content

Commit

Permalink
move org
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Apr 18, 2022
1 parent 1382b08 commit e035d35
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and Push to GHCR with ko
env:
KO_DOCKER_REPO: ghcr.io/tuxtof
KO_DOCKER_REPO: ghcr.io/funkolab
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
PLATFORMS: linux/amd64,linux/arm64,linux/arm
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build and Push to GitHub with ko
env:
KO_DOCKER_REPO: tuxtof
KO_DOCKER_REPO: funkolab
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
PLATFORMS: linux/amd64,linux/arm64,linux/arm
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<img src="https://github.com/tuxtof/cs-mikrotik-bouncer/raw/main/docs/assets/crowdsec_mikrotik_logo.png" alt="CrowdSec" title="CrowdSec" width="300" height="280" />
<img src="https://github.com/funkolab/cs-mikrotik-bouncer/raw/main/docs/assets/crowdsec_mikrotik_logo.png" alt="CrowdSec" title="CrowdSec" width="300" height="280" />
</p>

# CrowdSec Mikrotik Bouncer
A CrowdSec Bouncer for MikroTik RouterOS appliance

![GitHub](https://img.shields.io/github/license/tuxtof/cs-mikrotik-bouncer)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/tuxtof/cs-mikrotik-bouncer)
[![Go Report Card](https://goreportcard.com/badge/github.com/tuxtof/cs-mikrotik-bouncer)](https://goreportcard.com/report/github.com/tuxtof/cs-mikrotik-bouncer)
[![Maintainability](https://api.codeclimate.com/v1/badges/0104e64dccffc4b42f52/maintainability)](https://codeclimate.com/github/tuxtof/cs-mikrotik-bouncer/maintainability)
[![ci](https://github.com/tuxtof/cs-mikrotik-bouncer/actions/workflows/container-release.yaml/badge.svg)](https://github.com/tuxtof/cs-mikrotik-bouncer/actions/workflows/container-release.yaml)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/tuxtof/cs-mikrotik-bouncer)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/tuxtof/cs-mikrotik-bouncer)
![GitHub](https://img.shields.io/github/license/funkolab/cs-mikrotik-bouncer)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/funkolab/cs-mikrotik-bouncer)
[![Go Report Card](https://goreportcard.com/badge/github.com/funkolab/cs-mikrotik-bouncer)](https://goreportcard.com/report/github.com/funkolab/cs-mikrotik-bouncer)
[![Maintainability](https://api.codeclimate.com/v1/badges/0104e64dccffc4b42f52/maintainability)](https://codeclimate.com/github/funkolab/cs-mikrotik-bouncer/maintainability)
[![ci](https://github.com/funkolab/cs-mikrotik-bouncer/actions/workflows/container-release.yaml/badge.svg)](https://github.com/funkolab/cs-mikrotik-bouncer/actions/workflows/container-release.yaml)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/funkolab/cs-mikrotik-bouncer)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/funkolab/cs-mikrotik-bouncer)

# Description
This repository aim to implement a [CrowdSec](https://doc.crowdsec.net/) bouncer for the router [Mikrotik](https://mikrotik.com) to block malicious IP to access your services.
Expand All @@ -25,7 +25,7 @@ If you need to build from source, you can get some inspiration from the Dockerfi

## Prerequisites
You should have a Mikrotik appliance and a CrowdSec instance running.
The container is available as docker image `ghcr.io/tuxtof/cs-mikrotik-bouncer` and `tuxtof/cs-mikrotik-bouncer`. It must have access to CrowdSec and to Mikrotik.
The container is available as docker image `ghcr.io/funkolab/cs-mikrotik-bouncer` and `funkolab/cs-mikrotik-bouncer`. It must have access to CrowdSec and to Mikrotik.

Generate a bouncer API key following [CrowdSec documentation](https://doc.crowdsec.net/docs/cscli/cscli_bouncers_add)

Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
bouncer-mikrotik:
image: ghcr.io/tuxtof/cs-mikrotik-bouncer:latest
image: ghcr.io/funkolab/cs-mikrotik-bouncer:latest
container_name: bouncer-mikrotik
environment:
CROWDSEC_BOUNCER_API_KEY: MyApiKey
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/tuxtof/cs-mikrotik-bouncer
module github.com/funkolab/cs-mikrotik-bouncer

go 1.17

Expand Down

0 comments on commit e035d35

Please sign in to comment.