16e167bcfd
readme fixes
2024-04-19 17:08:43 +08:00
ef39c7a4d1
add .gitignores
2024-04-19 17:08:41 +08:00
792ea0ad90
kind-in-docker fixes ( #77 )
...
Reviewed-on: #77
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-01-26 01:41:54 +00:00
3e3503fdb4
Add jq, wget, and curl by default. ( #76 )
...
Reviewed-on: #76
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-01-16 19:03:10 +00:00
2f53306b32
Changes to make double-nested containerization work ( #74 )
...
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: #74
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-01-11 14:17:11 +00:00
00494ee2ed
Update to released 1.21 Gitea
2023-11-15 16:53:29 +00:00
d592374e23
Don't mount /data by default. ( #72 )
...
Reviewed-on: #72
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-10-30 19:56:43 +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
dcc6c62209
Add security warning
2023-10-18 20:16:00 +00:00
02df81a069
Merge pull request 'Add instructions for macOS.' ( #70 ) from telackey/osx into main
...
Reviewed-on: #70
2023-10-18 20:06:26 +00:00
ade3e94f4a
Add comment
2023-10-17 22:44:54 -05:00
17fc85d820
Remove obsolete comment
2023-10-17 22:16:02 -05:00
74d02cfe28
Merge branch 'telackey/osx' of git.vdb.to:cerc-io/hosting into telackey/osx
2023-10-17 16:15:25 -05:00
3690cab84c
space
2023-10-17 16:13:14 -05:00
4377d66990
Update gitea/act-runner.md
2023-10-17 21:10:52 +00:00
b05106e44b
Update gitea/act-runner.md
2023-10-17 21:05:56 +00:00
b55bdc2f29
Update gitea/act-runner.md
2023-10-17 21:05:08 +00:00
7cac7a9583
Update gitea/act-runner.md
2023-10-17 21:04:45 +00:00
6a73a1c92f
Tweak README
2023-10-17 16:04:06 -05:00
c580c9f9b9
Add instructions for macOS.
2023-10-17 16:01:07 -05:00
06238cfd47
Merge pull request 'Update to reflect totally different meaning for is_active field' ( #69 ) from dboreham/update-for-gitea-121 into main
...
Reviewed-on: #69
2023-10-12 20:36:33 +00:00
d62f32d7ab
Update to reflect totally different meaning for is_active field
2023-10-12 14:28:27 -06:00
0e4d1a81f2
Merge pull request 'Use Gitea 1.21 image' ( #68 ) from dboreham/update-gitea-1-21 into main
...
Reviewed-on: #68
2023-10-12 19:20:47 +00:00
fd207f54b1
Use Gitea 1.21 image
2023-10-11 16:50:59 -06:00
6288a384ce
Merge pull request 'Add packages to support deadsnakes Python install in jobs' ( #67 ) from dboreham/deadsnakes-fixes into main
...
Reviewed-on: #67
2023-10-11 22:43:12 +00:00
f5d66c9f40
Fix typo
2023-10-11 16:25:08 -06:00
47d42b864b
Add packages to support deadsnakes Python install in jobs
2023-10-11 09:49:50 -06:00
d4896cc6ae
Merge pull request 'Deployment-support' ( #66 ) from dboreham/deployment-support into main
...
Reviewed-on: #66
2023-10-09 20:54:37 +00:00
95f6fca977
Add deploy create subcommand
2023-10-09 13:36:17 -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
064d221ecc
Behave better when init script is re-run ( #61 )
...
Reviewed-on: #61
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2023-10-04 18:47:14 +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
15859058ad
Merge pull request #58 from roysc/fix-gitea-script
...
Patch gitea init script
2023-10-03 13:44:31 -06:00
6ba2e0d4a2
Generate secure one-off password for gitea admin
2023-10-03 13:43:11 -06:00
4bdf0f7d25
Merge pull request #60 from cerc-io/dboreham/fix-node-install
...
Use modern node.js install scheme
2023-09-28 06:21:35 -06:00
a49fbf37d9
Use modern node.js install scheme
2023-09-28 06:19:39 -06:00
f9bfee788f
Fix last gitea compose command
2023-09-05 11:16:28 +08:00
04baa6c035
Merge pull request #51 from cerc-io/dboreham/update-gitea-1-20
...
Bump gitea to 1.20
2023-07-19 08:14:46 -06:00
ebe6f8621b
Update initialize script for 1.20
2023-07-18 11:30:52 -06:00
0cb57033f1
Bump gitea to 1.20
2023-07-18 11:21:05 -06:00
2f509cfa98
Add link to debugging doc
2023-06-22 08:15:59 -06:00
1de319f3dc
Merge pull request #43 from cerc-io/dboreham/gitea-debugging-doc
...
Add documentation on debugging Gitea
2023-05-28 01:54:57 +08:00
b333ac892d
Add documentation on debugging Gitea
2023-05-27 11:53:58 -06:00
45087d9de2
Merge pull request #41 from cerc-io/dboreham/update-config
...
Update config to remove warning in runner log
2023-05-25 16:31:10 +08:00
b622724eb7
Update config to remove warning in runner log
2023-05-25 02:30:03 -06:00
b5a31b2c6b
Add note on debugging
2023-05-24 12:12:20 -06:00
3f11082d3e
Merge pull request #39 from cerc-io/dboreham/fix-token-scope
...
Add explicit package scope to token
2023-05-23 04:25:09 +08:00
d08d965347
Add explicit package scope to token
2023-05-22 13:41:37 -06:00
83d71ded74
Merge pull request #38 from cerc-io/dboreham/update-gitea-1.19.3
...
Update to gitea 1.19.3
2023-05-10 15:33:43 -07:00