Open ports needed and fix syntax on plugins
This commit is contained in:
parent
667d8c8cbe
commit
2b1970d784
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ custom_rules: [
|
||||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||||
]
|
]
|
||||||
|
|
||||||
tcp_ports: []
|
tcp_ports: [443, 6522, 9418]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ certificate-chain=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.intermediat
|
||||||
port=6522
|
port=6522
|
||||||
security-policy=require-tls
|
security-policy=require-tls
|
||||||
root-directory=/srv/infinote
|
root-directory=/srv/infinote
|
||||||
plugins=note-text,autosave,directory-sync,logging
|
plugins=note-text;autosave;directory-sync;logging
|
||||||
password={{ infinotepassword }}
|
password={{ infinotepassword }}
|
||||||
|
|
||||||
[autosave]
|
[autosave]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue