IPFS Automation
Releases:
Workflow setup
Step 1: Clone the repository - https://github.com/kitkatfund/ipfs-auto-deploy
Step 2: Install the dependencies with npm install
npm installStep 3: Copy the .env.sample file and rename it to .env

Step 4: Create a Telegram Bot for deployment notifications.
Step 5: Create a new Cloudflare Transform Rule for each of the apps you want to pin.
Step 6: Copy the src/utils/config.sample.ts file and rename it to src/utils/config.ts
src/utils/config.sample.ts file and rename it to src/utils/config.tsStep 7: Please modify the appUUID, transformedURL, transformedURL inside cloudflareRuleExpression, cloudflareZoneId, cloudflareRulesetId and cloudflareRuleId as mentioned above and depending on your config.
src/utils/config.tsStep 8: Deploy with a method of your choice, just like any backend application, Dockerfile is included.
Last updated
Was this helpful?

