Code Monkey home page Code Monkey logo

ipfs-podcastnode's Introduction

podcastnode

An Umbrel Docker App that provides IPFS storage and hosting for IPFSPodcasting.net (Crowd/Self hosting of podcast episodes over IPFS). If you have an Umbrel device and would like to participate, you can use the Web GUI or CLI:

Install via Umbrel Web GUI

  1. Login to Umbrel

  2. Click on App store Icon

  3. Click on IPFS Podcasting

  4. Click install

Install via Umbrel CLI

  1. SSH into your umbrel:
  1. Create app directories & download/install docker-compose.yml:
cd ~/umbrel
mkdir -p apps/ipfs-podcasting/cfg
mkdir -p apps/ipfs-podcasting/ipfs
wget https://raw.githubusercontent.com/Cameron-IPFSPodcasting/podcastnode/main/docker-compose.yml -O apps/ipfs-podcasting/docker-compose.yml
  1. Install IPFS Podcasting
./scripts/app install ipfs-podcasting
  1. You can browse the Web UI at http://umbrel.local:8675/ and configure your email address to manage the node at https://ipfspodcasting.net/Manage You can also view the communication log to view activity.

image

Uninstall via Umbrel CLI

To uninstall the app (!!! This will delete your IPFS configuration and all the files in your IPFS repository !!!)...

./scripts/app uninstall ipfs-podcasting

Other useful commands (from the "~/umbrel" directory)

Stop the app

./scripts/app stop ipfs-podcasting

Download a new docker image

docker pull ipfspodcasting/podcastnode:v0.6

Start the app

./scripts/app start ipfs-podcasting

Launch a command shell to execute IPFS commands...

docker exec -ti ipfs-podcasting_web_1 sh

Note: If your Umbrel is behind a firewall, you may need to adjust firewall rules and/or port-foward allow traffic to port 4001 (both tcp/upd source/destination ports from your Umbrel IP address).

ipfs-podcastnode's People

Contributors

cameron-ipfspodcasting avatar ericpp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.