Gogs
Embark on a journey to Git enlightenment with Gogs, the self-hosted Git guru that's as easy to set up as a lemonade stand in your front yard. This nifty app is like the Swiss Army knife of Git services - simple, robust, and ready to extend its toolkit whenever you need it. Crafted with the magic of Go, Gogs is the chameleon of the software world, blending seamlessly into Linux, macOS, Windows, and even those adorable ARM-based gizmos like the Raspberry Pi. It's so lightweight, you'll forget it's there, but it packs a punch with features like a snazzy user dashboard, versatile repository access, and top-notch management for your coding collectives. And the cherry on top? It's as free as your grandma's homemade cookies, with all the open-source goodness you can eat, served under the generous MIT License. Host it on RepoCloud, and you'll be the cool kid on the block with change to spare from your cloud hosting piggy bank!
Jenkins
Welcome to Jenkins, the over-caffeinated automation server that’s like having a personal assistant who never sleeps and always remembers your build commands! Imagine a world where your software development process is smoother than a freshly brewed cup of coffee – that’s Jenkins for you! It’s the ultimate wingman for developers, tirelessly working behind the scenes to ensure your code is built, tested, and deployed faster than you can say 'continuous integration.' With Jenkins, you can finally stop worrying about those pesky manual tasks and focus on what really matters: arguing with your colleagues over the best pizza toppings during sprint meetings. Plus, it runs in servlet containers like Apache Tomcat, so you can feel fancy while you automate your way to success. So why not let Jenkins take the wheel while you kick back, relax, and enjoy the sweet, sweet taste of automated bliss? Your code will thank you, and so will your sanity!
Hasty Paste
Paste some text, hit save, share the link - Hasty Paste is a fast, minimal pastebin written in Python on the async Quart framework, named, by its author's own admission, "because you use it so fast without a care in the world." No accounts, no authentication, no friction - built for the everyday case of handing a debug log, config snippet, or stack trace to someone in tech support or a chat channel. Pastes get randomly generated IDs, with an optional "long" ID mode that makes brute-force URL guessing impractical, and expiry times ensure throwaway content actually gets thrown away. Optional Pygments syntax highlighting makes code readable, a dark theme spares your eyes, and the whole interface works without JavaScript - it renders in terminal browsers and under the strictest script blockers. Storage is a custom flat-file system (no database), caching runs internally or through Redis for busier instances, and a REST API plus the companion "Hastily Paste It" CLI script enable piping command output straight into a paste from the terminal. The Alpine-based Docker image is tiny, resource usage is minimal, and the license is AGPL.
Docker Registry
Ahoy, container enthusiasts! Set sail with Docker Registry 2.0, the swashbuckling storage sidekick for your Docker images. This app isn't just an implementation of the Docker Registry HTTP API V2; it's a compatibility wizard, joining forces with Docker versions 1.6 and up. Looking to hoist your registry solution to new heights or just want a cozy spot for your private collection? Docker Registry 2.0 has got your back, offering a fortress of security and a playground of scalability. It's the unsung hero behind the curtain of the Docker Hub, GitHub Container Registry, GitLab Container Registry, and DigitalOcean Container Registry, not to mention its star role in the CNCF Harbor Project and VMware Harbor Registry. Get ready to manage your digital treasures like a pro, with a content distribution system that's more extensible than a pirate's telescope. And with RepoCloud hosting, you'll be saving more doubloons than you can count, all while keeping the open-source spirit alive and kicking!
Ghost File Sharing
Get ready to turbocharge your coding escapades with our app that's like a GPS for GitHub! Navigate the bustling streets of code, projects, and fellow code-connoisseurs with ease. It's like having a productivity potion at your fingertips. Subscribe to our newsletter and be the cool kid on the block with the latest product scoops and corporate chronicles. Plus, our app is Fort Knox for your code, ensuring your digital masterpieces are safe as houses. Ideal for the solo programming ninja or the enterprise brigade, our app is your golden ticket to the open-source wonderland, all while saving your coins with RepoCloud's wallet-friendly hosting!
Github Desktop
Say goodbye to command-line jitters and hello to Github Desktop, the open-source superhero that transforms your GitHub chaos into a cakewalk! Crafted with the magic of Electron and sprinkled with TypeScript and React fairy dust, this desktop darling offers a cozy nook for all your repository razzle-dazzle. Fancy a one-stop shop for code concocting and update tracking? Look no further! Zip through your GitHub galaxy from the comfort of your desktop at warp speed, docking at either http://yourhost:3000/ or https://yourhost:3001/. And for the tech astronauts out there, this starship is Docker-ready and supports a constellation of architectures. Just remember to feed it the right environment variables and run configurations, or it might get a bit cranky. Host it on RepoCloud, where the cost is as tiny as an atom in the vast universe of hosting expenses!
Gitea
Get ready to turbocharge your code capers with Gitea, the DevOps dynamo that's lighter than a feather and slicker than a greased byte! This nifty platform is your one-stop shop for herding those pesky code commits from the wild plains of planning all the way to the bustling metropolis of production. Fancy a stroll through the annals of commit history? Gitea's got you covered. Need to merge like a pro? Check. And for the Git gurus, we're talking tags, cherry-picking fiestas, and hooks that would make Captain Hook jealous. But wait, there's more! Unleash the power of Gitea Actions, the CI/CD sidekick that plays nice with GitHub Actions, ensuring your deployment dance is as smooth as a robot doing the moonwalk. Juggle issues, labels, and kanban boards like a coding circus star, and manage over 20 flavors of package management – because variety is the spice of source code. Hosted on RepoCloud, where the cost is as tiny as a bug in a nano-simulator, Gitea is the open-source hero that's all about flexing to fit your workflow, while keeping things tighter than a duck's waterproof feathers when it comes to security. So why settle for less when you can customize, collaborate, and create with the best, all while saving your coins? Gitea and RepoCloud: where code dreams come true, without the nightmare bills!
OpenHands
Welcome to OpenHands, where your code gets a personal assistant that’s smarter than your average bear and way less likely to steal your picnic basket! Imagine a world where your AI-powered agents take on the grunt work of coding—modifying code, running commands, and even browsing the web for those elusive StackOverflow snippets—while you sit back, sip your coffee, and ponder the meaning of life (or at least the meaning of that last bug). With OpenHands, you can finally say goodbye to the days of mind-numbing repetition and hello to the exhilarating thrill of tackling complex problems that actually require your brainpower. It’s like having a team of tiny, tireless developers at your beck and call, minus the awkward office small talk and the questionable coffee choices. So why not let OpenHands do the heavy lifting while you unleash your inner coding Picasso? Because let’s face it, your genius is better spent on creating masterpieces, not wrestling with the mundane. Join the revolution and give your coding life a much-needed upgrade—your future self will thank you!
Hastebin
"Throw it on a haste and send the link" entered developer vocabulary because of Hastebin (haste-server), the minimalist open-source pastebin. Written in Node.js with three stated design goals - be really pretty, be really simple, be easy to set up - it does one job precisely: paste code, logs, stack traces, or config snippets, press save (or Ctrl+N for a new one), and get a short random-key URL to share. Syntax highlighting renders pastes readably across common languages, a raw view serves plain text for curl and scripts, and duplicate-and-edit makes iterating on a shared snippet trivial. The killer workflow is the terminal: with the haste-client utility or a one-line shell function, `cat error.log | haste` prints a shareable URL straight from stdout - the fastest route from a broken build to a colleague's eyeballs. Storage is pluggable through a simple adapter interface: filesystem by default, Redis with optional key expiration for pastes that should age out, and configurable key length, maximum paste size, and static documents. Self-hosting matters here because pastes often contain internal logs and stack traces that should never sit on a public pastebin - your instance keeps them inside your network, under your retention rules.
OneDev
Get ready to turbocharge your project management and code wrangling with OneDev! Imagine a digital Swiss Army knife for your development adventures, packed with all the tools you need to juggle pull requests, keep a hawk-eye on issues, and orchestrate your builds like a maestro. OneDev is your trusty sidekick in the quest to conquer code chaos, offering a sleek dashboard where you can masterfully manage multiple projects, each with its own universe of files, commits, and mystical branches and tags. Merge with might, discard with delight, and track every triumph and tribulation of your open and closed issues. And when it comes to builds, OneDev is like having a crystal ball that shows you a panorama of success across your projects. Host it on RepoCloud, and you'll be the envy of the coding realm with a hosting bill that's as lightweight as your newfound agility. So, gear up, get on RepoCloud, and let OneDev transform your productivity into the stuff of legends!
Lenpaste
Share code snippets, logs, configs, and notes without registration, tracking, or ads: Lenpaste is a minimal, self-hosted, anonymous alternative to pastebin.com. It is deliberately spartan in the right ways: no accounts, no JavaScript required (the entire site works in text browsers and hardened setups), and cookies used solely to store display preferences. Pastes support syntax highlighting across a long list of languages (from ApacheConf and Arduino to mainstream stacks), configurable expiration from minutes to unlimited, one-use "burn after reading" pastes that self-delete on first view, optional author attribution, and iframe embedding for dropping pastes into other pages. The form-encoded HTTP API covers everything the UI does - create pastes with title, syntax, expiration, and line-ending normalization, fetch them by ID, and query server capabilities - making it trivial to pipe command output to your paste server from shell scripts. Server operators control maximum title and body lengths, maximum paste lifetime, rate limits for viewing and creation, search-engine indexing policy, and can lock private instances behind HTTP Basic authentication. It deploys as a single lightweight Docker container, giving your team a snippet-sharing endpoint where the content never touches a third-party service.
Octobox
What Gmail did for email, Octobox does for GitHub notifications: an ephemeral, unmanageable stream becomes an inbox you can actually triage. GitHub marks notifications read the moment you glance at them and lets old ones vanish days later; heavy maintainers end up building elaborate Gmail filter systems just to cope. Octobox - a Ruby on Rails app over PostgreSQL - syncs your notifications into a persistent inbox with an explicit archived state: mark a thread done, and if the issue or PR sees new activity, it pops back automatically, so nothing silently falls through. Triage is keyboard-driven with Gmail-style shortcuts (j/k to navigate, e to archive, m to mute, s to star), and multi-select clears noisy repositories in bulk. Filtering is where it earns its keep: slice by repository, organization, type, action, state, reason, CI status, labels, author, assignee, or bot origin, combine prefix search filters, and pin favorite searches to the sidebar. The optional GitHub App enriches entries with live PR/CI status and labels so you can decide without clicking through. Auto-archive rules clear merged PRs and closed issues; muting and snoozing silence the rest. A REST API supports integrations. Self-hosting keeps your notification metadata - a map of everything you work on - on your own server.
Verdaccio
Private npm packages without shipping code to the public registry or paying for npm Enterprise: Verdaccio is the standard lightweight, zero-config private registry and caching proxy. It runs as a single Node.js process with its own tiny embedded database; no external database is required to start. Point npm, yarn, or pnpm at it and everything behaves as expected: install, publish, unpublish, dist-tags, and deprecation all work against the standard npm endpoints. The uplink system is where it earns its keep: packages not found locally are fetched from configured upstreams (npmjs.org, yarn, JFrog, Nexus, or another Verdaccio), cached as tarballs, and served locally thereafter - cutting CI latency and surviving registry outages. Multiple uplinks chain for failover, and per-package glob patterns in config.yaml route scopes to specific upstreams while controlling access, publish, and unpublish rights per group. You can even override a public package by publishing a patched version under the same name locally. A plugin architecture swaps in auth backends (htpasswd default, LDAP and others available), storage drivers (S3, Google Cloud Storage), middleware routes, and metadata filters. With official Docker images and a Kubernetes Helm chart, it slots into any pipeline in minutes.