/ipfs-podcastnode

Umbrel IPFS Podcast Node for IPFSPodcasting.net

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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:
ssh umbrel@umbrel.local
  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).