Showing 39 open source projects for "e-root"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    ipfs-car

    ipfs-car

    Convert files to content-addressable archives and back

    Convert files to content-addressable archives and back. ipfs-car is a library and CLI tool to pack & unpack files from Content Addressable aRchives (CAR) file. A thin wrapper over @ipld/car and unix-fs. Content-addressable archives store data as blocks (a sequence of bytes) each prefixed with the Content ID (CID) derived from the hash of the data; typically in a file with a .car extension. Use ipfs-car to pack your files into a .car; a portable, verifiable, IPFS-compatible archive.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    RipMe

    RipMe

    Downloads albums in bulk

    RipMe is an album ripper for various websites. It is a cross-platform tool that runs on your computer and requires Java 8. RipMe has been tested and confirmed to work on Windows, Linux, and MacOS.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    Lenstube

    Lenstube

    Decentralized video-sharing social media platform

    Decentralized video-sharing social media platform, built using Lens protocol. This turborepo uses Yarn as a package manager. For a place to have open discussions on features, voice your ideas, or get help with general questions please visit our community at Discord.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ipwb

    ipwb

    A distributed and persistent archive replay system using IPFS

    ...An important aspect of archival replay systems is rewriting various resource references for proper memento reconstruction so that they are dereferenced properly from the archive from around the same datetime as of the root memento and not from the live site (in which case the resource might have changed or gone missing). Many archival replay systems perform server-side rewriting, but it has its limitations when URIs are generated using JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    Yearn metadata storage

    Yearn metadata storage

    Yearn metadata storage on IPFS (static)

    ...All JSON files that share names with the files in the schema directory must follow the defined schema, otherwise, verification will fail. Any folder that begins with 0x is considered as an address. The address must be checksummed, otherwise, verification will fail. Schemas can be created in the root of the schema folder. For syntax, you can take a look at the JSON schema specs. The AJV library is used to validate the data with the provided schemas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Devault

    Devault

    Decentralized alternative to proprietary and centralized cloud storage

    ...Devault is a decentralized, self-hosted, and end-to-end encrypted alternative to proprietary and centralized cloud storage. The file gets encrypted using AES-256-CBC encryption. The encrypted file is split into pieces. The chunks are distributed across the network nodes. The root hash will be stored in your wallet on the blockchain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    e-Dokyumento

    e-Dokyumento

    e-Dokyumento is web-based Document Management System (DMS)

    .... # Demo : https://e-dokyumento.herokuapp.com/ https://edokyu.seillig.com/ (refer to Readme.md for the accounts) #Dockerhub: https://hub.docker.com/r/nelsonmaligro/edokyumento # Install using the ISO: 1. Download: https://sourceforge.net/projects/e-dokyumento/files/Releases/e-DokyuV3.iso/download 2. Boot and login with: "root" and "admin@123" 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    maude

    maude

    Autonomous decentralized moderation for IPFS and Web3

    Autonomous decentralized moderation for IPFS and Web3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fission VSCode

    Fission VSCode

    A vscode extension for fast app publishing powered by IPFS

    Publish apps to the Fission platform with this VSCode extension. This extension gives you access to the most common commands from the Fission CLI. See the Fission CLI docs for extended documentation and advanced use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Nautilus Core

    Nautilus Core

    Automation tools for deploying blockchain networks

    Naultilus Core is a tool to automate running Tezos Nodes. It allows customization of the most important node features, and easily running multiple nodes, along with different integrations to simplfy node interactions. With each Node in Archive mode, you can also start an instance of Conseil and Arronax. Nautilus Core is only supported in macOS and Linux. Running Tezos Nodes (particularly Archive Nodes) can take massive amounts of storage when fully synced (~300 GB). 16GB of memory is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VIPFS

    VIPFS

    Vue.js + IPFS = VIPFS. Create unstoppable applications

    ...VIPFS comes with a few templates to demonstrate functionality. You can easily modify these templates to suit your service's needs whether it be video hosting, file sharing, or e-commerce.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    ...This means that you can require it and use with your favorite bundler without having to adjust the asset management process. The mfs works by storing a reference to the root node's CID in LevelDB. LevelDB does not support concurrent access so there are read/write locks around bits of the code that modify the the root node's CID. A lock is kept on the main thread and any requests to read/write from workers or the main thread itself are queued pending release of the lock by the existing holder. Reads are executed together, writes are executed sequentially, and prevent any reads from starting. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    aMule AdunanzA
    aMule AdunanzA e' un progetto volto a rendere accessibile la rete Kademlia anche all'utenza Fastweb, grazie alla patch AdunanzA. Questo in specifico per utenti Linux e Mac OS X Per riferimenti alla community italiana http://forum.adunanza.net
    Downloads: 28 This Week
    Last Update:
    See Project
  • 14
    E-Certify

    E-Certify

    Blockchain Based Certificate Validation

    It is a blockchain-based project for online certificate validation. The major problem of counterfeit certificates can be tackled with the help of E-Certify, as it provides a solution to preserve the genuineness of a certificate. It works on the idea that: “Only the issuer can upload the certificate and the rest people can only view it.” The entire process works on the blockchain in partnership with the IPFS(to provide data security). Does Everything for Certificates: Storing, Validating, and Sharing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    crawler

    crawler

    A toolchain for bringing web2 to web3

    A toolchain for bringing web2 to web3. IPFS daemon should be launched. Download enwiki-latest-all-titles to crawler root dir. Basically, there are two main functions provided by crawler tool. The first one is to parse wiki titles and submit links between keywords and wiki pages. Also, crawler has separate command upload-duras-to-ipfs to upload files to local IPFS node. All DURAs are collected under single root unixfs directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    White Label Transfer

    File sharing via e-mail

    White Label Transfer enables file sharing via e-mail
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    e-Music library
    eMusic Library is a project developed in Java using Aqsa MVC framework to managed your digital music store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ls.php

    ls.php

    Simple web file manager written in PHP.

    ...With this program, you can upload files, copy files, and change file details etc. No FTP login is required. Password protection for functions beyond viewing and navigating. The installation is easy - you just place this file on the root of your server, that's it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DownloadDaemon
    DownloadDaemon is a comfortable download-manager with many features like one-click-hoster support, etc. It can be remote-controled in several ways (web/gui/console clients), which makes it perfect for file- and root-servers, as well as for local use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    edonkey plus
    edonkey plus is a free program peer to peer for the peer to peer network edonkey 2000,overnet etc edonkey plus is a program free the open source edonkey plus es un programa peer to peer gratuito de codigo abierto para las redes peer to peer overnet e
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Web File Viewer

    Web File Viewer

    1 PHP file to cleanly share your public documents on the web

    WFV is a simple PHP file to put in the root of your public documents to make them available on the web. It shows previews of pictures as thumbnails and display all the links needed. It is fully configurable and uses short web addresses. Please visit the web site for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hey Mang!

    Hey Mang!

    Hey Mang! is an open-source manga downloader from online galleries

    Hey Mang! is a free, open-source project that allows you to get your manga from your favourite sites. It supports: * MangaReader * MangaFox * Batoto * E-Hentai And among its features are: * RSS Downloads (Currently for MangaFox only) * Update notification * Path change You just need to paste the first page of the chapter you want to download and that's it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Shark Virtual Library

    Shark Virtual Library

    The best way to store and share files

    Shark Virtual Library (shark-vlibrary) allows to share trougth an web java application educational, cultural and other types of documents (e-books, researches, articles, sounds...) it is specially designed for educational purposes and institutios, Three kinds of users can manage and use the documents what are saved in diffrerent sections that you can add.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Megaupload Downloader
    Megaupload Downloader is a programme born to avoid users tons of advertisement, poup-ups, etc.. that we get when we try to download from free file hosting services.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 25
    O F2P, ou Friend2Peer, é um aplicativo de P2P para troca de arquivos entre um grupo de amigos. A aplicação permitirá a configuração de uma rede de máquinas conhecidas através das quais serão promovidas busca e trocas de arquivos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB