I'm probably not going to use it, and prefer librechat instead. I mostly gave up on it because I couldn't make heads-nor-tails of their SSO settings. It just says "authelia=true" - that's not enough to configure any SSO, even Authelia. I probably misunderstand what Sillytavern fundamentally is.
22 lines
316 B
Nix
22 lines
316 B
Nix
{
|
|
imports = [
|
|
./authentik.nix
|
|
./base.nix
|
|
./caddy.nix
|
|
./cloud-init.nix
|
|
./collabora.nix
|
|
./cloudreve.nix
|
|
./do-agent.nix
|
|
./element-web.nix
|
|
./fish.nix
|
|
./openssh.nix
|
|
./podman.nix
|
|
./seafile.nix
|
|
./sillytavern.nix
|
|
./sudo.nix
|
|
./synapse.nix
|
|
./timecardbot.nix
|
|
./tmux.nix
|
|
./vikunja.nix
|
|
];
|
|
}
|