{"id":48274412,"url":"https://github.com/senaite/senaite.com","last_synced_at":"2026-04-30T16:34:49.492Z","repository":{"id":341616328,"uuid":"1170841795","full_name":"senaite/senaite.com","owner":"senaite","description":"New Docusaurus 3 SENAITE Website","archived":false,"fork":false,"pushed_at":"2026-04-26T06:45:15.000Z","size":6445,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T16:34:46.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/senaite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-02T15:28:20.000Z","updated_at":"2026-04-26T06:45:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/senaite/senaite.com","commit_stats":null,"previous_names":["senaite/senaite3.com"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/senaite/senaite.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senaite%2Fsenaite.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senaite%2Fsenaite.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senaite%2Fsenaite.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senaite%2Fsenaite.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/senaite","download_url":"https://codeload.github.com/senaite/senaite.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senaite%2Fsenaite.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T22:23:51.479Z","updated_at":"2026-04-30T16:34:49.487Z","avatar_url":"https://github.com/senaite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# senaite.com\n\nSource for the [SENAITE](https://www.senaite.com) website, built with\n[Docusaurus v3](https://docusaurus.io).\n\nPublished output is pushed to\n[senaite/senaite.github.io](https://github.com/senaite/senaite.github.io)\non every commit to `main`.\n\n\n## Requirements\n\n- Node.js 20 or later\n- npm (bundled with Node.js)\n\n\n## Local development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nStart the development server:\n\n```bash\nnpm start\n```\n\nThe site is available at `http://localhost:3000`. Most changes are reflected\nimmediately without a full page reload.\n\n\n## Build\n\nGenerate the static site:\n\n```bash\nnpm run build\n```\n\nOutput is written to `build/`. Serve it locally to verify the production\nbuild:\n\n```bash\nnpm run serve\n```\n\n\n## Project structure\n\n```\nsenaite.com/\n├── docs/                    Documentation pages (Markdown)\n│   ├── 01-installation.md   Bare-metal installation guide\n│   ├── 02-docker.md         Docker installation guide\n│   └── 03-upgrade.md        Upgrade guide\n├── src/\n│   ├── css/\n│   │   └── custom.css       Global styles and brand tokens\n│   └── pages/\n│       ├── index.js         Homepage\n│       ├── features.js      Features overview\n│       └── enterprise.js    Professional services / providers\n├── static/\n│   ├── img/                 Images and SVG illustrations\n│   └── logos/               Customer and partner logos\n├── docusaurus.config.js     Site configuration\n└── sidebars.js              Documentation sidebar structure\n```\n\n\n## Deployment\n\nDeployment is handled automatically by GitHub Actions on every push to\n`main`. The workflow builds the site and pushes the `build/` directory to\n[senaite/senaite.github.io](https://github.com/senaite/senaite.github.io),\nwhich serves the live site.\n\nSee `.github/workflows/deploy.yml` for the full workflow definition.\n\n### Personal access token setup\n\nThe workflow authenticates to `senaite/senaite.github.io` using a GitHub\nPersonal Access Token (PAT). This is a one-time setup.\n\nGenerate a classic PAT at `https://github.com/settings/tokens`:\n\n- Note: `senaite.com deploy`\n- Scope: `repo` (full control of private repositories)\n\nAdd the token as a repository secret on `senaite/senaite.com`:\n\n- Name: `PERSONAL_TOKEN`\n- Value: the token string\n\nOnce the secret is in place, every push to `main` triggers a build and\npublishes the result.\n\n\n## Licence\n\nContent is published under the\n[Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/)\nlicence. Code is MIT licenced.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenaite%2Fsenaite.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenaite%2Fsenaite.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenaite%2Fsenaite.com/lists"}