Add dedicated ollama server
This commit is contained in:
parent
5e7dabb478
commit
1e67aa5225
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"uuid" : "6cbf9176-56bc-4e83-ab61-65bdf5c71be8",
|
||||||
|
"name" : "dedicated Ollama Server",
|
||||||
|
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||||
|
"breakOutCategoryUuid" : null,
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"freeze" : false,
|
||||||
|
"pinToTop" : false,
|
||||||
|
"orderIndex" : 0,
|
||||||
|
"tags" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b",
|
||||||
|
"useGatewayWithProxyJump" : false,
|
||||||
|
"host" : "95.216.241.25",
|
||||||
|
"port" : 22,
|
||||||
|
"identity" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"identityStore" : {
|
||||||
|
"type" : "localIdentity",
|
||||||
|
"username" : "root",
|
||||||
|
"password" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "Fw2loI9EW5Knas54POrhTpc6Iq8Mfc2mljAHZya4tidNwrfcQ9QacQelRdeCc5YultHBXcSKB7fjz6irz067ISXbMccmIwTsi5pfroBkE_WpgnwmgXP1_64e1gblXPHyRgLY98hD-ffgrpLhtBCIMu2xytRL3OB65LeT0EPu7abC2V0kxIUE5KuRxQhvqHJIOIqBkvUvMoEv2MsiN6JPyJ_suaEyfglMNqLKZTCWD1y7"
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "hvtpAZ-zJtJNq57lj4scvw8htgRRJKVmvhG4eg-FnIWXrQ=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sshIdentity" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "g2BTxaYwttI0ESAJfFh6xhk8RRJnoIFdgKmBLlutZgRYvdK5JrFexHbd7UE-WsPYdA=="
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "hvtpAZ-zJtJNq57lj4scvw8htgRRJKVmvhG4eg-FnIWXrQ=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false,
|
||||||
|
"additionalOptions" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue