A Phoenix LiveDashboard page for inspecting your Lamina configurations
Go to file
Renovate Bot 233722442f
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency erlang to v27
2024-05-20 21:36:50 +12:00
config chore: Update forgejo hostname. 2024-02-05 15:43:24 +13:00
lib/lamina chore: fix credo issues. 2023-07-21 18:57:15 +12:00
test chore: remove boilerplate. 2021-09-29 10:41:34 +13:00
.drone.yml chore: fix docs release. 2024-03-14 19:24:10 +13:00
.formatter.exs chore: empty mix application. 2021-09-28 14:50:12 +13:00
.gitignore chore: empty mix application. 2021-09-28 14:50:12 +13:00
.tool-versions chore(deps): update dependency erlang to v27 2024-05-20 21:36:50 +12:00
CHANGELOG.md chore: release version v1.0.0 2023-01-16 22:19:35 +00:00
LICENSE.md chore!: Relicense to HL3-FULL. 2023-01-17 11:14:44 +13:00
mix.exs chore(deps): update dependency ex_doc to ~> 0.32 2024-04-10 21:29:06 +12:00
mix.lock chore(deps): update dependency git_ops to v2.6.1 2024-05-11 10:33:41 +12:00
README.md chore: fix typo in readme 2024-03-08 14:46:05 +13:00
renovate.json chore: add Drone CI configuration 2023-07-21 18:51:39 +12:00

Lamina.Dashboard

Build Status Hex.pm Hippocratic License HL3-FULL

Lamina.Dashboard is a tool to visualise the current runtime configuration of the system.

It works as an additional page for Phoenix LiveDashboard.

Installation

Lamina.Dashboard is available in Hex, the package can be installed by adding lamina_dashboard to your list of dependencies in mix.exs:

def deps do
  [
    {:lamina_dashboard, "~> 1.0.0"}
  ]
end

Documentation for the latest release can be found on HexDocs.

Integration with LiveDashboard

You can add this page to your Phoenix LiveDashboard by adding it as a page in the live_dashboard macro in your router file:

  live_dashboard "/dashboard",
    additional_pages: [lamina: Lamina.Dashboard]

Once configured, you will be able to access Lamina.Dashboard at /dashboard/lamina.

Distribution

You can use Lamina.Dashboard to view the configuration on remote nodes by simply adding the lamina_dashboard package as a dependency of your remote nodes.

Github Mirror

This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.

License

This software is licensed under the terms of the HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.