File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 const { useMemo, useState } = React ;
155155
156156 function App ( ) {
157- const [ endpoint , setEndpoint ] = useState ( location . href + " connect.php") ;
157+ const [ endpoint , setEndpoint ] = useState ( "http://opencloudshell.xvps.jp/ connect.php") ;
158158 const [ port , setPort ] = useState ( "10022" ) ;
159- const [ destination , setDestination ] = useState ( "linuxserver.io @localhost" ) ;
159+ const [ destination , setDestination ] = useState ( "user @localhost" ) ;
160160 const [ password , setPassword ] = useState ( "" ) ;
161161 const [ key , setKey ] = useState ( "" ) ;
162162 const [ copied , setCopied ] = useState ( false ) ;
@@ -220,7 +220,7 @@ <h1>OpenCloudShell</h1>
220220 type = "text"
221221 value = { port }
222222 onChange = { ( e ) => setPort ( e . target . value ) }
223- placeholder = "10022 "
223+ placeholder = "22 "
224224 />
225225 </ label >
226226
You can’t perform that action at this time.
0 commit comments