-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
64 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: CodeSearch | ||
owner: eryajf | ||
repo: gitlabCodeSearch | ||
desc: '🔎 使用关键字搜索所有 Gitlab 项目,并将结果输出为 Excel' | ||
desc_en: '🔎 Use keywords to search all gitlab projects, and output the results as Excel' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
kind: 代码搜索 | ||
kind: CodeSearch | ||
owner: huichen | ||
repo: kunlun | ||
desc: '基于 Golang 实现的 Git 仓库代码搜索引擎,只支持检索本地代码仓库' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: RPM | ||
owner: eryajf | ||
repo: rpmbuild | ||
desc: '收集整理生产实践中积累的 RPM 包构建 spec 文件,你可以直接基于此构建出符合自己实际需求的 RPM 包' | ||
desc_en: 'Collect and organize the spec files of RPM packages accumulated in production practice, you can directly build RPM packages that meet your actual needs based on this' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: Shell-Scripts | ||
owner: eryajf | ||
repo: magic-of-sysuse-scripts | ||
desc: '基于shell脚本实现的一个运维外挂,可通过脚本随处完成一些运维自动化的操作' | ||
desc_en: 'An operation and maintenance plug-in based on shell scripts, which can complete some operation and maintenance automation operations anywhere through scripts' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: 文档 | ||
owner: eryajf | ||
repo: HowToStartOpenSource | ||
desc: 'GitHub 开源项目维护协作指南' | ||
desc_en: 'GitHub open source project maintenance collaboration guide' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: 文档 | ||
owner: eryajf | ||
repo: Thanks-Mirror | ||
desc: '整理记录各个包管理器,系统镜像,以及常用软件的好用镜像' | ||
desc_en: 'Organize and record the good mirrors of various package managers, system images, and commonly used software' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: 终端命令行工具 | ||
owner: eryajf | ||
repo: eryajfctl | ||
desc: '🚀 基于 Cobra 库快速打造类似 kubectl 一样的命令行工具箱 🧰' | ||
desc_en: '🚀 Quickly build a command line toolbox like kubectl based on the Cobra library 🧰' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Contributor's Guide | ||
|
||
Welcome to provide feedback, report bugs, and submit pull requests. You can click [issue](https://github.com/eryajf/awesome-ops/issues) to submit. | ||
|
||
If you are collaborating on GitHub for the first time, you can refer to: [Collaborative Development Process](https://howtosos.eryajf.net/en/HowToStartOpenSource/01-basic-content/03-collaborative-development-process.html) | ||
|
||
📢 Prerequisite: Please note that the submitted project must be a GitHub project, otherwise the other fields in the table will not be displayed correctly. | ||
|
||
1. The README of this project is automatically generated by an action, please do not edit this file. | ||
|
||
2. The files in README are taken from the `items/*/*.yaml` files. If you want to add a new project, please copy a file in the corresponding category, and then fill it in according to its content specifications: | ||
|
||
```yaml | ||
kind: OpenLDAP | ||
owner: eryajf | ||
repo: go-ldap-admin | ||
desc: '🌉 OpenLDAP 后台管理项目,采用 Golang+Vue 实现' | ||
desc_en: '🌉 OpenLDAP background management project based on Golang+Vue' | ||
``` | ||
- The above four fields are all required, otherwise it will cause rendering failure. | ||
- `kind:` used to classify the project according to this field, usually consistent with the name of the parent directory. | ||
- `owner:` the username of the repository or the name of the organization. 📢 Note: If the value of this field is all numbers, please enclose it in double quotation marks. Otherwise, the action will fail. | ||
- `repo:` the name of the repository. 📢 Note: If the value of this field is all numbers, please enclose it in double quotation marks. Otherwise, the action will fail. | ||
- `desc:` briefly introduce the project in a few words. Please note that this content should not contain any special characters like |, as it will be presented as a column in the table. | ||
- `desc_en:` briefly describe the project in English. Please note that this content should not contain any special characters like |, as it will be presented as a column in the table. | ||
|
||
3. If you are unsure how to categorize a project, or if the project currently does not have a corresponding category, you can try creating a category directory first before adding the project. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters