Add InfluxDB (#45)
Add influxDB jail Co-authored-by: colemamd <root@freenas.colemanonline.net>
This commit is contained in:
committed by
kjeld Schouten-Lebbing
parent
8721fcb278
commit
a1cdb585f2
@ -19,7 +19,7 @@ global:
|
||||
|
||||
|
||||
# Example configuration, showing how to customise network config.
|
||||
# Ese the same jailname on both sides of this variable example: example
|
||||
# Use the same jailname on both sides of this variable example: example
|
||||
example: example
|
||||
#interfaces is optional and will be autmatically replace with vnet0:bridge0 if not present
|
||||
interfaces: vnet0:bridge0
|
||||
@ -92,3 +92,9 @@ bitwarden: bitwarden
|
||||
db_password: "YourDBPasswordHerePLEASE"
|
||||
type: mariadb
|
||||
admin_token: "PUTYOURADMINTOKENHEREANDREMOVETHIS"
|
||||
|
||||
influxdb: influxdb
|
||||
ip4_addr: 192.168.1.250/24
|
||||
gateway: 192.168.1.1
|
||||
pkgs: influxdb
|
||||
database: influxdb
|
||||
|
Reference in New Issue
Block a user