1
0
Fork 0
1Panel-Appstore/apps/stash-box
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
development 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png

README.md

Stash Box

视频索引和感知哈希元数据API

Stash

简介

Stash 是一个用 Go 语言编写的网页应用程序,用于为您存储和组织色情收藏。它是自托管的,并遵循 AGPL-3.0 许可协议发布。

  • Stash 从互联网收集您收藏中的视频信息,并通过使用社区构建的插件扩展,支持大量内容制作者和网站。

  • Stash 支持多种视频和图像格式。

  • 您可以标记视频,稍后找到它们。

  • Stash 提供关于表演者、标签、工作室等统计信息。

安装说明

默认用户名与密码,请通过日志查看

配置数据库

Stash 使用 PostgreSQL 作为数据库。您可以在安装后前往持久化目录下的 data/stash-box-config.yml 修改配置

基本格式:username:password@host:port/database?sslmode=disable

示例:postgres:postgres@127.0.0.1:5432/stash?sslmode=disable

database: "填写数据库配置"
jwt_secret_key: "系统生成"
session_store_key: "系统生成"

Ms Studio