Account share app (not open source)
Top 64.4% on sourcepulse
This project provides a web application for sharing AI accounts, targeting small groups or account resellers. It offers a familiar UI, supports online features like plugins and drawing, and isolates user sessions, simplifying account management and access.
How It Works
The application leverages Docker for deployment and uses a configuration file (config.yaml
) to manage settings like admin passwords, user tokens, and database connections. It supports both SQLite and MySQL databases, with an option for automatic database schema migration. Key features include automatic AccessToken refreshing and session isolation, aiming for a seamless user experience.
Quick Start & Requirements
config/config.yaml
, and run ./deploy.sh
(for local deployment) or use docker-compose up -d
after setting up docker-compose.yml
.Highlighted Details
Maintenance & Community
The project has a Telegram group for communication: https://t.me/xyhelper.
Licensing & Compatibility
The project states it is "free but not open source" (免费但暂不开源). Specific licensing details are not provided in the README.
Limitations & Caveats
The project underwent a "destructive update" on 2023-12-12, altering the database structure and requiring manual migration of existing conversation data. The "not open source" status may limit commercial use or integration into closed-source projects.
1 year ago
1 week