All Projects → tinkerbell → Portal

tinkerbell / Portal

Licence: apache-2.0
General-purpose web UI for Tinkerbell.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Portal

Graylog Cp Watchguard
Graylog Content Pack for Watchguard Fireware Logging
Stars: ✭ 23 (-17.86%)
Mutual labels:  dashboard
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+3253.57%)
Mutual labels:  dashboard
Eda miner
Swiss army knife, but for visualization, analytics, and machine learning. View docs here: http://edaminer.com/docs/ and a demo (don't abuse) here: http://edaminer.com/
Stars: ✭ 13 (-53.57%)
Mutual labels:  dashboard
Viron
☕️ Automated Design-based Management Console.
Stars: ✭ 925 (+3203.57%)
Mutual labels:  dashboard
Kitto
Kitto is a framework for interactive dashboards written in Elixir
Stars: ✭ 928 (+3214.29%)
Mutual labels:  dashboard
K8s On Raspbian
Kubernetes on Raspbian (Raspberry Pi)
Stars: ✭ 839 (+2896.43%)
Mutual labels:  bare-metal
Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+3128.57%)
Mutual labels:  dashboard
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+110289.29%)
Mutual labels:  dashboard
Dashboard
SODA Dashboard to provide a GUI based experience of SODA Release capabilities
Stars: ✭ 25 (-10.71%)
Mutual labels:  dashboard
Django Controlcenter
Set of widgets to build dashboards for Django projects
Stars: ✭ 866 (+2992.86%)
Mutual labels:  dashboard
Hackathon Manager
All-in-one platform for hackathon registration & logistics.
Stars: ✭ 24 (-14.29%)
Mutual labels:  dashboard
Gentoo Build
shell scripts that builds systemd based gentoo box for x86_64 platform
Stars: ✭ 24 (-14.29%)
Mutual labels:  bare-metal
Xargo
The sysroot manager that lets you build and customize `std`
Stars: ✭ 841 (+2903.57%)
Mutual labels:  bare-metal
Adminify
An Admin Dashboard based on Vuetify material
Stars: ✭ 923 (+3196.43%)
Mutual labels:  dashboard
System dashboard
Boilerplate project - Cross-Platform System Dashboard using Flask, React, Mobx and Web-Workers
Stars: ✭ 13 (-53.57%)
Mutual labels:  dashboard
Insights
Open Source Self-Hosted Business Intelligence Platform
Stars: ✭ 917 (+3175%)
Mutual labels:  dashboard
Material Angular Dashboard
Material Angular Admin Template
Stars: ✭ 940 (+3257.14%)
Mutual labels:  dashboard
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+121600%)
Mutual labels:  dashboard
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+3035.71%)
Mutual labels:  bare-metal
Unredis
Redis Monitoring tool written in Golang and React.js
Stars: ✭ 11 (-60.71%)
Mutual labels:  dashboard

portal

CI Go Report Card

This repository contains a general-purpose web UI for Tinkerbell. It allows you to manage your hardware, template, and workflows from a single place.

Prerequisite

  • You have already setup the Tinkerbell stack (the provisioner, as we generally know it).

Get Started

Clone the repository with:

$ git clone https://github.com/tinkerbell/portal.git && cd portal

Environment settings

  • Update the .env file as per your environment setup.
  • If you plan to use TLS with tink-wizard, set ALLOW_INSECURE to false. Default is true.

Starting server

  • In order to host a secure server, please update the CA and server configuration in respective files under /tls.
  • However, the definitions are preset to give you a quick start with localhost.
  • Once you have updated the /tls definitions, you can generate the certificate with:
$ make certs
  • You can now start the server by executing the following:
$ make redis && make run

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].