mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-11 07:58:50 +00:00
- Replaced all instances of DeBros with Orama throughout the codebase, including CLI commands and configuration paths. - Updated documentation to reflect the new naming convention and paths for configuration files. - Removed the outdated PRODUCTION_INSTALL.md file and added new scripts for local domain setup and testing. - Introduced a new interactive TUI installer for Orama Network, enhancing the installation experience. - Improved logging and error handling across various components to provide clearer feedback during operations.
20 lines
579 B
Plaintext
20 lines
579 B
Plaintext
Package: orama
|
|
Version: 0.69.20
|
|
Section: net
|
|
Priority: optional
|
|
Architecture: amd64
|
|
Depends: libc6
|
|
Maintainer: DeBros Team <dev@debros.io>
|
|
Description: Orama Network - Distributed P2P Database System
|
|
Orama is a distributed peer-to-peer network that combines
|
|
RQLite for distributed SQL, IPFS for content-addressed storage,
|
|
and LibP2P for peer discovery and communication.
|
|
.
|
|
Features:
|
|
- Distributed SQLite database with Raft consensus
|
|
- IPFS-based file storage with encryption
|
|
- LibP2P peer-to-peer networking
|
|
- Olric distributed cache
|
|
- Unified HTTP/HTTPS gateway
|
|
|