mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
18 lines
523 B
Text
18 lines
523 B
Text
extends layout
|
|
|
|
|
|
block content
|
|
.container
|
|
h1 Welcome to CCashBank Front End SETUP
|
|
.card
|
|
form(method='POST', action='/setup')
|
|
#form-group
|
|
label BANKAPIURL:
|
|
input.form-control(name='url', type='url')
|
|
label SSH enabled on front end? leave unchecked if unsure:
|
|
input.form-control(name='secure', type='checkbox')
|
|
br
|
|
input.btn.btn-primary(type='submit',value='Submit')
|
|
br
|
|
br
|
|
h2 THESE SETTINGS WILL REQUIRE A RESTART TO APPLY
|