Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 784 Bytes

File metadata and controls

24 lines (21 loc) · 784 Bytes

Deploy with single binary

  1. Create a pgrokd.yml file:
    external_url: "http://example.com"
    web:
      port: 3320
    proxy:
      port: 3000
      scheme: "http"
      domain: "example.com"
    sshd:
      port: 2222
    
    database:
      path: "./pgrokd.db"
    
    limits:
      max_subdomain_count: 5
  2. Download the latest version of the pgrokd archive from the Releases page.
  3. Launch the pgrokd in background (systemd, screen, nohup).
    1. By default, pgrokd expects the pgrokd.yml is available in the working directory. Use --config flag to specify a different path for the config file.
  4. Visit the web UI and create your first account, then create one or more subdomains from the dashboard.