mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-26 06:57:26 +00:00
13 lines
521 B
Markdown
13 lines
521 B
Markdown
This app is pre-setup with an admin account. The initial credentials are:
|
|
|
|
**Username**: root<br/>
|
|
**Password**: changeme<br/>
|
|
|
|
<sso>
|
|
Use the `Local` authentication source for logging in as admin.
|
|
</sso>
|
|
|
|
Gitea is bundled along with `act_runner` runner. It's being registered in Gitea at the first run.
|
|
To configure `act_runner` you need to update `/app/data/act_runner/config.yaml`. Please read a config example for a reference.
|
|
https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
|