{"id":23259946,"url":"https://github.com/italia/form-pa","last_synced_at":"2026-04-08T01:31:57.051Z","repository":{"id":37096999,"uuid":"265241762","full_name":"italia/form-pa","owner":"italia","description":"A flexible and configurable form based on json schema","archived":false,"fork":false,"pushed_at":"2025-07-21T23:18:20.000Z","size":21103,"stargazers_count":19,"open_issues_count":15,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-20T16:48:01.166Z","etag":null,"topics":["docker","form-pa","hacktoberfest","json-schema"],"latest_commit_sha":null,"homepage":"https://italia.github.io/form-pa/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/italia.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"dei":null,"publiccode":"publiccode.yml","codemeta":null}},"created_at":"2020-05-19T12:31:09.000Z","updated_at":"2025-07-15T04:28:49.000Z","dependencies_parsed_at":"2023-02-08T09:46:40.793Z","dependency_job_id":"54847c7d-d84b-4f96-b83d-f401ba7a470c","html_url":"https://github.com/italia/form-pa","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/italia/form-pa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fform-pa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fform-pa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fform-pa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fform-pa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/italia","download_url":"https://codeload.github.com/italia/form-pa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fform-pa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31536455,"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":["docker","form-pa","hacktoberfest","json-schema"],"created_at":"2024-12-19T13:01:14.270Z","updated_at":"2026-04-08T01:31:57.018Z","avatar_url":"https://github.com/italia.png","language":"TypeScript","funding_links":[],"categories":["🚧 Misc"],"sub_categories":[],"readme":"# Form PA\n\n![Screen](public/images/screen.png \"Screen\")\n\n## Generate a valid JSON Schema\nUsing [this](https://jsonschema.net) service or any others found on internet create a simple JSON schema results a quite easy operation to do.\n\n## Run\n\n### ENV\n`YAML_SOURCE` is the env var in charge to switch from `yaml` support over `json`.\n\n### Local Dev\nInstall all dependencies and start\n```bash\n$ yarn install\n$ yarn start\n```\n\n### Local Prod\nInstall all dependencies and build\n```bash\n$ yarn install\n$ yarn build\n```\nThen `./dist` will be ready to be served.\n\n\n### Docker\nRun with a preset json schema, stored in `public/schema/schema.json` and default uischema as well in `public/schema/uischema.json`. To overwrite them just mount a volume.\n```bash\n$ docker build . -t form-pa\n$ docker run -it --rm -p 3000:80 form-pa\n```\n\nOr simply run docker replacing that schema with one supplied at runtime as:\n```bash\n$ docker build -f Dockerfile.dev . -t form-pa:dev\n$ docker run -v ${PWD}/public/schema/schema.yaml:/usr/src/app/public/schema/schema.yaml -it --rm -p 3000:3000 -e YAML_SOURCE=true form-pa:dev\n```\n\n## License\n\nform-pa is licensed under the [GNU Affero General Public License v3.0 or later](LICENSE)\nlicense.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fform-pa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitalia%2Fform-pa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fform-pa/lists"}