fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-06 11:41:25 +02:00
parent b066e4c949
commit d3b5e2f20f
3 changed files with 17 additions and 2 deletions

View 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.

View File

@ -145,4 +145,5 @@ markdown_extensions:
# Page tree
nav:
- Home: index.md
- Home: index.md
- Awesome Third Party: awesome-thirdparty.md

View File

@ -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.'
}