Skip to content

baroka/fortimonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Forticlient with FTP 

PREREQUISITES
 - Docker installed

INSTALLATION
 - Docker compose example: 

# Fortimonitor
  fortimonitor:
    container_name: fortimonitor
    image: baroka/fortimonitor:latest
    restart: unless-stopped
    cap_add:
      - net_admin
    devices:
      - /dev/ppp
    networks:
      - t2_proxy   
    security_opt:
      - no-new-privileges:true      
    volumes:
      - $DOCKERDIR/fortimonitor/config/config:/etc/openfortivpn/config
      - $DOCKERDIR/fortimonitor/config/known_hosts:/root/.ssh/known_hosts
      - $DOCKERDIR/fortimonitor/config/totp-secret:/tmp/totp-secret
      - $DOCKERDIR/fortimonitor/config/gnupg:/root/.gnupg
      - $DOCKERDIR/fortimonitor/scripts:/home/scripts
      - $DOCKERDIR/fortimonitor/work:/home/work
    environment:
      - TZ=$TZ
      - PGID=$PGID
      - PUID=$PUID  
      - GPGID=$GPGID # Generate with: gpg --full-generate-key (without passphrase) and save .gnupg dir

- config forticlient file example: 
  host = xxx
  port = xxx
  username = xxx
  password = xxx
  trusted-cert = xxx
  otp = xxx [optional]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published