Setting up and leveling up your HomeLab - a comprehensive guide
I'm writing this homelab guide to share some of the things I've learned, so if you're starting out or looking for what to do next, perhaps you can grab an idea or two for your setup. I would always advise starting small, getting comfortable, and then deciding if you are ready for more.
bunny.net - The Content Delivery platform that truly Hops!
Hop on bunny.net and speed up your web presence with the next-generation Content Delivery Service (CDN), Edge Storage, and Optimization Services at any scale.
Hi, I’m trying to set up a subdomain IPFS gateway with Kubo. Everything runs behind a Caddy reverse proxy. The problem is that every CID, despite resolving via ipfs.v1rtl.site/ipfs/cid and being pinned, it returns 404. $ curl https://bafybeieenkchlv6s5zaxr2tjnuxtufihlmpfo4u2xp5hf4a4lsxsizuo5q.ipfs.v1rtl.site 404 page not found This is my Caddyfile: ipfs.v1rtl.site { tls /etc/caddy/ssl/ipfs.v1rtl.site/fullchain.pem /etc/caddy/ssl/ipfs.v1rtl.site/privkey.pem reverse_proxy :8...
IPFS nodes that run in the broswer communicate over websockets to the main network. Lets walk through how to setup a IPFS server that your browser code can connect to in addition to the public gateways.
Strategy Wire everything up with docker-compose Create and configure an ipfs container Setup nginx with dummy certificate Replace that certificate with certbot Setup certbot to auto renew the certificates Requirements You will need:
A server with a domain or subdomain to use certbot to get a certificate A working docker-compose install I'm using a prebuilt docker image on Digital Ocean but the key part is to get the domain name.