{"id":43525851,"url":"https://github.com/diggsweden/devbase-core","last_synced_at":"2026-02-26T23:04:23.175Z","repository":{"id":321856601,"uuid":"1087396842","full_name":"diggsweden/devbase-core","owner":"diggsweden","description":"Beta. An opinionated devops/base setup for Ubuntu with sane modern defaults","archived":false,"fork":false,"pushed_at":"2026-02-22T05:41:29.000Z","size":1251,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-22T08:58:42.615Z","etag":null,"topics":["devbase","tool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diggsweden.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security.md","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-10-31T20:55:34.000Z","updated_at":"2026-02-22T05:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/diggsweden/devbase-core","commit_stats":null,"previous_names":["diggsweden/devbase-core"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/diggsweden/devbase-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggsweden%2Fdevbase-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggsweden%2Fdevbase-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggsweden%2Fdevbase-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggsweden%2Fdevbase-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diggsweden","download_url":"https://codeload.github.com/diggsweden/devbase-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggsweden%2Fdevbase-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["devbase","tool"],"created_at":"2026-02-03T15:00:41.051Z","updated_at":"2026-02-26T23:04:23.168Z","avatar_url":"https://github.com/diggsweden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= DevBase Core\n\n// SPDX-FileCopyrightText: 2025 Digg - Agency for Digital Government\n// SPDX-License-Identifier: CC0-1.0\n\nimage:https://img.shields.io/github/v/tag/diggsweden/devbase-core?style=for-the-badge\u0026color=green[Tag,link=https://github.com/diggsweden/devbase-core/tags]\n\nimage:https://img.shields.io/badge/License-MIT%20%2F%20CC0--1.0-blue?style=for-the-badge[License: MIT / CC0-1.0,link=LICENSE]\nimage:https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.reuse.software%2Fstatus%2Fgithub.com%2Fdiggsweden%2Fdevbase-core\u0026query=status\u0026style=for-the-badge\u0026label=REUSE\u0026color=lightblue[REUSE,link=https://api.reuse.software/info/github.com/diggsweden/devbase-core]\n\nimage:https://api.scorecard.dev/projects/github.com/diggsweden/devbase-core/badge?style=for-the-badge[OpenSSF Scorecard,link=https://scorecard.dev/viewer/?uri=github.com/diggsweden/devbase-core]\n\nimage::assets/floppy.png[DevBase Core,200,align=\"center\"]\n\n**Opinionated devops workstation setup**\n\nTransforms a fresh Ubuntu installation into a opinionated configured development environment. It provides sensible defaults while customizable for organizational or personal needs.\n\n== What Do You Get?\n\n* **Modern CLI tools** - ripgrep, fzf, bat, eza, delta... and more\n* **Development environments** - Node.js, Python, Go, Java, Rust, Ruby\n* **Container tools** - Podman, Docker Compose, k9s, kubectl.. and more \n* **Smart shell** - Fish with autocompletions and syntax highlighting\n* **Modern terminal** - Zellij multiplexer, Ghostty and more\n* **Security** - ClamAV, fail2ban, automatic security updates, lynis, secure SSH key generation, checksum verification and more\n\n== Requirements\n\n* Ubuntu 24.04 LTS or newer (WSL2 or native)\n* 6GB free disk space\n* Installation time: ~10-15 minutes\n* (A basic GitHub-token to avoid RateLimiting - might be provided automatically by custom config)\n\n== Installation\n\n[source,bash]\n----\n# Create installation directory\nmkdir ~/devbase-install \u0026\u0026 cd ~/devbase-install\n\n# Clone DevBase Core\ngit clone https://github.com/diggsweden/devbase-core\n\n# Optional: Add a custom configuration, see customization docs\n# git clone your-org/devbase-custom-config\n\n# Run setup\ncd devbase-core\n./setup.sh\n\n# Optional: review available flags\n./setup.sh --help\n\n# Optional: check version or run a dry run\n./setup.sh --version\n./setup.sh --dry-run\n----\n\n== Verify Installation\n\nAfter installation and re-login:\n\n[source,bash]\n----\ncd ~/devbase-install/devbase-core\nsudo -v  # Required for snap verification\njust devbase-install-verify\n\n----\n\n== Getting Started\n\nYour terminal will open in Zellij (terminal multiplexer) after installation. \n\n* **Quick reference** → link:docs/usage-guide.md[Usage Guide] \n* **Full documentation** → link:docs/index.adoc[Documentation Index]\n* **Svenska** → link:docs/l10n/sv/README.adoc[Swedish Version]\n\n== Customization\n\nDevBase works in two modes:\n\n1. **Standalone** - Clone and run. The opinionated base configuration.\n2. **Custom mode** - Add a `devbase-custom-config` repo with your organizational proxy, certificates, and registry settings. See link:docs/customization.adoc[Customization Guide].\n\n== Contributing\n\nContributions welcome! See link:CONTRIBUTING.adoc[Contributing Guidelines].\n\n== License\n\n* Shell scripts (`.sh`): link:LICENSES/MIT.txt[MIT]\n* Configuration and other files: link:LICENSES/CC0-1.0.txt[CC0-1.0 Universal]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggsweden%2Fdevbase-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiggsweden%2Fdevbase-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggsweden%2Fdevbase-core/lists"}