{"id":15141789,"url":"https://github.com/jim60105/docker-sillytavern","last_synced_at":"2025-10-23T18:30:49.620Z","repository":{"id":251726173,"uuid":"838223677","full_name":"jim60105/docker-SillyTavern","owner":"jim60105","description":"This is the docker image for \"SillyTavern: LLM Frontend for Power Users.\" from the community. (Dockerfile, CI image build)","archived":false,"fork":false,"pushed_at":"2025-02-07T13:33:33.000Z","size":87,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T14:34:23.084Z","etag":null,"topics":["docker-image","dockerfile","sillytavern","tavernai"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jim60105.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T07:49:26.000Z","updated_at":"2025-02-07T13:33:37.000Z","dependencies_parsed_at":"2024-09-21T14:02:44.637Z","dependency_job_id":"efd0a5d5-323a-4a65-8764-77264cebada8","html_url":"https://github.com/jim60105/docker-SillyTavern","commit_stats":null,"previous_names":["jim60105/docker-sillytavern"],"tags_count":0,"template":false,"template_full_name":"jim60105/Containerfile-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-SillyTavern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-SillyTavern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-SillyTavern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-SillyTavern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jim60105","download_url":"https://codeload.github.com/jim60105/docker-SillyTavern/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869260,"owners_count":19379290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","dockerfile","sillytavern","tavernai"],"created_at":"2024-09-26T09:01:59.977Z","updated_at":"2025-10-23T18:30:44.312Z","avatar_url":"https://github.com/jim60105.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-SillyTavern\n\nThis is the docker image for [SillyTavern: LLM Frontend for Power Users.](https://github.com/SillyTavern/SillyTavern) from the community.\n\nGet the Dockerfile at [GitHub](https://github.com/jim60105/docker-SillyTavern), or pull the image from [ghcr.io](https://ghcr.io/jim60105/sillytavern) or [quay.io](https://quay.io/repository/jim60105/sillytavern?tab=tags).\n\n## Usage Command\n\nFirst, set the default password for the `default-user` account by the following command.  \nReplace `SHOULD_CHANGE_THIS_PASSWORD` with your desired password.\n\n```bash\ndocker compose run --rm sillytavern_recover default-user SHOULD_CHANGE_THIS_PASSWORD\n```\n\nThen, start the container.\n\n```bash\ndocker compose up -d\n```\n\nThe default port is `8000`. You can access the web interface by visiting `http://localhost:8000`.\n\n### Build Command\n\n\u003e [!IMPORTANT]  \n\u003e Clone the Git repository recursively to include submodules:  \n\u003e `git clone --recursive https://github.com/jim60105/docker-SillyTavern.git`\n\n```bash\ndocker build -t SillyTavern .\n```\n\n\u003e [!NOTE]  \n\u003e If you are using an earlier version of the docker client, it is necessary to [enable the BuildKit mode](https://docs.docker.com/build/buildkit/#getting-started) when building the image. This is because I used the `COPY --link` feature which enhances the build performance and was introduced in Buildx v0.8.  \n\u003e With the Docker Engine 23.0 and Docker Desktop 4.19, Buildx has become the default build client. So you won't have to worry about this when using the latest version.\n\n## LICENSE\n\n\u003e [!NOTE]  \n\u003e The main program, [SillyTavern](https://github.com/SillyTavern/SillyTavern), is distributed under [AGPL-3.0 license](https://github.com/SillyTavern/SillyTavern/blob/release/LICENSE).  \n\u003e Please consult their repository for access to the source code and licenses.  \n\u003e The following is the license for the Dockerfiles and CI workflows in this repository.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/268109a2-7194-491c-9020-3d53860f3fe3\" alt=\"agplv3\" width=\"300\" /\u003e\n\n[GNU AFFERO GENERAL PUBLIC LICENSE Version 3](/LICENSE)\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n\u003e [!CAUTION]  \n\u003e An AGPLv3 licensed Dockerfile means that you ***MUST*** **distribute the source code with the same license**, if you\n\u003e\n\u003e - Re-distribute the image. (You can simply point to this GitHub repository if you doesn't made any code changes.)\n\u003e - Distribute a image that uses code from this repository.\n\u003e - Or **distribute a image based on this image**. (`FROM ghcr.io/jim60105/sillytavern` in your Dockerfile)\n\u003e\n\u003e \"Distribute\" means to make the image available for other people to download, usually by pushing it to a public registry. If you are solely using it for your personal purposes, this has no impact on you.\n\u003e\n\u003e Please consult the [LICENSE](LICENSE) for more details.\n\n[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/docker-SillyTavern/badge)](https://www.codefactor.io/repository/github/jim60105/docker-SillyTavern) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/jim60105/docker-SillyTavern/scan.yml?label=IMAGE%20SCAN)](https://github.com/jim60105/docker-SillyTavern/actions/workflows/scan.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjim60105%2Fdocker-sillytavern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjim60105%2Fdocker-sillytavern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjim60105%2Fdocker-sillytavern/lists"}