
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Free Mumble Hosting
!Guildbit.com
GuildBit is a full-stack application written in Python to offer temporary virtual Mumble servers to users. Guildbit depends on https://github.com/alfg/murmur-rest API backend to interface with the virtual Mumble servers.
[***]
!Guildbit.com Home !Guildbit.com Server
It is highly recommended to use https://www.docker.com/ to setup your environment. A docker-compose.yml is provided as a typical setup for the following services:
If using Docker, scroll down to Docker Setup
Please note murmur-rest MUST be setup in order to deploy virtual Mumble servers. However, it is possible to work on the Guildbit app without murmur-rest, you just won't be able to deploy or administer any Mumble servers.
bash$ git clone https://github.com/alfg/guildbit $ virtualenv env --system-site-packages $ . env/bin/activate $ pip install -r requirements.txt $ export FLASK_ENV=development $ export FLASK_RUN_HOST=0.0.0.0 $ export FLASK_RUN_PORT=5000 $ flask run * Running on http://0.0.0.0:5000/ * Restarting with reloader
$ celery worker --app=app.tasks -l info
A Dockerfile and docker-compose.yml is provided for setting up a local development server. This will startup and link all services needed to run Guildbit:
$ docker-compose build $ docker-compose up Starting guildbit_redis_1 ... done Starting guildbit_murmurd_1 ... done Starting guildbit_db_1 ... done Starting guildbit_flower_1 ... done Starting guildbit_murmur-rest_1 ... done Starting guildbit_guildbit_1 ... done Starting guildbit_guildbit-tasks_1 ... done Starting guildbit_nginx_1 ... done guildbit_1 | [1] [INFO] Starting gunicorn 19.5.0 guildbit_1 | [1] [INFO] Listening at: http://0.0.0.0:8081 (1) guildbit_1 | [1] [INFO] Using worker: sync guildbit_1 | [9] [INFO] Booting worker with pid: 9
Or run flask run via Docker for active devleopment with a local volume mounted:
λ docker-compose run --service-ports guildbit bash Starting guildbit_db_1 ... done Starting guildbit_redis_1 ... done Starting guildbit_murmurd_1 ... done Starting guildbit_murmur-rest_1 ... done Creating guildbit_guildbit_run ... done root@dbf0add00eec:/opt/guildbit# . venv/bin/activate (venv) root@dbf0add00eec:/opt/guildbit# flask run * Serving Flask app "app" (lazy loading) * Environment: development * Debug mode: on * Running on http://0.0.0.0:8081/ (Press CTRL+C to quit) * Restarting with stat * Debugger is active! * Debugger PIN: 212-673-348
The database schema should automatically be created and ready for use.
Load http://localhost:8081 in your browser.
See https://github.com/alfg/guildbit/wiki/Configuring-Hosts on the wiki for next steps on setting up Hosts to start deploying Mumble servers.
See: https://github.com/alfg/guildbit/wiki/Commands-and-Fixes#activating-admin
Translations are welcome. To add or update a translation, please add a file or update a file in https://github.com/alfg/guildbit/tree/master/app/translations. For more information, please read the https://github.com/alfg/guildbit/wiki/Commands-and-Fixes#updating-translations.
MIT License © Alfred Gutierrez
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务