{"id":48535540,"url":"https://github.com/italia/developers-italia-onboarding","last_synced_at":"2026-04-08T01:31:46.530Z","repository":{"id":37822178,"uuid":"136500576","full_name":"italia/developers-italia-onboarding","owner":"italia","description":"Onboarding web portal for the Developers Italia website","archived":false,"fork":false,"pushed_at":"2026-03-30T09:46:58.000Z","size":3962,"stargazers_count":14,"open_issues_count":29,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-03-30T11:37:06.857Z","etag":null,"topics":["community","developers-italia","government","italy","website"],"latest_commit_sha":null,"homepage":"https://onboarding.developers.italia.it","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/italia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-07T15:58:00.000Z","updated_at":"2026-01-09T13:35:43.000Z","dependencies_parsed_at":"2023-02-08T02:18:16.964Z","dependency_job_id":"2e51e42b-a7d0-459d-86ac-86ba552837c4","html_url":"https://github.com/italia/developers-italia-onboarding","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/italia/developers-italia-onboarding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fdevelopers-italia-onboarding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fdevelopers-italia-onboarding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fdevelopers-italia-onboarding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fdevelopers-italia-onboarding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/italia","download_url":"https://codeload.github.com/italia/developers-italia-onboarding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fdevelopers-italia-onboarding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31536441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["community","developers-italia","government","italy","website"],"created_at":"2026-04-08T01:31:45.924Z","updated_at":"2026-04-08T01:31:46.520Z","avatar_url":"https://github.com/italia.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003c!-- markdownlint-disable no-inline-html --\u003e\n\n# Overview\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://onboarding.developers.italia.it\"\u003e\n      https://onboarding.developers.italia.it\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\n  \u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/italia/developers-italia-onboarding.svg\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/italia/developers-italia-onboarding.svg?style=flat\" /\u003e\n\u003c/div\u003e\n\nThe onboarding tool is a [hapi](https://github.com/hapijs/hapi) web application that\nallows Italian Public Administrations to register their code repositories in\n[Developers Italia](https://innovazione.gov.it/it/progetti/developers-italia/).\n\nThe repositories are scanned by the\n[crawler](https://github.com/italia/developers-italia-backend) that feeds the\n[reuse catalog](https://developers.italia.it/en/search).\n\n## Application flow\n\n* A Public Administration inserts its data into the system.\n\n* After clicking *Registra*, the application sends a confirmation [PEC](https://en.wikipedia.org/wiki/Certified_email)\n  to the address from [IndicePA](https://indicepa.gov.it/)\n\n* The Public Administration confirms the registration clicking on the link from\n  the PEC.\n\nA single Public Administration can register multiple code repositories.\n\n## The private folder and the whitelist.db.json file\n\nThe application uses of a directory named `private/data`, which should contain:\n\n* A private key, used to generate tokens sent during the registration.\n  If no private keys are present while the application starts, a new one\n  is automatically created\n\n* `whitelist.db.json`, with the list of the registered Public Administrations.\n  If no database file is present while the application starts, a new one is\n  automatically created.\n\nFor security reasons, that directory:\n\n* is not committed by default. To run the application, you'll need to create\n  one manually\n\n* is added to the `.gitignore` file of this repository\n\n### whitelist.db.json file format\n\nThe format of `whitelist.db.json` is:\n\n```json\n{\n  \"registrati\": [\n    {\n      \"referente\": \"John Smith\",\n      \"ipa\": \"c_a123\",\n      \"url\": \"https://github.com/undefined\",\n      \"pec\": \"protocollo.comunemaramao@pec.it\"\n    },\n    {\n      \"referente\": \"Mario Rossi\",\n      \"ipa\": \"c_a123\",\n      \"url\": \"https://gitlab.com/undefined\",\n      \"pec\": \"protocollo.comunemaramao@pec.it\"\n    }\n  ]\n}\n```\n\nAn example file is available [here](demo-data/whitelist.db.json).\n\n## Get the list of Public Administrations registered through APIs\n\n`GET https://onboarding.developers.italia.it/repo-list` returns the list\nof currently registered Public Administrations, in YAML form:\n\n```yaml\n---\n\nregistrati:\n  -\n    timestamp: \"2019-05-27T09:45:00.770Z\"\n    ipa: \"c_a123\"\n    url: \"https://github.com/undefined\"\n    pec: \"protocollo.comunemaramao@pec.it\"\n  -\n    timestamp: \"2019-05-28T09:45:00.770Z\"\n    ipa: \"c_a123\"\n    url: \"https://gitlab.com/undefined\"\n    pec: \"protocollo.comunemaramao@pec.it\"\n```\n\n## Development\n\n### Run the application directly on the developer machine\n\n1. `mkdir private/data`\n\n2. `npm install`\n\n3. `npm run dev`\n\nThe server will listen to `http://localhost:3000`.\n\n### Run the application using Docker\n\n1. Copy the [`.env.example`](.env.example) file into `.env` and edit the\n   environment variables as it suits you.\n\n   ```shell\n   cp .env.example .env\n   ```\n\n2. Build the container:\n\n   ```shell\n   docker-compose up\n   ```\n\nOnce the container is up, the content will be served at `http://localhost:3000`\n\n## License\n\nThe project is distributed under BSD-3 license (SPDX code: *BSD-3-Clause*). For\nmore information, have a look at the [LICENSE file](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fdevelopers-italia-onboarding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitalia%2Fdevelopers-italia-onboarding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fdevelopers-italia-onboarding/lists"}