{"id":47009340,"url":"https://github.com/internetee/accreditation_center2","last_synced_at":"2026-03-11T20:39:43.949Z","repository":{"id":302238516,"uuid":"1009053449","full_name":"internetee/accreditation_center2","owner":"internetee","description":"New take on the automated TLD accreditation system","archived":false,"fork":false,"pushed_at":"2026-03-01T19:59:51.000Z","size":4720,"stargazers_count":0,"open_issues_count":38,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T21:57:45.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/internetee.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":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-26T13:57:46.000Z","updated_at":"2025-12-10T13:27:36.000Z","dependencies_parsed_at":"2026-01-01T22:01:41.485Z","dependency_job_id":null,"html_url":"https://github.com/internetee/accreditation_center2","commit_stats":null,"previous_names":["internetee/accreditation_center2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/internetee/accreditation_center2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internetee%2Faccreditation_center2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internetee%2Faccreditation_center2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internetee%2Faccreditation_center2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internetee%2Faccreditation_center2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/internetee","download_url":"https://codeload.github.com/internetee/accreditation_center2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internetee%2Faccreditation_center2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30399657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"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-03-11T20:39:43.196Z","updated_at":"2026-03-11T20:39:43.944Z","avatar_url":"https://github.com/internetee.png","language":"Ruby","readme":"# Accreditation Center\n\n[![Maintainability](https://qlty.sh/gh/internetee/projects/accreditation_center2/maintainability.svg)](https://qlty.sh/gh/internetee/projects/accreditation_center2)\n[![Code Coverage](https://qlty.sh/gh/internetee/projects/accreditation_center2/coverage.svg)](https://qlty.sh/gh/internetee/projects/accreditation_center2)\n\n**Accreditation Center** is a modern, automated accreditation system for the `.ee` top-level domain (TLD). Built with Ruby on Rails 8, it streamlines the process of accrediting registrars and managing their compliance with the Estonian Internet Foundation's requirements.\n\n## Project Overview\n\n- **Purpose:** Automate and manage the accreditation process for registrars of the `.ee` TLD.\n- **Audience:** Registry operators, registrar applicants, and compliance administrators.\n- **Key Features:**\n  - Online application and document submission for registrar accreditation\n  - Automated workflow for application review, approval, and compliance checks\n  - Secure document management and audit trails\n  - Role-based access for registrars, reviewers, and administrators\n  - Real-time notifications and messaging\n  - Comprehensive reporting and analytics\n\n## Getting Started\n\n### Prerequisites\n\n- **Ruby:** 3.4.4 (see `.ruby-version`)\n- **PostgreSQL:** 12+\n- **ImageMagick, libvips, or similar** (for file uploads, if required)\n- **No Node.js or Yarn required** (JavaScript is managed via Importmaps)\n\n### Setup\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/internetee/accreditation_center2.git\n   cd accreditation_center2\n   ```\n\n2. **Install dependencies:**\n   ```sh\n   bundle install\n   ```\n\n3. **Set up the database:**\n   ```sh\n   bin/rails db:create db:schema:load\n   ```\n\n4. **Run the test suite:**\n   ```sh\n   bundle exec rspec\n   ```\n\n5. **Start the Rails server:**\n   ```sh\n   bin/rails server\n   ```\n\n### Configuration\n\n- Copy `config/master.key.example` to `config/master.key` and set your credentials.\n- Configure environment variables as needed in `.env` or your deployment environment.\n\n### Running in Docker (Development)\n\n```sh\ndocker build -f Dockerfile.dev -t accreditation_center2-dev .\ndocker run --rm -it -p 3000:3000 accreditation_center2-dev\n```\n\n### Running Tests in CI\n\nTests are automatically run in GitHub Actions on every push and pull request. See `.github/workflows/ci.yml` for details.\n\n## Contributing\n\nPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternetee%2Faccreditation_center2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finternetee%2Faccreditation_center2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternetee%2Faccreditation_center2/lists"}