Skip to content

TheItsProjects/HPort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPort

HPort is a .NET-based tool and library for automating the management of Docker containers on Hetzner Cloud. It streamlines provisioning servers, deploying applications via Docker Compose, and managing their lifecycle.

Documentation

Quick Start

  1. Set your Token:

    export HPORT_TOKEN="your-hetzner-api-token"
  2. Run the CLI:

    # List containers (assuming you've built the project)
    dotnet run --project src/ItsNameless.HPortCli -- container list

Features

  • Automated Provisioning: Spins up cx22, cpx11, etc., on demand.
  • Docker Compose: First-class support for standard compose deployments.
  • Zero-Config Security: Automatically manages server credentials (stored locally).
  • Internal Networking: Support for attaching servers to private networks.

License

Released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages