fix(core): update
This commit is contained in:
parent
b066e4c949
commit
d3b5e2f20f
14
mkdocs/docs/awesome-thirdparty.md
Normal file
14
mkdocs/docs/awesome-thirdparty.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Awesome Third Party Open Source Projects
|
||||||
|
|
||||||
|
At foss global we love open source projects. Here are some of our favorite third party open source projects:
|
||||||
|
|
||||||
|
## Storage:
|
||||||
|
|
||||||
|
* [MinIO](https://min.io/)
|
||||||
|
An S3 compatible object storage system that gets the job done. Yet, there might be better options.
|
||||||
|
* [Garage](https://garagehq.deuxfleurs.fr/)
|
||||||
|
A S3 compatible simple file storage system that is easy to use and easy to deploy.
|
||||||
|
|
||||||
|
## DevOps Cycle:
|
||||||
|
* [Gitea](https://gitea.io/)
|
||||||
|
A lightweight GitHub clone that is easy to deploy and easy to use. Since it is written in Go and comes a a single binary, it is easy to deploy and maintain, and on top super fast. [code.foss.global](https://code.foss.global) is powered by Gitea.
|
@ -146,3 +146,4 @@ markdown_extensions:
|
|||||||
# Page tree
|
# Page tree
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
- Awesome Third Party: awesome-thirdparty.md
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: 'docs.foss.global',
|
name: 'docs.foss.global',
|
||||||
version: '1.0.6',
|
version: '1.0.7',
|
||||||
description: 'Documentation and tooling setup for foss.global project.'
|
description: 'Documentation and tooling setup for foss.global project.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user