Felhom Hub

← All customers {{if .Flash}}
{{if eq .Flash "created"}}Configuration created successfully. {{else if eq .Flash "updated"}}Configuration updated. {{else if eq .Flash "password_regenerated"}}Retrieval password regenerated. {{end}}
{{end}}

{{.Config.CustomerID}} {{if .Config.CustomerName}} — {{.Config.CustomerName}}{{end}}

Edit

Customer Details

Customer ID {{.Config.CustomerID}}
Name {{if .Config.CustomerName}}{{.Config.CustomerName}}{{else}}—{{end}}
Domain {{if .Config.Domain}}{{.Config.Domain}}{{else}}—{{end}}
Email {{if .Config.Email}}{{.Config.Email}}{{else}}—{{end}}
Created {{timeAgo .Config.CreatedAt}}
Updated {{timeAgo .Config.UpdatedAt}}

Credentials

Retrieval Password
{{.Config.RetrievalPassword}}
API Key
{{.Config.APIKey}}
Used by the controller for ongoing hub communication (reports, notifications, backups)

Setup Commands

Use one of these methods to configure a customer node:

Option 1: docker-setup.sh (recommended)

sudo ./docker-setup.sh --hub-customer {{.Config.CustomerID}} --hub-password {{.Config.RetrievalPassword}}

Option 2: Direct download

curl -fsSL https://hub.felhom.eu/api/v1/config/{{.Config.CustomerID}} -H "X-Retrieval-Password: {{.Config.RetrievalPassword}}" -o controller.yaml

YAML Preview

Loading preview...