
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Simple book rental software with user-friendly features, multi-language support, and efficient ISBN management.
To deploy the Docker image bugfishtm/obr:latest using a single command, you can use the following:
bashdocker run -d --restart always -p 80:80 -p 443:443 -e sf_db_pass=your_password -e sf_url=your_url -e sf_timezone=Europe/Berlin -v obr_data:/var/www/html/_data -v obr_mysql:/var/lib/mysql bugfishtm/obr:latest
This command does the following:
-d)-e)-v)bugfishtm/obr:latest image from Docker HubReplace your_password, your_url, and your_timezone with appropriate values. The volumes obr_data and obr_mysql will be created automatically if they don't exist.
Initial user account for the website after deployment:
username: ***
password: changeme
| Variable | Description |
|---|---|
| sf_db_pass | MySQL root password for database to be created and used. |
| sf_url | Domain this service is running on. E.g http://localhost or https://localhost |
| sf_timezone | Timezone you want the service to run at. E.g Europe/Berlin. Use tz identifiers from [***] |
| Volume | Description |
|---|---|
| mysql | Stores persistent mysql database data. |
| data | Stores persistent website data. |
| ssl | Stores custom created ssl certificate on first run. Can be replaced with own certificate or ignored. |
| Port | Description |
|---|---|
| 80 | Port for HTTP Connections to website. |
| 443 | Port for HTTPS Connections to website. |
The following documentation is intended for both end-users and developers.
| Description | Link |
|---|---|
| Access the online documentation for this project. | https://bugfishtm.github.io/Online-Book-Renting/index.html |
If you encounter any issues or have questions while using this software, feel free to contact us:
Help us grow by sharing this project with others! You can:
We’re on a mission to create groundbreaking solutions, pushing the boundaries of technology. By being here, you’re an integral part of that journey.
Positive Guidelines:
Unacceptable Behavior:
Let’s collaborate, inspire one another, and build something extraordinary together!
I take security seriously and appreciate responsible disclosure. If you discover a vulnerability, please follow these steps:
I aim to acknowledge reports within 2–4 weeks and will update you on our progress once the issue is verified and addressed.
This software is provided as-is, without any guarantees of security, reliability, or fitness for any particular purpose. We do not take responsibility for any damage, data loss, security breaches, or other issues that may arise from using this software. By using this software, you agree that We are not liable for any direct, indirect, incidental, or consequential damages. Use it at your own risk.
The license for this software can be found in the https://github.com/bugfishtm/Online-Book-Renting/blob/main/LICENSE.md file.
🐟 Bugfish
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务