jasmin
jasmin copied to clipboard
Unsure what to do after installing jasmin with docker
Hi, I installed jasmin it seems to be running correctly, but there are no instructions on what to do from here. jcli is not available and I am not sure how to send SMSs
you will need to config https://github.com/jookies/jasmin/blob/master/misc/config/jasmin.cfg allow [jcli]
If you want you can bind a single interface, you can specify its IP here
#bind = 127.0.0.1
Accept connections on the specified port, default is 8990
#port = 8990
If authentication is True, access will require entering a username and password
as defined in admin_username and admin_password, you can disable this security
layer by setting authentication to False, in this case admin_* values are ignored.
#authentication = True #admin_username = jcliadmin
This is a MD5 password digest hex encoded
#admin_password = 79e9b0aa3f3e7c53e916f7ac47439bcb
remove #