Self-host your blog on a Raspberry Pi
blog.ban.app
Self-host your blog on a Raspberry Pi
1–10 of 20 posts
Re: Self-host your blog on a Raspberry Pi
#2As I'm writing though, that probably wouldn't help in most university network setups, which the article mentioned. Tunneling is probably the path of least resistance there.
Re: Self-host your blog on a Raspberry Pi
#3Now I’m waiting for someone to create a docker fork where docker has access to the host system directly outside of the VM and shared volumes.
Re: Self-host your blog on a Raspberry Pi
#4If your DNS provider has an easily usable API, you can set up something that checks your current public ipv4/v6 address and changes the DNS record if the IP address changes. You just need to set the DNS TTL to something smaller, such as 1 hour or less, to limit the impact of a changing IP address.
Re: Self-host your blog on a Raspberry Pi
#5> But if you are like me and your Raspberry Pi is sitting behind your router's firewall, you can't use this approach as your IP-address is changing all the time. If your DNS provider has an easily usable API, you can set up something that checks your current public ipv4/v6 address and changes the DNS record if the IP address changes. You just need to set the DNS TTL to something smaller, such as 1 hour or less, to li…
Re: Self-host your blog on a Raspberry Pi
#6> But if you are like me and your Raspberry Pi is sitting behind your router's firewall, you can't use this approach as your IP-address is changing all the time. If your DNS provider has an easily usable API, you can set up something that checks your current public ipv4/v6 address and changes the DNS record if the IP address changes. You just need to set the DNS TTL to something smaller, such as 1 hour or less, to li…
I didn’t know that was possible, I’ll have a look at it :)
Cloudflare is a nice option.
Re: Self-host your blog on a Raspberry Pi
#7Re: Self-host your blog on a Raspberry Pi
#8Docker has just been getting too good. Now I’m waiting for someone to create a docker fork where docker has access to the host system directly outside of the VM and shared volumes.
Although I'd argue "Docker without containers" is a UX achieve.
Re: Self-host your blog on a Raspberry Pi
#9Re: Self-host your blog on a Raspberry Pi
#10> But if you are like me and your Raspberry Pi is sitting behind your router's firewall, you can't use this approach as your IP-address is changing all the time. If your DNS provider has an easily usable API, you can set up something that checks your current public ipv4/v6 address and changes the DNS record if the IP address changes. You just need to set the DNS TTL to something smaller, such as 1 hour or less, to li…
I didn’t know that was possible, I’ll have a look at it :)