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.
|
@ -145,4 +145,5 @@ markdown_extensions:
|
||||
|
||||
# Page tree
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Home: index.md
|
||||
- Awesome Third Party: awesome-thirdparty.md
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: 'docs.foss.global',
|
||||
version: '1.0.6',
|
||||
version: '1.0.7',
|
||||
description: 'Documentation and tooling setup for foss.global project.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user