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:
Login to Umbrel
Click on App store Icon
Click on IPFS Podcasting
Click install
SSH into your umbrel:
ssh umbrel@umbrel.local
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
Install IPFS Podcasting
./scripts/app install ipfs-podcasting
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.
To uninstall the app (!!! This will delete your IPFS configuration and all the files in your IPFS repository !!!)...
./scripts/app uninstall ipfs-podcasting
./scripts/app stop ipfs-podcasting
docker pull ipfspodcasting/podcastnode:v0.6
./scripts/app start ipfs-podcasting
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).