I give up on gpt frontends for now
This commit is contained in:
parent
1be973f053
commit
66b3850633
3 changed files with 0 additions and 36 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
./arr.nix
|
./arr.nix
|
||||||
./changedetection.nix
|
./changedetection.nix
|
||||||
./cinny.nix
|
./cinny.nix
|
||||||
./gptnw.nix
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./librespeed.nix
|
./librespeed.nix
|
||||||
|
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{ inputs, config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers."gptnw" = {
|
|
||||||
image = "yidadaa/chatgpt-next-web";
|
|
||||||
ports = [ "${config.ports.gptnw}:3000" ];
|
|
||||||
environmentFiles = [ config.age.secrets.gptnw-keys.path ];
|
|
||||||
extraOptions = [ "--pull=always" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx.virtualHosts."chat.baduhai.me" = {
|
|
||||||
useACMEHost = "baduhai.me";
|
|
||||||
forceSSL = true;
|
|
||||||
kTLS = true;
|
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${config.ports.gptnw}";
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets.gptnw-keys = {
|
|
||||||
file = ../../../secrets/gptnw-keys.age;
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> ssh-ed25519 SP9f6A V4Y1jNGh/JU8U8iUVludXMvlB4YVQ95icaoqJ26M0gk
|
|
||||||
gSC6nQYT5SKXTp0EquY9eEb8mNnprMh+YdTnkGHNLTc
|
|
||||||
-> ssh-ed25519 3Chb7w obTIucmSHDb29GA5yn/frt4OGYZUAn/0QmlaeXPbMFw
|
|
||||||
JIPDx2l8TRHl1omENDduVd0rfhzor1q4nHwd1zLA2gc
|
|
||||||
-> ssh-ed25519 J6tVTA 9goRmvuTzsg57Ahg/aEU3yYL7Jme5WK1SCuslujGPUQ
|
|
||||||
C1haAUeBgxKaIj+L9xNPbGKCdnZ3X/wBLfKiTpPnVco
|
|
||||||
-> ?*-grease t+pr `5O :FAh'i `.*
|
|
||||||
X3U7fW2PqDGOcRtqgejkHn3Wdt9KtRBOsp4CZ5Eef8QBQL5QHpvq3excBoTEc0Jx
|
|
||||||
MoZYtGr9WPZuqGP5+kCDyGM
|
|
||||||
--- rcrVNi5Rq6C6zIvxNpLnd1e9MVysU5eG4WFJu7pLM/M
|
|
||||||
¹ôƒÛœXi<58>“Ä]ó¹½>û‡ÿÈI‡¤·Ïäfõë[/uoBm?gndœÕoÕi©ý*Áùê(PºÉ´D£h ÍF–«—?›®_´XžV«,Nÿ(îI-ºäaaO™Þ¬ n‡bÓWª
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue