From 7157fdb33762e7a75d068c3e51e61d648c78bc54 Mon Sep 17 00:00:00 2001 From: Fabrizio Cafolla Date: Wed, 18 Sep 2024 15:55:22 +0200 Subject: [PATCH] test --- .activate | 19 +- .github/workflows/test.yml | 1 - devbox.json | 21 +- requirements.txt | 1 - .../communities/italian-linux-society.md | 8 +- website/src/pages/landings/opensources.md | 194 +++++++++--------- .../opensources/awesome-italia-open-source.md | 4 +- 7 files changed, 130 insertions(+), 118 deletions(-) diff --git a/.activate b/.activate index b02ad67..519a0d5 100755 --- a/.activate +++ b/.activate @@ -3,18 +3,23 @@ if [ "${BASH_SOURCE-}" = "$0" ]; then exit 33 fi -venv_filename="${VENV_DIR:-.venv}/bin/activate" +VENV_FILE="${VENV_DIR}/bin/activate" -if [[ -f ${venv_filename} ]]; then - source "${venv_filename}" +if [ -f "${VENV_FILE}" ]; then + . "${VENV_FILE}" else + echo "VENV_DIR: ${VENV_DIR}" + echo "VENV_FILE: ${VENV_FILE}" echo "WARN No virtualenv found. Run 'make setup' to create one." fi -if [[ -f .env ]]; then - source ".env" +ENV_FILE="${DEVBOX_PROJECT_ROOT}/.env" +DOPPLER_FILE="${DEVBOX_PROJECT_ROOT}/.env.doppler" + +if [ -f "${ENV_FILE}" ]; then + . "${ENV_FILE}" fi -if [[ -f .env.doppler ]]; then - source ".env.doppler" +if [ -f "${DOPPLER_FILE}" ]; then + . "${DOPPLER_FILE}" fi diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 333b847..11bf937 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,5 @@ jobs: AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }} AWS_ROLE_NAME: ${{ secrets.AWS_ROLE_NAME }} run: | - devbox shell devbox run infra setup devbox run tests diff --git a/devbox.json b/devbox.json index 016cb0e..a936c4f 100644 --- a/devbox.json +++ b/devbox.json @@ -8,23 +8,28 @@ "terraform@1.9.5", "tflint@0.52.0" ], - "env": {}, + "env": { + "INFRASTRUCTURE_PATH": "${DEVBOX_PROJECT_ROOT}/infrastructure", + "WEBSITE_PATH": "${DEVBOX_PROJECT_ROOT}/website" + }, "include": [], "shell": { - "init_hook": [". $VENV_DIR/bin/activate", "devbox run setup"], + "init_hook": [". ${DEVBOX_PROJECT_ROOT}/.activate", "devbox run setup"], "scripts": { - "infra": ["cd infrastructure && make $@ ; cd -"], - "website": ["cd website && make $@ ; cd -"], + "infra": ["cd ${INFRASTRUCTURE_PATH} && make $@ ; cd -"], + "website": ["cd ${WEBSITE_PATH} && make $@ ; cd -"], "setup": [ - "chmod +x scripts/*", - "pip3 install -r requirements.txt", + ". ${DEVBOX_PROJECT_ROOT}/.activate", + "chmod +x ${DEVBOX_PROJECT_ROOT}/scripts/*", + "pip3 install -r ${DEVBOX_PROJECT_ROOT}/requirements.txt", "pre-commit install", "devbox run website setup" ], - "deploy": ["./scripts/deploy.sh"], - "doppler": ["./scripts/doppler.sh"], + "deploy": ["${DEVBOX_PROJECT_ROOT}/scripts/deploy.sh"], + "doppler": ["${DEVBOX_PROJECT_ROOT}/scripts/doppler.sh"], "lint": ["pre-commit run --all-files"], "tests": [ + ". ${DEVBOX_PROJECT_ROOT}/.activate", "devbox run lint", "devbox run website pages-check", "devbox run website build", diff --git a/requirements.txt b/requirements.txt index 3f22b2f..a7ae8ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ --r website/requirements.txt checkov==3.2.* pre-commit==3.* diff --git a/website/src/pages/communities/italian-linux-society.md b/website/src/pages/communities/italian-linux-society.md index 52c83ed..6b65f54 100644 --- a/website/src/pages/communities/italian-linux-society.md +++ b/website/src/pages/communities/italian-linux-society.md @@ -5,9 +5,13 @@ tags: dev, talks, networking, tech, linuz --- -# Italian Linux Society +import VerifiedIcon from '@mui/icons-material/Verified' +import Alert from '@mui/material/Alert'; -![GitHub Repo](https://img.shields.io/static/v1?label=category&message=communities&color=green) +# Italian Linux Society + + +![Community Partner](https://img.shields.io/static/v1?label=community&message=partner&color=blue) ![GitHub Repo](https://img.shields.io/static/v1?label=category&message=communities&color=green) ### Description diff --git a/website/src/pages/landings/opensources.md b/website/src/pages/landings/opensources.md index e5436e3..cce8a05 100644 --- a/website/src/pages/landings/opensources.md +++ b/website/src/pages/landings/opensources.md @@ -15,7 +15,7 @@ tags: opensource projects, open-source, opensource `Go` | `2Fa` | `Security` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -27,7 +27,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Aws` | `Lambda` | `Serverless` | `Cloud` | `Performance` | `Cost` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -39,7 +39,7 @@ tags: opensource projects, open-source, opensource `Html` | `Css` | `Javascript` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -51,7 +51,7 @@ tags: opensource projects, open-source, opensource `Python` | `Javascript` | `Django` | `Api` | `Apis` | `Free` | `Data` | `Nuxt.Js` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -61,7 +61,7 @@ tags: opensource projects, open-source, opensource `Css` | `Bootstrap` | `Javascript` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -73,7 +73,7 @@ tags: opensource projects, open-source, opensource `C` | `C++` | `Html` | `Arduino` | `Python` | `Flask` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -85,7 +85,7 @@ tags: opensource projects, open-source, opensource `C++` | `Interpreter` | `Programming Language` | `Multi-Paradigm` | `Scripting` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -97,7 +97,7 @@ tags: opensource projects, open-source, opensource `Python` | `Odoo` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -109,7 +109,7 @@ tags: opensource projects, open-source, opensource `Astro` | `Javascript` | `Typescript` | `Bulmacss` -

Last updated

+

Last updated 2024-09-15T17:01:10Z

*** @@ -121,7 +121,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Javascript` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -129,11 +129,11 @@ tags: opensource projects, open-source, opensource **Type**: community -**Description**: Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and innovative companies +**Description**: Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and tech startups `Python` | `Aws` | `Communities` | `Awesome-Lists` | `Opensource` | `Italy` | `Italia-Opensource` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -143,7 +143,7 @@ tags: opensource projects, open-source, opensource `Css` | `Bootstrap` | `Javascript` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -155,7 +155,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Typescript` | `React-Native` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -167,7 +167,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Typescript` | `Nodejs` | `Cache` | `Caching` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -179,7 +179,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Go` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -191,7 +191,7 @@ tags: opensource projects, open-source, opensource `Css` | `Bootstrap` | `Javascript` | `Php` | `Laravel` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -203,7 +203,7 @@ tags: opensource projects, open-source, opensource `Opensource` | `Book` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -215,7 +215,7 @@ tags: opensource projects, open-source, opensource `Python` | `Covid19` | `Flask` | `Mysql` | `Plotly` | `Api` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -225,7 +225,7 @@ tags: opensource projects, open-source, opensource `Dotfiles` | `Go` | `Linux` | `Ansible` | `Dotfiles-Manager` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -237,7 +237,7 @@ tags: opensource projects, open-source, opensource `Rust` | `Green Pass` | `Covid` | `Parser` | `Validator` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -249,7 +249,7 @@ tags: opensource projects, open-source, opensource `Bash` | `Command-Line` | `Containers` | `Development` | `Docker` | `Linux` | `Podman` | `Posix` | `Sh` | `Tools` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -259,7 +259,7 @@ tags: opensource projects, open-source, opensource `Go` | `Framework` | `Web Framework` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -271,7 +271,7 @@ tags: opensource projects, open-source, opensource `Go` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -283,7 +283,7 @@ tags: opensource projects, open-source, opensource `Rust` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -295,7 +295,7 @@ tags: opensource projects, open-source, opensource `Microservices` | `Mobile` | `App` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -307,7 +307,7 @@ tags: opensource projects, open-source, opensource `Faker` | `Python` | `Testing` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -319,7 +319,7 @@ tags: opensource projects, open-source, opensource `Caching` | `Cache` | `Csharp` | `Dotnet` | `Stampede` | `Performance` | `Memory` | `Distributed` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -331,7 +331,7 @@ tags: opensource projects, open-source, opensource `Golang` | `Network` | `Iptables` | `Linux` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -343,7 +343,7 @@ tags: opensource projects, open-source, opensource `Retrogaming` | `Gameboy` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -355,7 +355,7 @@ tags: opensource projects, open-source, opensource `Python` | `Git` | `License` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -367,7 +367,7 @@ tags: opensource projects, open-source, opensource `Guide` | `Cv` | `Work` | `Career` | `Personal Branding` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -379,7 +379,7 @@ tags: opensource projects, open-source, opensource `Guide` | `Linkedin` | `Work` | `Career` | `Personal Branding` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -391,7 +391,7 @@ tags: opensource projects, open-source, opensource `Retrogaming` | `Gameboy` | `Genesis` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -403,7 +403,7 @@ tags: opensource projects, open-source, opensource `Git` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -415,7 +415,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Firefox` | `Browser-Extension` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -427,7 +427,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Shell` | `Cli` | `Terminal` | `Multiplatform` | `Scripting` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -439,7 +439,7 @@ tags: opensource projects, open-source, opensource `Ruby` | `Web Framework` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -451,7 +451,7 @@ tags: opensource projects, open-source, opensource `Python` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -463,7 +463,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `Javascript` | `Httprequest` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -473,7 +473,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `App` | `Android` | `Ios` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -483,7 +483,7 @@ tags: opensource projects, open-source, opensource `Python` | `Image-Processing` | `Vuejs` | `Javascript` | `Cli` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -493,7 +493,7 @@ tags: opensource projects, open-source, opensource `Awesome` | `Remote Work` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -503,7 +503,7 @@ tags: opensource projects, open-source, opensource `Bot` | `Job` | `Offer` | `Telegram` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -513,7 +513,7 @@ tags: opensource projects, open-source, opensource `Kafka` | `Connect` | `Elasticsearch` | `Source` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -523,7 +523,7 @@ tags: opensource projects, open-source, opensource `Go` | `Saas` | `Serverless` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -535,7 +535,7 @@ tags: opensource projects, open-source, opensource `Python` | `Docker` | `Kubernetes` | `Computer Networks` | `Network Emulation` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -547,7 +547,7 @@ tags: opensource projects, open-source, opensource `Lua` | `Api Gateway` | `Cloud-Native` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -559,7 +559,7 @@ tags: opensource projects, open-source, opensource `Kubernetes` | `K8S` | `Cncf` | `Kubernetes-Distribution` | `Fury` | `Fury-Distribution` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -571,7 +571,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `Python` | `Cloud` | `Electron` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -583,7 +583,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Typescript` | `React` | `Nodejs` | `Vue` | `Angular` | `Npx` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -595,7 +595,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Javascript` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -607,7 +607,7 @@ tags: opensource projects, open-source, opensource `Mongodb` | `Memory` | `Tryvium-Travels` | `Golang` | `Mongodb-Memory-Server` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -619,7 +619,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Javascript` | `Serverless` | `Aws Lambda` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -631,7 +631,7 @@ tags: opensource projects, open-source, opensource `Python` | `Mobilizon` | `Graphql` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -641,7 +641,7 @@ tags: opensource projects, open-source, opensource `Java` | `Mqtt` | `Broker` | `Lightweight` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -653,7 +653,7 @@ tags: opensource projects, open-source, opensource `Cdk` | `Typescript` | `Jsii` | `Aws` | `Constructs` | `Stack` | `Cloudformation` | `Npm Package` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -665,7 +665,7 @@ tags: opensource projects, open-source, opensource `Github` | `Finops` | `Analytics` | `Streamlit` | `Python` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -677,7 +677,7 @@ tags: opensource projects, open-source, opensource `Php` | `Telegram` | `Bot` | `Framework` | `Laravel` | `Symfony` -

Last updated

+

Last updated 2024-09-15T17:01:10Z

*** @@ -689,7 +689,7 @@ tags: opensource projects, open-source, opensource `Php` | `Dto` | `Hydrator` -

Last updated

+

Last updated 2024-09-15T17:01:10Z

*** @@ -699,7 +699,7 @@ tags: opensource projects, open-source, opensource `Go` | `Python` | `Serverless` | `Startup` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -711,7 +711,7 @@ tags: opensource projects, open-source, opensource `Portfolio` | `Personal-Brand` | `Experiences` | `Skills` | `Projects` | `Educations` | `Angular` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -723,7 +723,7 @@ tags: opensource projects, open-source, opensource `Python` | `Docker` | `Django` | `Gis` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -745,7 +745,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Typescript` | `React-Native` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -757,7 +757,7 @@ tags: opensource projects, open-source, opensource `Swift` | `Swiftui` | `Macos` | `Appkit` | `Desktop` | `Pets` | `Desktop Pets` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -769,7 +769,7 @@ tags: opensource projects, open-source, opensource `Javscript` | `Node.Js` | `Applications` | `Rest Api` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -781,7 +781,7 @@ tags: opensource projects, open-source, opensource `Python` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -791,7 +791,7 @@ tags: opensource projects, open-source, opensource `Python` | `Jupyter Notebook` | `Deep Learning` | `Pytorch` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -801,7 +801,7 @@ tags: opensource projects, open-source, opensource `C` | `Database` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -813,7 +813,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Typescript` | `React` | `Nodejs` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -825,7 +825,7 @@ tags: opensource projects, open-source, opensource `Go` | `Open Policy Agent` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -837,7 +837,7 @@ tags: opensource projects, open-source, opensource `Node` | `Digitalocean` | `Server` | `Vercel` | `Netlify` | `Cli` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -849,7 +849,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Firefox` | `Browser-Extension` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -861,7 +861,7 @@ tags: opensource projects, open-source, opensource `Jupyter Notebook` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -871,7 +871,7 @@ tags: opensource projects, open-source, opensource `Python` | `Flask` | `Javascript` | `Css` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -883,7 +883,7 @@ tags: opensource projects, open-source, opensource `Scala` | `Etl` | `Big Data` | `Apache Spark` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -893,7 +893,7 @@ tags: opensource projects, open-source, opensource `Python` | `Graphql` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -905,7 +905,7 @@ tags: opensource projects, open-source, opensource `Python` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -917,7 +917,7 @@ tags: opensource projects, open-source, opensource `Customer Service` | `Conversational Commerce` | `Conversational Marketing` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -929,7 +929,7 @@ tags: opensource projects, open-source, opensource `Tag` | `Npm` | `Yarn` | `Pnpm` | `Version` | `Build` | `Package-Manager` | `Vscode-Extension` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -941,7 +941,7 @@ tags: opensource projects, open-source, opensource `Wordpress` | `Boilerplate` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -953,7 +953,7 @@ tags: opensource projects, open-source, opensource `File-Manager` | `File-Sharing` | `Self-Hosted` | `Sharex` -

Last updated

+

Last updated 2024-09-15T17:01:10Z

*** @@ -963,7 +963,7 @@ tags: opensource projects, open-source, opensource `Yaml` | `Openapi` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -973,7 +973,7 @@ tags: opensource projects, open-source, opensource `Javascript` | `Automation` | `Docker` | `Puppeteer` | `Github-Action` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -985,7 +985,7 @@ tags: opensource projects, open-source, opensource `Cache` | `Caching` | `Key-Value` | `Database` | `Redis` | `Memcache` | `Prometheus` | `Opensource` | `Fast` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -995,7 +995,7 @@ tags: opensource projects, open-source, opensource `Kubernetes` | `Operator` | `Kubernetes-Operator` | `Multi-Tenancy` | `Namespaces` | `Tenant` | `Kubernetes-Namespaces` | `Multi-Tenant-Operator` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1007,7 +1007,7 @@ tags: opensource projects, open-source, opensource `Typo` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1017,7 +1017,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Web-Framework` | `Api` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1029,7 +1029,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `Javascript` | `State Machine` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1039,7 +1039,7 @@ tags: opensource projects, open-source, opensource `Kubernetes` | `Multi-Tenant` | `Cluster` | `Kubernetes-Cluster` | `K8S` | `Managed-Kubernetes` | `Multi-Cluster` | `Kubernetes-Multitenancy` | `Kubernetes-In-Kubernetes` | `Virtual-Cluster` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1051,7 +1051,7 @@ tags: opensource projects, open-source, opensource `Kubernetes` | `Co2` | `K8S` | `Resources` | `Cloud-Native` | `Downscale` | `Green-Software` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1063,7 +1063,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `Javascript` | `React` | `Micro Frontend` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1075,7 +1075,7 @@ tags: opensource projects, open-source, opensource `Aws` | `Cloudsecurity` | `Devsecops` | `Golang` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1087,7 +1087,7 @@ tags: opensource projects, open-source, opensource `Typescript` | `Javascript` | `Micro Frontends` | `Web Components` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1099,7 +1099,7 @@ tags: opensource projects, open-source, opensource `Nodejs` | `Typescript` | `Javascript` | `Ios` | `Passkit` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1111,7 +1111,7 @@ tags: opensource projects, open-source, opensource `Commandline` | `Qr` | `Utility` | `Golang` -

Last updated 2024-07-24T13:02:35Z

+

Last updated 2024-09-15T17:01:10Z

*** @@ -1123,6 +1123,6 @@ tags: opensource projects, open-source, opensource `Python` | `Logging` | `Utilities` -

Last updated

+

Last updated 2024-09-15T17:01:10Z

*** \ No newline at end of file diff --git a/website/src/pages/opensources/awesome-italia-open-source.md b/website/src/pages/opensources/awesome-italia-open-source.md index e2ee612..cc1d547 100644 --- a/website/src/pages/opensources/awesome-italia-open-source.md +++ b/website/src/pages/opensources/awesome-italia-open-source.md @@ -1,6 +1,6 @@ --- title: Awesome Italia Open Source | Italia Open-Source -description: Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and innovative companies +description: Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and tech startups tags: python, aws, communities, awesome-lists, opensource --- @@ -11,7 +11,7 @@ tags: python, aws, communities, awesome-lists, opensource ### Description -Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and innovative companies +Italy Open-Source is a project whose purpose is to give transparency to the Italian tech ecosystem. Through a series of awesome lists, we seek to give visibility to open-source projects, communities, and tech startups ### Tags