This commit is contained in:
22
README.md
22
README.md
@@ -4,7 +4,10 @@
|
||||
- [Backup And Restore](#backup-and-restore)
|
||||
- [Gitea dump from docker host](#gitea-dump-from-docker-host)
|
||||
- [nginx](#nginx)
|
||||
- [gitea action runner](#gitea-action-runner)
|
||||
- [act runner](#act-runner)
|
||||
- [custom image - with ansible](#custom-image---with-ansible)
|
||||
- [Official Docker Image](#official-docker-image)
|
||||
- [Docker compose](#docker-compose)
|
||||
- [Other References](#other-references)
|
||||
|
||||
## Links
|
||||
@@ -44,11 +47,19 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_
|
||||
}
|
||||
```
|
||||
|
||||
## act runner
|
||||
|
||||
### custom image - with ansible
|
||||
|
||||
[Docker Image](packages/act-runner)
|
||||
|
||||
[Dockerfile](./docker/act-runner/ansible/Dockerfile)
|
||||
|
||||
|
||||
## gitea action runner
|
||||
### Official Docker Image
|
||||
|
||||
docker compose
|
||||
|
||||
#### Docker compose
|
||||
|
||||
``` yaml
|
||||
...
|
||||
@@ -72,9 +83,10 @@ docker compose
|
||||
# Needed only for the first start.
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=<registration token>
|
||||
```
|
||||
|
||||
https://gitea.com/gitea/act_runner/src/branch/main/examples/docker-compose
|
||||
|
||||
## Other References
|
||||
|
||||
- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com )
|
||||
|
||||
- [limbosolutions gitea hosting](https://git.limbosolutions.com) and [git repo](https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com)
|
||||
|
||||
Reference in New Issue
Block a user