Tag: self-hosting

  • Jekyll: Generate pages for each tags

    As I am in the process of converting some of the WordPress based blogs to to use the static website builder Jekyll. This will allow instant response to the users without loading my self hosting servers. Also it is easier to server the blog under same domain without conditional routing of traffic between different docker…

  • Using secrets in portainer

    This is a quick post on how to use docker secrets with portainer. We will use the pgadmin service as an example to demonstrate this. Login to the portainer and navigate to the secrets landing page. Then click on create secrets as shown below. After saving the secret go to the stacks and create new…

  • Solving Proxmox LXC console blank issue

    As I am recently upgrading my home network from simple Raspberry Pi to Proxmox based hypervisor network have got to explore many new things. This is one of the issue I couldn’t find an answer quickly so wanted to post here for anyone experiencing this. LXC containers are great way to virtualize / isolate services…

  • Working with docker stack and iptables

    After moving to new country, I am setting up my home network to bring some of containers back from the cloud to self hosting from home. But the problem with my new router is there is no port based routing either all or none by setting the self hosting server as default DMZ server will…