mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(kb): promote placeholders to todo articles
This commit is contained in:
@@ -399,7 +399,7 @@ docker load …
|
||||
[containerd]: containerd.md
|
||||
[dive]: dive.placeholder
|
||||
[podman]: podman.md
|
||||
[testcontainers]: testcontainers.placeholder
|
||||
[testcontainers]: testcontainers.md
|
||||
|
||||
<!-- Upstream -->
|
||||
[building multi-arch images for arm and x86 with docker desktop]: https://www.docker.com/blog/multi-arch-images/
|
||||
|
||||
@@ -187,6 +187,8 @@ See also [How to manually download brew package for installation?].
|
||||
|
||||
- [manpage]
|
||||
- Homebrew [bundle]
|
||||
- [Mas]
|
||||
- [Whalebrew]
|
||||
|
||||
## Sources
|
||||
|
||||
@@ -195,9 +197,16 @@ See also [How to manually download brew package for installation?].
|
||||
- [How to manually download brew package for installation?]
|
||||
|
||||
<!--
|
||||
References
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
[mas]: mas.md
|
||||
[whalebrew]: whalebrew.md
|
||||
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[bundle]: https://github.com/Homebrew/homebrew-bundle
|
||||
[manpage]: https://docs.brew.sh/Manpage
|
||||
|
||||
50
knowledge base/mas.md
Normal file
50
knowledge base/mas.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Mas
|
||||
|
||||
TODO
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
|
||||
```sh
|
||||
brew install 'mas'
|
||||
sudo port install 'mas'
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Github]
|
||||
- [Homebrew]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
[homebrew]: homebrew.md
|
||||
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/mas-cli/mas
|
||||
|
||||
<!-- Others -->
|
||||
45
knowledge base/renovate.md
Normal file
45
knowledge base/renovate.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Renovate
|
||||
|
||||
TODO
|
||||
|
||||
Automated dependency updater.
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Github]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/renovatebot/renovate
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1 +0,0 @@
|
||||
https://github.com/renovatebot/renovate
|
||||
46
knowledge base/shasum.md
Normal file
46
knowledge base/shasum.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# Shasum
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
|
||||
```sh
|
||||
brew install 'coreutils'
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
# Print the checksum of given files.
|
||||
sha512sum 'path/to/file'
|
||||
sha1sum 'path/to/file.1' 'path/to/file.N'
|
||||
|
||||
# Check files given their checksum and name in one or more files.
|
||||
sha256sum -c 'expected.sha256'
|
||||
sha512sum -cw 'expected.1.sha512' 'expected.N.sha512'
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
<!-- Others -->
|
||||
@@ -1,18 +0,0 @@
|
||||
# Shasum
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Install the tools.
|
||||
brew install 'coreutils'
|
||||
|
||||
# Print the checksum of given files.
|
||||
sha512sum 'path/to/file'
|
||||
sha1sum 'path/to/file.1' 'path/to/file.N'
|
||||
|
||||
# Check files given their checksum and name in one or more files.
|
||||
sha256sum -c 'expected.sha256'
|
||||
sha512sum -cw 'expected.1.sha512' 'expected.N.sha512'
|
||||
```
|
||||
47
knowledge base/sops.md
Normal file
47
knowledge base/sops.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# sops
|
||||
|
||||
TODO
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Github]
|
||||
- [Goodbye Sealed Secrets, hello SOPS]
|
||||
- [Manage Kubernetes secrets with SOPS]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/getsops/sops
|
||||
|
||||
<!-- Others -->
|
||||
[goodbye sealed secrets, hello sops]: https://itnext.io/goodbye-sealed-secrets-hello-sops-3ee6a92662bb
|
||||
[manage kubernetes secrets with sops]: https://fluxcd.io/flux/guides/mozilla-sops/
|
||||
@@ -1,3 +0,0 @@
|
||||
https://github.com/getsops/sops
|
||||
https://fluxcd.io/flux/guides/mozilla-sops/
|
||||
https://itnext.io/goodbye-sealed-secrets-hello-sops-3ee6a92662bb
|
||||
45
knowledge base/spiffe.md
Normal file
45
knowledge base/spiffe.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# SPIFFE
|
||||
|
||||
TODO
|
||||
|
||||
Universal identity control plane for distributed systems.
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[website]: https://spiffe.io/
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1,3 +0,0 @@
|
||||
# SPIFFE
|
||||
|
||||
https://spiffe.io/
|
||||
43
knowledge base/teller.md
Normal file
43
knowledge base/teller.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Teller
|
||||
|
||||
TODO
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[website]: https://tlr.dev/
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1 +0,0 @@
|
||||
https://tlr.dev/
|
||||
@@ -1,5 +1,7 @@
|
||||
# Title
|
||||
|
||||
TODO
|
||||
|
||||
Intro
|
||||
|
||||
<!-- Remove this line to uncomment if used
|
||||
@@ -14,23 +16,38 @@ Intro
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
- [Github]
|
||||
|
||||
### Sources
|
||||
|
||||
<!--
|
||||
@@ -42,4 +59,7 @@ Intro
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/project/
|
||||
[website]: https://website/
|
||||
|
||||
<!-- Others -->
|
||||
|
||||
43
knowledge base/testcontainers.md
Normal file
43
knowledge base/testcontainers.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Testcontainers
|
||||
|
||||
TODO
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Website]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[website]: https://testcontainers.com/
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1 +0,0 @@
|
||||
https://testcontainers.com/
|
||||
41
knowledge base/todomd.md
Normal file
41
knowledge base/todomd.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# todomd
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Github]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/todomd/todo.md
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1,3 +0,0 @@
|
||||
# todomd
|
||||
|
||||
[website]: https://github.com/todomd/todo.md
|
||||
44
knowledge base/whalebrew.md
Normal file
44
knowledge base/whalebrew.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Whalebrew
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
1. [Further readings](#further-readings)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Installation and configuration</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
</details>
|
||||
-->
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Github]
|
||||
- [Homebrew]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
[homebrew]: homebrew.md
|
||||
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
[github]: https://github.com/whalebrew/whalebrew
|
||||
|
||||
<!-- Others -->
|
||||
@@ -1 +0,0 @@
|
||||
https://github.com/whalebrew/whalebrew
|
||||
Reference in New Issue
Block a user