2 Commits

Author SHA1 Message Date
5b239c837e 1.0.7 2024-05-06 11:41:26 +02:00
d3b5e2f20f fix(core): update 2024-05-06 11:41:25 +02:00
4 changed files with 18 additions and 3 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

@ -1,6 +1,6 @@
{
"name": "docs.foss.global",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"description": "Documentation and tooling setup for foss.global project.",
"main": "dist_ts/index.js",

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