Smederee
Lightweight software forge for repository hosting and issue tracking

Smederee is an open-source, frugal software forge designed to help teams build software together. It provides repository hosting, issue/ticket management and code review features with modular components for hub and tickets.
Key Features
- Repository hosting and management designed for collaborative development workflows
- Integrated ticketing system with hub/tickets module separation for configurable deployments
- Written for the JVM with Java 17+ compatibility and built using sbt; includes packaged distribution and testing tasks
- Uses PostgreSQL for persistent storage and schema separation between modules
- Deployment guidance for creating distributions, application configuration, database setup and reverse-proxy placement
- Support for colored diffs and darcs-based repository workflows; developer convenience tooling recommended (colordiff, tokei)
- Tests included with sbt integration and options to include/exclude tests that need a database
Use Cases
- Host and manage source code and issue tracking for small-to-medium open-source projects on self-hosted infrastructure
- Provide a forge-style platform for organizations that require modular hub and ticket services with PostgreSQL-backed persistence
- Run development and CI workflows locally using sbt-based build/test tooling and packaged distributions for production rollout
Limitations and Considerations
- Primary repository hints indicate darcs-centric workflows and a custom SSH port; users expecting broad VCS integrations may need to verify supported VCS backends
- Requires Java 17+ and PostgreSQL 13+ with DB timezone set to UTC, which imposes specific platform prerequisites for deployment
- SSH cloning notes mention RSA as recommended and experimental ed25519 support; administrators may need to configure SSH clients and ports carefully
Smederee focuses on a compact, modular forge architecture suitable for administrators who can manage JVM and PostgreSQL infrastructure. It is especially appropriate where a lightweight, self-hosted code-forge with integrated ticketing is required.
Categories:
Tags:
Tech Stack:
Similar Services

Gitea
Self-hosted Git hosting with code review, issues, and CI/CD
Gitea is a lightweight, self-hosted Git service with repositories, pull requests, issues, wiki, packages, and built-in CI/CD via Actions and runners.

Gogs
A painless self-hosted Git service.
Lightweight, open source self-hosted Git service designed for easy installation across platforms.

OneDev
Self-hosted Git server with CI/CD, issue tracking, and package registries
OneDev is a self-hosted DevOps platform combining Git hosting, CI/CD pipelines, Kanban-style issue tracking, code review, and built-in package registries.

GitBucket
Git web platform with GitHub API compatibility and plugins
GitBucket is a self-hosted Git web platform for managing Git repositories with issues, pull requests, wikis, Git LFS support, and a plugin system.

Soft Serve
Self-hosted Git server with an SSH-accessible terminal UI
Self-hostable Git server focused on SSH, featuring a terminal UI, access control, and Git LFS support, with cloning via SSH, HTTP, or the Git protocol.

Review Board
Web-based code and document review platform
Review Board is a web-based tool for code and document reviews, with rich diff viewing, threaded discussions, and integrations with many version control and CI systems.
sbt
Scala
Java