10 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
b066e4c949 1.0.6 2024-05-01 01:24:17 +02:00
97a73d70d1 fix(core): update 2024-05-01 01:24:16 +02:00
8797552f06 1.0.5 2024-04-30 19:53:10 +02:00
d160164e9c fix(core): update 2024-04-30 19:53:09 +02:00
77ed3c74fc 1.0.4 2024-04-30 19:32:22 +02:00
68d34afacb fix(core): update 2024-04-30 19:32:21 +02:00
8c54beffeb 1.0.3 2024-04-30 19:32:08 +02:00
0c5bd12852 fix(core): update 2024-04-30 19:32:08 +02:00
8 changed files with 90 additions and 33 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

@ -1 +1,45 @@
Hello there.
# foss.global documentation
!!! 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?
foss.global was created by task.vc as a **super scope for all task.vc open source projects**. The main theme for the Open Source projects is to simplify the life of developers and to provide a better developer experience. We share our efforts as Open Source since it became apparent to us, that it is the best way to work on, improve and benefit together from shared knowledge and solutions within our portfolio companies and the FOSS community.
## The benefits for task.vc
Often times companies get it wrong why being an Open Source first company is a stellar approach for progress. Here is how we as task.vc benefit from doing things in the open:
* a common and open way to think about technical problems
* fix once, fix everywhere
* accelerted growth due to symbiotically shared techical solutions within our portfolio
* 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.

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

@ -5,10 +5,21 @@
"githost": "code.foss.global",
"gitscope": "foss.global",
"gitrepo": "docs.foss.global",
"description": "the docs for foss.global",
"description": "Documentation and tooling setup for foss.global project.",
"npmPackagename": "docs.foss.global",
"license": "UNLICENSED",
"projectDomain": "docs.foss.global"
"projectDomain": "docs.foss.global",
"keywords": [
"documentation",
"TypeScript",
"docker",
"npm package",
"code quality",
"continuous integration",
"version control",
"open source",
"software development"
]
}
},
"npmci": {

View File

@ -1,8 +1,8 @@
{
"name": "docs.foss.global",
"version": "1.0.2",
"version": "1.0.7",
"private": false,
"description": "the docs for foss.global",
"description": "Documentation and tooling setup for foss.global project.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -45,5 +45,16 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"documentation",
"TypeScript",
"docker",
"npm package",
"code quality",
"continuous integration",
"version control",
"open source",
"software development"
]
}

0
readme.hints.md Normal file
View File

View File

@ -1,30 +1,6 @@
# @foss.global/docs.foss.global
the docs for foss.global
## Availabililty and Links
* [npmjs.org (npm package)](https://www.npmjs.com/package/docs.foss.global)
* [gitlab.com (source)](https://code.foss.global/foss.global/docs.foss.global)
* [github.com (source mirror)](https://github.com/foss.global/docs.foss.global)
* [docs (typedoc)](https://foss.global.gitlab.io/docs.foss.global/)
## Status for master
Status Category | Status Badge
-- | --
GitLab Pipelines | [![pipeline status](https://code.foss.global/foss.global/docs.foss.global/badges/master/pipeline.svg)](https://lossless.cloud)
GitLab Pipline Test Coverage | [![coverage report](https://code.foss.global/foss.global/docs.foss.global/badges/master/coverage.svg)](https://lossless.cloud)
npm | [![npm downloads per month](https://badgen.net/npm/dy/docs.foss.global)](https://lossless.cloud)
Snyk | [![Known Vulnerabilities](https://badgen.net/snyk/foss.global/docs.foss.global)](https://lossless.cloud)
TypeScript Support | [![TypeScript](https://badgen.net/badge/TypeScript/>=%203.x/blue?icon=typescript)](https://lossless.cloud)
node Support | [![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/)
Code Style | [![Code Style](https://badgen.net/badge/style/prettier/purple)](https://lossless.cloud)
PackagePhobia (total standalone install weight) | [![PackagePhobia](https://badgen.net/packagephobia/install/docs.foss.global)](https://lossless.cloud)
PackagePhobia (package size on registry) | [![PackagePhobia](https://badgen.net/packagephobia/publish/docs.foss.global)](https://lossless.cloud)
BundlePhobia (total size when bundled) | [![BundlePhobia](https://badgen.net/bundlephobia/minzip/docs.foss.global)](https://lossless.cloud)
## Usage
Use TypeScript for best in class intellisense
For further information read the linked docs at the top of this readme.
> the docs for foss.global! Not more, not less.
## Legal
> UNLICENSED licensed | **©** [Task Venture Capital GmbH](https://task.vc)

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: 'docs.foss.global',
version: '1.0.2',
description: 'the docs for foss.global'
version: '1.0.7',
description: 'Documentation and tooling setup for foss.global project.'
}