forked from DGNum/infrastructure
feat(krz01): add a NGINX in front of ollama protected by password
This way, you can do direct requests to ollama from other places. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
7d70beb1f0
commit
d76e655174
2 changed files with 33 additions and 8 deletions
|
@ -127,6 +127,14 @@ let
|
|||
"cas-eleves"
|
||||
"vote"
|
||||
];
|
||||
|
||||
krz01.dual = [
|
||||
# Beta-grade machine learning API servers
|
||||
"ollama01.beta"
|
||||
"openui.beta"
|
||||
"whisper.beta"
|
||||
"stable-diffusion.beta"
|
||||
];
|
||||
}
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue