nerves-hub
Search…
1.0.0
Introduction
High level architecture
Public key infrastructure
Terminology
Nerves Hub
Setup
Managing organizations and products
Device management
Custom Deployment
Requirements
Configure DNS
Configure SES
Create tfvars
Configure Certificates
Run Terraform
Run Migrations
FAQ
Nerves Key
Introduction
NervesKey for Raspberry Pi
Private keys and certificates
General NervesKey storage
Quickstart
Provisioning in Elixir
Nerves integration
NervesHubLink integration
MQTT integration
User API
Users
Firmware Signing Keys
FAQ
Device API
Overview
Phoenix Channel
HTTP Endpoint
Powered By
GitBook
FAQ
How can you change device and firmware limits?
This functionality isn't available in the web user interface and must be done via IEx prompt:
1
%{id: org_id} = NervesHubWebCore.Repo.get_by(NervesHubWebCore.Accounts.Org, name: "<org-name-here>")
2
3
params = %{devices: 20_000, firmware_per_product: 20, org_id: org_id}
4
5
NervesHubWebCore.Accounts.create_org_limit(params)
Copied!
Previous
Run Migrations
Next - Nerves Key
Introduction
Last modified
1mo ago
Copy link