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]
-
Notifications
You must be signed in to change notification settings - Fork 0
baroka/fortimonitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published