Best of InfrastructureApril 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    Dokploy/dokploy: Open Source Alternative to Vercel, Netlify and Heroku.

    Dokploy is a self-hostable PaaS that simplifies deployment and management of applications and databases using Docker and Traefik. It supports various types of applications and databases, integrates with Traefik for routing and load balancing, offers real-time monitoring and automated database backups.

  2. 2
    Article
    Avatar of hnHacker News·2y

    Release v3.0.0 · traefik/traefik

    Release v3.0.0 of Traefik includes enhancements, bug fixes, and documentation updates.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Your favorite operating systems in one place!

    netboot.xyz is a lightweight tool that allows you to boot into multiple operating systems easily. It is beneficial for sysadmins and uses the iPXE project for provisioning and booting.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    My new home server

    The author shares their experience setting up a new home server with specific requirements and software.

  5. 5
    Article
    Avatar of spaceliftSpacelift·2y

    How to List Docker Containers [All, Running, Stopped & More]

    Learn how to list Docker containers and their details using 'docker ps' command. Understand the various use cases where listing containers can be helpful. Customize the output using formatting options and filter containers based on specific conditions.