Commit Graph

19 Commits

Author SHA1 Message Date
Kwaroran
45bef69d7a fix: add Cargo.lock to .gitignore to prevent build failures 2025-05-18 17:21:55 +09:00
kwaroran
35f0f8e1dc Add tests && add img lazy async 2025-04-14 15:28:14 +09:00
shirosaki-hana
f4d3f40ce5 Add HTTPS support for RisuAI Node.js hosting version
The Node.js hosting version of RisuAI previously used simple app.listen for server execution, which didn't support native HTTPS. This caused several functionality issues due to browser security restrictions when accessing RisuAI externally, such as realm loading failures and inability to insert prompt presets.

The updated code now checks for certificate files named server.key and server.crt in the /server/node/ssl/certificate directory. If found, the server will start using HTTPS.

The /ssl directory includes a script to generate a self-signed SSL certificate using OpenSSL. To use it, add the server's public IP to the [ alt_names ] section in server.conf before generating the certificate. The CA certificate should be installed on the operating system or browser of devices remotely accessing RisuAI.

For production use with a domain, it's recommended to use a certificate from an official Certificate Authority.
2025-03-20 15:40:11 +09:00
Kwaroran
d2fce340bb Add TriggerV2 2025-02-15 21:29:37 +09:00
kwaroran
2ab318188e Basic Lite version 2024-08-12 23:48:14 +09:00
kwaroran
45b16da8a5 chore: Update .gitignore to include dist.zip and scripts/ 2024-07-02 04:56:03 +09:00
kwaroran
24c7c2bcb9 add local vars 2024-06-27 00:24:16 +09:00
kwaroran
601a413041 chore: add updater workflow 2024-06-14 22:55:01 +09:00
kwaroran
70daaff160 Add llamacpp python scripts 2024-01-12 12:11:58 +09:00
kwaroran
94aadc53cc [chore] update gitignore 2023-12-17 16:23:51 +09:00
kwaroran
d2b481be1a [chore] update gitigone 2023-11-29 01:58:16 +09:00
hashcoko
5983e3883f [Fix] NAI TTS Cors ERR
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 03:45:34 +09:00
Yazan Agha-Schrader
d501d4ce79 update add german translation 2023-09-07 02:49:40 +02:00
kwaroran
bf1bd127ab gptq processing 2023-08-18 19:38:52 +09:00
kwaroran
e722efb73d [feat] ooba formating 2023-07-09 17:24:10 +09:00
kwaroran
67af81f3c9 [feat] add wppparser 2023-06-27 22:18:09 +09:00
kwaroran
f72380ef0c [feat] comming soon to offical discord for temp 2023-06-16 10:38:11 +09:00
kwaroran
205cc2744f [feat] node hosting support 2023-05-27 23:15:23 +09:00
kwaroran
2c5c7d2694 Risuai 0.6.3 first commit 2023-05-07 12:41:45 +09:00