Skip to content

Commit

Permalink
action(auto): add actions-runner-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
OnFireByte committed Sep 4, 2023
1 parent 9f829fe commit 7379cb0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This repo is also hosting astro code and all automated stuff. You can see the di
## Backend

- [acoshift/goreload](https://github.com/acoshift/goreload) - Goreload automatically recompiles your code when it detects a change. Stack: Go
- [actions-runner-controller](https://github.com/actions/actions-runner-controller) - Kubernetes operator for scaling self-hosted runners for GitHub Actions
- [ArthurFDLR/whisper-youtube](https://github.com/ArthurFDLR/whisper-youtube) - A Python library for extracting audio features from YouTube videos.
- [Awesome WhatTheFar](https://github.com/WhatTheFar/awesome-whatthefar) - Curated list of awesome WhatTheFar
- [awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - Curated list of self-hosted software
Expand Down Expand Up @@ -97,11 +98,13 @@ This repo is also hosting astro code and all automated stuff. You can see the di
- [Turso](https://turso.tech/) - SQLite Developer Experience in an Edge Database
## Deployment

- [actions-runner-controller](https://github.com/actions/actions-runner-controller) - Kubernetes operator for scaling self-hosted runners for GitHub Actions
- [chezmoi](https://github.com/twpayne/chezmoi) - Manage dotfiles across machines, securely
- [LlamaGPT](https://github.com/getumbrel/llama-gpt) - A self-hosted, offline, ChatGPT-like chatbot, powered by Llama 2. 100% private, with no data leaving your device.
## Devops

- [acoshift/goreload](https://github.com/acoshift/goreload) - Goreload automatically recompiles your code when it detects a change. Stack: Go
- [actions-runner-controller](https://github.com/actions/actions-runner-controller) - Kubernetes operator for scaling self-hosted runners for GitHub Actions
- [Awesome WhatTheFar](https://github.com/WhatTheFar/awesome-whatthefar) - Curated list of awesome WhatTheFar
- [axllent/mailpit](https://github.com/axllent/mailpit) - Mailpit - email testing for developers. SMTP server with a web interface and API for testing and integration. Written in Go.
- [chezmoi](https://github.com/twpayne/chezmoi) - Manage dotfiles across machines, securely
Expand Down
12 changes: 12 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,17 @@
"frontend",
"service"
]
},
{
"by_user": "bankbkbkk",
"desc": "Kubernetes operator for scaling self-hosted runners for GitHub Actions",
"from_server": "Thinc.",
"package_name": "actions-runner-controller",
"package_url": "https://github.com/actions/actions-runner-controller",
"tags": [
"backend",
"devops",
"deployment"
]
}
]
22 changes: 22 additions & 0 deletions src/pages/things/actions-runner-controller.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---

title: "actions-runner-controller"

tag:

- backend
- devops
- deployment

desc: "Kubernetes operator for scaling self-hosted runners for GitHub Actions"

by: "bankbkbkk"

from: "Thinc."

---



https://github.com/actions/actions-runner-controller

0 comments on commit 7379cb0

Please sign in to comment.