Skip to content

Commit

Permalink
action(auto): add goharbor
Browse files Browse the repository at this point in the history
  • Loading branch information
OnFireByte committed Aug 21, 2023
1 parent 9ee06e3 commit 701b9a0
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 22 deletions.
50 changes: 28 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,29 @@ This repo is also hosting astro code and all automated stuff. You can see the di
6. [Collab](#collab)
7. [Collaboration](#collaboration)
8. [Compiler](#compiler)
9. [Database](#database)
10. [Deployment](#deployment)
11. [Devops](#devops)
12. [Express](#express)
13. [Framework](#framework)
14. [Frontend](#frontend)
15. [Git](#git)
16. [Ide](#ide)
17. [Koa](#koa)
18. [Language](#language)
19. [Plugin](#plugin)
20. [Python](#python)
21. [React](#react)
22. [Security](#security)
23. [State-management](#state-management)
24. [Storage](#storage)
25. [Terminal](#terminal)
26. [Testing](#testing)
27. [Typescript](#typescript)
28. [Vim](#vim)
29. [Youtube](#youtube)
30. [Zsh](#zsh)
9. [Container](#container)
10. [Database](#database)
11. [Deployment](#deployment)
12. [Devops](#devops)
13. [Express](#express)
14. [Framework](#framework)
15. [Frontend](#frontend)
16. [Git](#git)
17. [Ide](#ide)
18. [Koa](#koa)
19. [Language](#language)
20. [Plugin](#plugin)
21. [Python](#python)
22. [React](#react)
23. [Security](#security)
24. [State-management](#state-management)
25. [Storage](#storage)
26. [Terminal](#terminal)
27. [Testing](#testing)
28. [Typescript](#typescript)
29. [Vim](#vim)
30. [Youtube](#youtube)
31. [Zsh](#zsh)
## Animation

- [Framer Motion](https://www.framer.com/motion/) - Production-ready motion library for React. Declarative animations with a simple syntax.
Expand All @@ -54,6 +55,7 @@ This repo is also hosting astro code and all automated stuff. You can see the di
- [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) - Alternative implementation of the Bitwarden server API written in Rust, perfect for self-hosted deployment.
- [dbeaver/cloudbeaver](https://github.com/dbeaver/cloudbeaver) - CloudBeaver is a web-based cloud database manager written in TypeScript and React.
- [Drupal/CCK](https://www.drupal.org/project/cck) - Content Construction Kit: Create custom content types, fields, and add-ons for Drupal
- [goharbor](https://goharbor.io/) - Open source registry for Kubernetes. Secures artifacts with policies and access control. Scans images for vulnerabilities and signs them as trusted.
- [kysely](https://github.com/kysely-org/kysely) - Type-safe and autocompletion-friendly typescript SQL query builder for node.js and other javascript environments
- [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.
- [longhorn/longhorn](https://github.com/longhorn/longhorn) - Distributed block storage for Kubernetes. Install with one command. Intuitive GUI dashboard.
Expand All @@ -77,6 +79,9 @@ This repo is also hosting astro code and all automated stuff. You can see the di
## Compiler

- [Reason](https://reasonml.github.io/) - Write type safe code with JavaScript & OCaml ecosystems.
## Container

- [goharbor](https://goharbor.io/) - Open source registry for Kubernetes. Secures artifacts with policies and access control. Scans images for vulnerabilities and signs them as trusted.
## Database

- [awesome-stack](https://github.com/thinc-org/awesome-stack) - Curated list of awesome technologies for building a stack. Covers backend, frontend, database, devops, and more.
Expand All @@ -92,6 +97,7 @@ This repo is also hosting astro code and all automated stuff. You can see the di
- [chezmoi](https://github.com/twpayne/chezmoi) - Manage dotfiles across machines, securely
- [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) - Alternative implementation of the Bitwarden server API written in Rust, perfect for self-hosted deployment.
- [Effect](https://effect.website/) - A powerful TypeScript library for creating complex synchronous and asynchronous programs with structured concurrency
- [goharbor](https://goharbor.io/) - Open source registry for Kubernetes. Secures artifacts with policies and access control. Scans images for vulnerabilities and signs them as trusted.
- [longhorn/longhorn](https://github.com/longhorn/longhorn) - Distributed block storage for Kubernetes. Install with one command. Intuitive GUI dashboard.
- [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with integrated AI for faster software development.
- [zdharma-continuum/zinit](https://github.com/zdharma-continuum/zinit) - A flexible and fast Zsh plugin manager with clean fpath, reports, completion management, turbo mode and dozens of other zadd-on features
Expand Down
12 changes: 12 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,17 @@
"devops",
"storage"
]
},
{
"by_user": "bankbkbkk",
"desc": "Open source registry for Kubernetes. Secures artifacts with policies and access control. Scans images for vulnerabilities and signs them as trusted.",
"from_server": "Thinc.",
"package_name": "goharbor",
"package_url": "https://goharbor.io/",
"tags": [
"backend",
"devops",
"container"
]
}
]
22 changes: 22 additions & 0 deletions src/pages/things/goharbor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---

title: "goharbor"

tag:

- backend
- devops
- container

desc: "Open source registry for Kubernetes. Secures artifacts with policies and access control. Scans images for vulnerabilities and signs them as trusted."

by: "bankbkbkk"

from: "Thinc."

---



https://goharbor.io/

0 comments on commit 701b9a0

Please sign in to comment.