This commit is contained in:
David Schroeder
2026-07-26 15:18:34 -05:00
parent e2b0396283
commit 074d9c4583
3 changed files with 30 additions and 6 deletions
+6 -4
View File
@@ -94,12 +94,14 @@ the repository or at an absolute host path.
Create the initial Gitea administrator:
```sh
docker compose exec gitea \
gitea admin user create \
--admin --username taiadmin --email ADMIN-EMAIL \
--password 'TEMPORARY-RANDOM-PASSWORD' --must-change-password
./manage.sh create-admin
```
No Gitea login is hard-coded or stored in `.env`. The command prompts for the
administrator username and email, generates a temporary password, and requires
it to be changed at first login. The initial web installer is intentionally
locked and public registration is disabled.
Sign in to Gitea at `https://GITEA_DOMAIN`, create the `TAI` organization, and
create: