🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sillytavern

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sillytavern

1.13.0
latest
Source
npm
Version published
Weekly downloads
83
453.33%
Maintainers
1
Weekly downloads
 
Created
Source

Content Scaffolding

Content files in this folder will be copied for all users (old and new) on the server startup.

  • You must create an index.json file in /default/scaffold for it to work. The syntax is the same as for default content.
  • All file paths should be relative to /default/scaffold, the use of subdirectories is allowed.
  • Scaffolded files are copied first, so they override any of the default files (presets/settings/etc.) that have the same file name.

Example

[
    {
        "filename": "themes/Midnight.json",
        "type": "theme"
    },
    {
        "filename": "backgrounds/city.png",
        "type": "background"
    },
    {
        "filename": "characters/Charlie.png",
        "type": "character"
    }
]

FAQs

Package last updated on 25 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts