Commit Graph

25 Commits

Author SHA1 Message Date
00494ee2ed Update to released 1.21 Gitea 2023-11-15 16:53:29 +00:00
e4690d4742 Split act-runner into its own pod. (#71)
```
$ laconic-so --stack act-runner deploy init --output act-runner.yml

$ laconic-so --stack act-runner deploy create --spec-file act-runner.yml --deployment-dir ~/opt/deployments/act-runner-1
$ echo "CERC_GITEA_RUNNER_REGISTRATION_TOKEN=FOO" >> ~/opt/deployments/act-runner-1/config.env
$ laconic-so deployment --dir ~/opt/deployments/act-runner-1 up
```

Reviewed-on: #71
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-10-27 18:58:57 +00:00
fd207f54b1 Use Gitea 1.21 image 2023-10-11 16:50:59 -06:00
093dc3f04b Bump gitea version 2023-10-09 13:35:54 -06:00
67b98715e3 Add volumes to gitea (#63)
Reviewed-on: #63
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2023-10-09 17:51:47 +00:00
8bbad17ba1
Configure runner cache (#57)
https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image
2023-10-04 12:26:10 -05:00
6ba2e0d4a2 Generate secure one-off password for gitea admin 2023-10-03 13:43:11 -06:00
0cb57033f1 Bump gitea to 1.20 2023-07-18 11:21:05 -06:00
dd016182a5 Update to gitea 1.19.3 2023-05-10 16:31:39 -06:00
2229b8b7bb
Update Gitea to 1.19.2 2023-05-01 06:11:30 -06:00
b5d63b6ad0 Fix for gitea 1.19.1 2023-04-19 21:30:14 -06:00
6a96b18f81 Update gitea image 2023-04-19 16:59:48 -06:00
e94f634439
Update for latest act_runner. (#29)
* Update for latest act_runner.

* Update README
2023-04-11 15:04:59 -05:00
913c1f180d
Support passing container options. (#23)
* Support passing container options.

* - vs _
2023-03-27 22:27:58 -05:00
704176a80e Fix executor container name 2023-03-26 10:07:31 -06:00
48c5456107 Fix hostname 2023-03-24 23:11:33 -05:00
1a9c3b4ae5 Add support for Gitea actions via act_runner. 2023-03-24 22:21:44 -05:00
4908d65971 Enable CI/Actions in Gitea 2023-03-20 13:59:00 -06:00
60c10d68cb Update to Gitea 1.9 2023-03-20 09:54:26 -06:00
506f2d35bf Override uid/gid of files created in the data dir 2023-02-28 10:19:42 -07:00
f6c4d722ef Remove extraneous container name 2023-02-28 08:39:47 -07:00
843f2e2c2a Basic unattended install 2023-02-12 22:15:47 +00:00
86bb68fe74 Add host name 2023-01-06 15:49:36 -07:00
David Boreham
a2287c0ece Initial work on drone 2022-11-20 22:35:19 -07:00
97770a9718 Initial commit 2022-11-18 19:34:41 -07:00