DRONE_ADMIN 用户的默认管理员密码是什么?

What is the default admin password for DRONE_ADMIN users?

首次安装时使用 docker-compose 文件并关注 installation instructions what is the default password for Closed Registration DRONE_ADMIN 用户?

Web 前端不允许您在没有登录的情况下访问它,并且在没有登录的情况下也无法使用 CLI 创建新用户。

管理用户需要使用 Gogs 用户名和密码登录

Drone will prompt you for a username and password to authenticate. You should use your Gogs username and password. This is unfortunately required due to Gogs lack of oauth2 support.

让我们使用此示例配置作为参考:

DRONE_ADMIN=johnsmith

您需要确保 johnsmith 是有效的 Gogs 用户名。当系统提示您登录时,您应该输入 johnsmith 作为用户名,并使用 johnsmith 的 Gogs 密码。