{"id":51278721,"url":"https://github.com/kubuno/notes","last_synced_at":"2026-06-30T00:00:32.045Z","repository":{"id":368198103,"uuid":"1274110460","full_name":"kubuno/notes","owner":"kubuno","description":"Kubuno Notes — module de prise de notes","archived":false,"fork":false,"pushed_at":"2026-06-29T12:07:00.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T14:11:31.599Z","etag":null,"topics":["agplv3","cloud","kubuno","notes","open-source","privacy","react","rust","self-hosted"],"latest_commit_sha":null,"homepage":null,"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/kubuno.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":"2026-06-19T07:28:05.000Z","updated_at":"2026-06-29T12:07:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kubuno/notes","commit_stats":null,"previous_names":["kubuno/notes"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kubuno/notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubuno%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubuno%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubuno%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubuno%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubuno","download_url":"https://codeload.github.com/kubuno/notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubuno%2Fnotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34947088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agplv3","cloud","kubuno","notes","open-source","privacy","react","rust","self-hosted"],"created_at":"2026-06-30T00:00:21.700Z","updated_at":"2026-06-30T00:00:32.033Z","avatar_url":"https://github.com/kubuno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  SPDX-FileCopyrightText: 2026 Kubuno contributors\n  SPDX-License-Identifier: AGPL-3.0-or-later\n--\u003e\n\n# Kubuno Notes\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](LICENSE)\n![Rust](https://img.shields.io/badge/Rust-edition_2021-orange.svg)\n![React](https://img.shields.io/badge/React-19-61dafb.svg)\n![Module](https://img.shields.io/badge/Kubuno-module-4D38DB.svg)\n\n**Kubuno Notes — module de prise de notes**\n\nA module for [Kubuno](https://github.com/kubuno/core), the self-hosted, libre (AGPLv3) cloud platform.\n\n## Architecture\n\nA standalone Rust process that registers with the [core](https://github.com/kubuno/core) at startup; the core proxies its routes (`/api/v1/notes/*`) and serves its runtime-loaded React frontend bundle.\n\n- **Backend** — `src/`: Axum + SQLx (PostgreSQL, schema `notes`); migrations in `migrations/`.\n- **Frontend** — `frontend/`: a React bundle built to `entry.js`, consuming `@kubuno/sdk`, `@kubuno/ui` and `@kubuno/drive` from npm (provided by the host at runtime via the import map).\n\n## Install\n\nThis module ships in the **all-in-one [Kubuno](https://github.com/kubuno/core) Docker image** (`ghcr.io/kubuno/kubuno`) — the easiest way to self-host a full Kubuno instance (core + every module). See **[kubuno/docker](https://github.com/kubuno/docker)** for `docker compose` instructions.\n\nTo build this module from source (Debian package), see below.\n\n## Build\n\n**Requirements:** Rust ≥ 1.82, Node.js ≥ 24, PostgreSQL 16.\n\n```bash\ncargo build --release                     # → target/release/kubuno-notes\ncd frontend \u0026\u0026 npm ci \u0026\u0026 npm run build     # → dist/{entry.js, entry.css}\nbash build_deb.sh                          # → dist/kubuno-notes_*.deb\n```\n\n\u003e Shared dependencies come from Kubuno — no `kubuno/core` checkout required:\n\u003e - **Rust** — shared crates via tagged git dependencies on `kubuno/core`.\n\u003e - **Frontend** — `@kubuno/sdk`, `@kubuno/ui`, `@kubuno/drive` from the `@kubuno` npm scope.\n\n## License\n\n[AGPL-3.0-or-later](LICENSE) © Kubuno contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubuno%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubuno%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubuno%2Fnotes/lists"}