all
This commit is contained in:
		
							
								
								
									
										3
									
								
								Reseaux/Crowdsec/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Reseaux/Crowdsec/LICENSE
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
Additional permission under GNU GPL version 3 section 7
 | 
			
		||||
 | 
			
		||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
 | 
			
		||||
							
								
								
									
										66
									
								
								Reseaux/Crowdsec/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								Reseaux/Crowdsec/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,66 @@
 | 
			
		||||

 | 
			
		||||
URL : https://github.com/ellite/Wallos
 | 
			
		||||
 | 
			
		||||
# Crowdsec 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Crowdsec
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Reseaux\Crowdsec
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Crowdsec
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Reseaux\Crowdsec
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous éditons le fichier de configuration
 | 
			
		||||
```bash
 | 
			
		||||
nano .env
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous modifions les variables dont nous avons besoin.
 | 
			
		||||
 | 
			
		||||
## Lancement de Crowdsec
 | 
			
		||||
 | 
			
		||||
Pour utiliser Crowdsec tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Crowdsec avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 | 
			
		||||
Ouvrir une page web avec l'url :
 | 
			
		||||
Pour une utilisation tout seul
 | 
			
		||||
 | 
			
		||||
	http://10.0.4.29:3000
 | 
			
		||||
 | 
			
		||||
Pour une utilisation avec Traefik
 | 
			
		||||
 | 
			
		||||
	https://Crowdsec.10.0.4.29.traefik.me`)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# More info
 | 
			
		||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
 | 
			
		||||
 | 
			
		||||
# Buy me a coffe
 | 
			
		||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
 | 
			
		||||
							
								
								
									
										6
									
								
								Reseaux/Crowdsec/Traefik/config.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Reseaux/Crowdsec/Traefik/config.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
http:
 | 
			
		||||
  middlewares:    
 | 
			
		||||
    crowdsec-bouncer:
 | 
			
		||||
      forwardauth:
 | 
			
		||||
        address: http://bouncer-traefik:8080/api/v1/forwardAuth
 | 
			
		||||
        trustForwardHeader: true
 | 
			
		||||
							
								
								
									
										41
									
								
								Reseaux/Crowdsec/Traefik/traefik.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								Reseaux/Crowdsec/Traefik/traefik.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,41 @@
 | 
			
		||||
api:
 | 
			
		||||
  dashboard: true
 | 
			
		||||
  debug: true
 | 
			
		||||
entryPoints:
 | 
			
		||||
  http:
 | 
			
		||||
    address: ":80"
 | 
			
		||||
    http:
 | 
			
		||||
      middlewares:
 | 
			
		||||
        - crowdsec-bouncer@file
 | 
			
		||||
      redirections:
 | 
			
		||||
        entryPoint:
 | 
			
		||||
          to: https
 | 
			
		||||
          scheme: https
 | 
			
		||||
  https:
 | 
			
		||||
    address: ":443"
 | 
			
		||||
    http:
 | 
			
		||||
      middlewares:
 | 
			
		||||
        - crowdsec-bouncer@file
 | 
			
		||||
serversTransport:
 | 
			
		||||
  insecureSkipVerify: true
 | 
			
		||||
providers:
 | 
			
		||||
  docker:
 | 
			
		||||
    endpoint: "unix:///var/run/docker.sock"
 | 
			
		||||
    exposedByDefault: false
 | 
			
		||||
  file:
 | 
			
		||||
    filename: /config.yml
 | 
			
		||||
certificatesResolvers:
 | 
			
		||||
  cloudflare:
 | 
			
		||||
    acme:
 | 
			
		||||
      email: your@email.com #add your email
 | 
			
		||||
      storage: acme.json
 | 
			
		||||
      dnsChallenge:
 | 
			
		||||
        provider: cloudflare
 | 
			
		||||
        resolvers:
 | 
			
		||||
          - "1.1.1.1:53"
 | 
			
		||||
          - "1.0.0.1:53"
 | 
			
		||||
log:
 | 
			
		||||
  level: "INFO"
 | 
			
		||||
  filePath: "/var/log/traefik/traefik.log"
 | 
			
		||||
accessLog:
 | 
			
		||||
  filePath: "/var/log/traefik/access.log"
 | 
			
		||||
							
								
								
									
										4
									
								
								Reseaux/Crowdsec/acquis.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Reseaux/Crowdsec/acquis.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
filenames:
 | 
			
		||||
  - /var/log/traefik/*
 | 
			
		||||
labels:
 | 
			
		||||
  type: traefik
 | 
			
		||||
							
								
								
									
										66
									
								
								Reseaux/Crowdsec/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								Reseaux/Crowdsec/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,66 @@
 | 
			
		||||

 | 
			
		||||
URL : HHHHH
 | 
			
		||||
 | 
			
		||||
# Fichier-Stockage 
 | 
			
		||||
 | 
			
		||||
GGGGG
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd AAAAA\Fichier-Stockage
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd AAAAA\Fichier-Stockage
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous éditons le fichier de configuration
 | 
			
		||||
```bash
 | 
			
		||||
nano .env
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous modifions les variables dont nous avons besoin.
 | 
			
		||||
 | 
			
		||||
## Lancement de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fichier-Stockage tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fichier-Stockage avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 | 
			
		||||
Ouvrir une page web avec l'url :
 | 
			
		||||
Pour une utilisation tout seul
 | 
			
		||||
 | 
			
		||||
	http://10.0.4.29:3000
 | 
			
		||||
 | 
			
		||||
Pour une utilisation avec Traefik
 | 
			
		||||
 | 
			
		||||
	https://Fichier-Stockage.10.0.4.29.traefik.me`)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# More info
 | 
			
		||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
 | 
			
		||||
 | 
			
		||||
# Buy me a coffe
 | 
			
		||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
 | 
			
		||||
							
								
								
									
										35
									
								
								Reseaux/Crowdsec/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								Reseaux/Crowdsec/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,35 @@
 | 
			
		||||
version: '3.8'
 | 
			
		||||
services:
 | 
			
		||||
  crowdsec:
 | 
			
		||||
    image: crowdsecurity/crowdsec:latest
 | 
			
		||||
    container_name: crowdsec
 | 
			
		||||
    environment:
 | 
			
		||||
      GID: "${GID-1000}"
 | 
			
		||||
      COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /home/ubuntu/docker/crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
 | 
			
		||||
      - /home/ubuntu/docker/crowdsec/db:/var/lib/crowdsec/data/
 | 
			
		||||
      - /home/ubuntu/docker/crowdsec/config:/etc/crowdsec/
 | 
			
		||||
      - /home/ubuntu/docker/traefik/logs:/var/log/traefik/:ro
 | 
			
		||||
    networks:
 | 
			
		||||
      - proxy
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - no-new-privileges:true
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
  bouncer-traefik:
 | 
			
		||||
    image: docker.io/fbonalair/traefik-crowdsec-bouncer:latest
 | 
			
		||||
    container_name: bouncer-traefik
 | 
			
		||||
    environment:
 | 
			
		||||
      CROWDSEC_BOUNCER_API_KEY: create_a_random_api_key
 | 
			
		||||
      CROWDSEC_AGENT_HOST: crowdsec:8080
 | 
			
		||||
    networks:
 | 
			
		||||
      - proxy
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - crowdsec
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - no-new-privileges:true
 | 
			
		||||
networks:
 | 
			
		||||
  proxy:
 | 
			
		||||
    external: true
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Reseaux/Crowdsec/img/banniere-Crowdsec.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Reseaux/Crowdsec/img/banniere-Crowdsec.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 6.3 KiB  | 
		Reference in New Issue
	
	Block a user