Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1329a12b2 | |||
7ec50368fa | |||
5b239c837e | |||
d3b5e2f20f | |||
b066e4c949 | |||
97a73d70d1 |
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.
|
@ -1,6 +1,6 @@
|
||||
# foss.global documentation
|
||||
|
||||
!!! note
|
||||
!!! note "Welcome to the foss.global documentation!"
|
||||
This documentation is the combined, searchable and SEO optimized documentation for all [foss.global](https://foss.global) projects. Modules might sometimes be overlapping. Combining all documentation is the best way, to have have AI answer your questions, and to find exactly what you need within the foss.global ecosystem.
|
||||
|
||||
## What is foss.global?
|
||||
@ -16,3 +16,30 @@ Often times companies get it wrong why being an Open Source first company is a s
|
||||
* no special contracts needed, FOSS is FOSS.
|
||||
* demonstrated competence for investors and our portfolio alike
|
||||
* new business & investments opportunities based on a shared technical understanding and stack.
|
||||
|
||||
|
||||
## foss.global Projects
|
||||
|
||||
* **[apiclient.xyz](https://apiclient.xyz/)**
|
||||
simplified TypeScript API clients for third party services
|
||||
* **[compute.cloud](https://compute.cloud)**
|
||||
simplified cloud computing
|
||||
* **[push.rocks](https://push.rocks/)**
|
||||
solving scoped problems as well maintained TypeScript modules
|
||||
* **[uptime.link](https://uptime.link/)**
|
||||
status monitoring for websites and services
|
||||
* **[lossless.com](https://lossless.com/)**
|
||||
321 backups for your complete IT operations
|
||||
* **[social.io](https://social.io/)**
|
||||
customer support platform
|
||||
* **[serve.zone](https://social.io/)**
|
||||
scalable, simplified container management
|
||||
|
||||
!!! tip "There is more"
|
||||
foss.global is only one of our initiatives. We also have [workspace.global](https://workspace.global), [idp.global](https://idp.global) and [api.global](https://api.global). To learn more about them, visit their respective documentations.
|
||||
|
||||
foss.global projects are free to use for everyone. The other initiatives are only meant for task.vc portfolio companies only right now. We want to open them up for everybody in the long term.
|
||||
|
||||
*[idp.global]: a unified identity provider for task.vc portfolio companies.
|
||||
*[api.global]: a unified API gateway for task.vc portfolio companies.
|
||||
*[workspace.global]: a unified SaaS workspace for task.vc portfolio companies.
|
13
mkdocs/docs/serve.zone.md
Normal file
13
mkdocs/docs/serve.zone.md
Normal file
@ -0,0 +1,13 @@
|
||||
# serve.zone
|
||||
|
||||
serve.zone is the Open Source IaaS solution by task.vc.
|
||||
|
||||
The goals are:
|
||||
|
||||
* easy to use
|
||||
* easy to deploy
|
||||
* easy to maintain
|
||||
* easy to scale
|
||||
* hands off operation
|
||||
* secure by default
|
||||
* no lock in
|
0
mkdocs/docs/serve.zone/test.md
Normal file
0
mkdocs/docs/serve.zone/test.md
Normal file
@ -145,4 +145,10 @@ markdown_extensions:
|
||||
|
||||
# Page tree
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Home: index.md
|
||||
- serve.zone:
|
||||
- Introduction: serve.zone.md
|
||||
- modules:
|
||||
- module 1: serve.zone/test.md
|
||||
- module 2: serve.zone/test.md
|
||||
- Awesome Third Party: awesome-thirdparty.md
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docs.foss.global",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.8",
|
||||
"private": false,
|
||||
"description": "Documentation and tooling setup for foss.global project.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: 'docs.foss.global',
|
||||
version: '1.0.5',
|
||||
version: '1.0.8',
|
||||
description: 'Documentation and tooling setup for foss.global project.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user