{"id":41900032,"url":"https://github.com/umono-cms/umono","last_synced_at":"2026-03-02T23:05:29.876Z","repository":{"id":245123592,"uuid":"817288784","full_name":"umono-cms/umono","owner":"umono-cms","description":"A pure content management system written golang.","archived":false,"fork":false,"pushed_at":"2025-12-28T18:22:28.000Z","size":83,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T09:16:25.735Z","etag":null,"topics":["cms","content-management-system","golang"],"latest_commit_sha":null,"homepage":"https://umono.io","language":"Go","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/umono-cms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-06-19T11:56:19.000Z","updated_at":"2025-12-28T18:22:32.000Z","dependencies_parsed_at":"2024-09-08T20:45:33.112Z","dependency_job_id":"801df24b-e7c8-4197-914e-72fa66e68ebf","html_url":"https://github.com/umono-cms/umono","commit_stats":null,"previous_names":["umono-cms/umono"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/umono-cms/umono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umono-cms%2Fumono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umono-cms%2Fumono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umono-cms%2Fumono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umono-cms%2Fumono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umono-cms","download_url":"https://codeload.github.com/umono-cms/umono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umono-cms%2Fumono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"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":["cms","content-management-system","golang"],"created_at":"2026-01-25T15:04:23.515Z","updated_at":"2026-03-02T23:05:29.856Z","avatar_url":"https://github.com/umono-cms.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umono\n**Umono** is the vendor lock-in killer CMS.\n\n## v0.5.x Notes\nAlthough v0.5 is a minor release, it introduces significant structural changes. With this release:\n\n- The **admin-ui** repository has been deprecated. The Admin UI is now an internal part of Umono.\n- The **build** repository has been deprecated. Umono can now exist as a single binary.\n- [Compono](https://github.com/umono-cms/compono) has replaced **UmonoLang**. Compono was designed specifically for Umono to produce more predictable outputs.\n- **A default frontend** has been introduced. Until the theme system arrives in a future release, this aims to provide a more polished default look for Umono.\n\nYou can create a fresh Umono v0.5.x instance and migrate by copying `umono.db` and `.env`. If you need help please open an issue.\n\n## Usage\n### Easy Way (Recommended)\nUse the official CLI to manage your Umono websites easily:\n\n👉 [Umono CLI](https://github.com/umono-cms/cli)\n\n### Manually\nDependencies\n- gcc/clang (for CGO)\n- libc / glibc development headers\n- SQLite development library\n- Go (CGO enabled)\n\nClone an empty Umono project:\n```bash\ngit clone https://github.com/umono-cms/umono my-website\ncd my-website\n```\nCreate .env file:\n```bash\ncp .env.example .env\n```\n**Don’t forget to update the .env file.**\n\nBuild and run:\n```bash\ngo build -o umono ./cmd/umono\n./umono\n```\nRuns on **port 8999**.\n\n✨ You are ready to create your first page\n\n👉 http://127.0.0.1:8999/admin\n\n## Development\n### TailwindCSS Installation\nTailwindCSS is used for the admin UI and must be installed locally.\n```bash\nmkdir -p bin\ncurl -sLO https://github.com/tailwindlabs/tailwindcss/releases/download/v4.1.18/tailwindcss-linux-x64\nmv tailwindcss-linux-x64 bin/tailwindcss\nchmod +x bin/tailwindcss\n```\n\n### Live Reload\nUmono uses **air** for live reload.\n\nRuns on **port 9000**:\n```\nair\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumono-cms%2Fumono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumono-cms%2Fumono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumono-cms%2Fumono/lists"}