Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
22 results tagged dashboard  ✕   ✕
Mesh Dash https://mesh-dash.rusjp.co.uk/
Wed 30 Apr 2025 10:49:55 PM PDT archive.org

Welcome to the Mesh Dash Installation Tool! This utility helps you quickly set up and configure Mesh Dash. Choose your preferred installation method based on your operating system.

Your Meshtastic device must be configured and working (firmware 2.6+ recommended), and must be connected to the same Wi-Fi network as this computer (so, no Bluetooth management).

Still in the early stages.

Github: https://github.com/russjp1985/mesh-dash

python meshnetworking dashboard webapps
WastewaterSCAN Dashboard https://data.wastewaterscan.org/tracker/?charts=CvEDEAAgAUgAUgY3NGQwMjZSBjA3Y2VkN1IGYjcyM2FlUgYzMDMyYzhSBjI0ZDAzMFIGMTEwN2I2UgY2NTdlYTVSBjY0NzNjMFIGN2NhOTA1UgYxZDYxNDlSBjMyNDllZlIGNWFhNjk5UgYzYTNmYTFSBjc0YjM5YVIGZmEyZDYzUgYwMzI1ZGRSBmI5MjVlN1IGMWE0M2E3UgZhMGZiY2RSBjI1NDgxOVIGNTc1NzM4UgY4YTliNGJSBjI3ODQ3MFIGY2RjZWFkUgYwMmQyNDJSBjcxYTJmNFIGYmNiYjg1UgZiYzc5ZjlSBmU5ZTg3ZVIGZWM0ZDNkUgZlZWMyYzJSBjJlMDdlNlIGNTc5ZGEzUgZhMTA4NmZSBjdhYTEzNlIGYjljMDJkUgZjMjIxOTdSBjYyOTIyZlIGMzczNzAyUgZkZGU4OGZSBjMxOWFhNlIGODRkNDg5UgYyNTUzZGRSBjBjODA5MVIGYWQ4NmE5UgZjOGQzNTdSBjMxNzQ1NFIGZWQ5YTFmUgZhODJjZTlSBmNiMGUxY1IGMzc0MzBhUgZkZDM2ZmJSBjY3YzJlYlIGZmVkOTdmUgYxODkxZTBSBmVkZWZiNFIGMjkzYjI1UgY2MDlmYzhSBmM5NWU2NFoGTiBHZW5leD6KAQZmZGMxOTE%3D&selectedChartId=fdc191
Thu 18 Jul 2024 12:04:54 PM PDT archive.org

A dashboard tracking SARS-CoV-2 in California, based upon continual waste water analysis and monitoring. Other infectious viruses can be tracked from here as well, but it defaults to COVID.

This dashboard can probably be reverse engineered to extract the data for other purposes.

covid infections dashboard opendata exocortex forsythe
Toasty Times Climate Dashboard https://climate-dashboard.streamlit.app/
Mon 07 Aug 2023 10:34:11 AM PDT archive.org

AKA the "I'm not a climate scientist but I play one on the internet" dashboard.

Github: https://github.com/szulcmaciej/climate-dashboard

dashboard climatechange data visualization
Pi-Hole https://pi-hole.net/
Sat 17 Sep 2022 05:15:57 PM PDT archive.org

A simple-to-use network-wide ad- and tracking blocking system. Set up something like a single-board computer (a spare RasPi or old laptop is fine), run the script, and it converts it into a DNS-level adblocking system. Then configure your local router to use it as its upstream DNS instead of your ISP. Has an easy to use and interpret dashboard. Also has a REST API but I haven't experimented with it yet.

dns advertising blocking spam privacy selfhosted rest api dashboard linux
walkxcode/Dashboard-Icons https://github.com/walkxcode/Dashboard-Icons
Thu 18 Aug 2022 12:51:53 PM PDT archive.org

A large collection of icons in SVG and PNG format for applications and services. Designed with personal dashboards in mind. Download only the images you need.

png svg icons dashboard exocortex
Smashing: The exceptionally handsome dashboard framework in Ruby and Coffeescript. https://github.com/Smashing/smashing
Fri 03 Jun 2022 12:59:07 PM PDT archive.org

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. Use premade widgets, or fully create your own with scss, html, and coffeescript. Has a REST API to push data to the dashboard. Drag and drop interface for building a dashboard.

Install the gem. Run it to create a new dashboard ("project"). Run bundle. Start the server for the project.

ruby dashboard visualization server exocortex charts rest api
AWS ^honest^ Service Status Dashboard https://stop.lying.cloud/
Fri 10 Dec 2021 03:44:27 PM PST archive.org

An actually accurate AWS service dashboard.

services dashboard aws status
Wave documentation: WaveDB https://github.com/h2oai/wave/blob/master/website/docs/wavedb.md
Tue 14 Sep 2021 01:56:17 PM PDT archive.org

WaveDB is SQLite with a HTTP interface.

It is a ~6MB (~2MB UPX-compressed) self-contained, zero-dependency executable that bundles SQLite 3.35.5 (2021-04-19) with JSON1, RTREE, FTS5, GEOPOLY, STAT4, and SOUNDEX.

If you are already a fan of SQLite, WaveDB acts as a thin HTTP-server wrapper that lets you access your SQLite databases over a network.

WaveDB can be used as a lightweight, cross-platform, installation-free companion SQL database for Wave apps. The h2o-wave package includes non-blocking async functions to access WaveDB.

Database files managed by WaveDB are 100% interoperable with SQLite, which means you can manage them with the sqlite3 CLI, backup/restore/transfer them as usual, or use Litestream for replication.

databases sqlite server http rest api dashboard exocortex
dankilman/awe https://github.com/dankilman/awe
Thu 09 Sep 2021 03:47:39 PM PDT archive.org

Dynamic web based reports/dashboards in Python. Write a little bit of code to define the dashboard and populate the layout, and treat the rest like Python. Seems pretty straightforward. Has a built-in DSL to make defining some parts of a dashboard easier to do. Also has a CLI tool that you can use to interactively build dashboards without having to stop and start the server again and again. Even has a REST API that can be used to update the page's widgets in the background, so you can push instead of pull.

python dashboard visualization data charts graphs webapps exocortex rest api
obazoud/awesome-dashboard https://github.com/obazoud/awesome-dashboard
Thu 09 Sep 2021 03:23:19 PM PDT archive.org

A curated list of amazingly awesome dashboards/visualization resources.

awesome visualization dashboard charts graphs
getredash/redash https://github.com/getredash/redash
Sun 05 Sep 2021 06:19:03 PM PDT archive.org

Redash is designed to enable anyone, regardless of the level of technical sophistication, to harness the power of data big and small. SQL users leverage Redash to explore, query, visualize, and share data from any data sources. Their work in turn enables anybody in their organization to use the data. Every day, millions of users at thousands of organizations around the world use Redash to develop insights and make data-driven decisions.

Can use data from REST APIs, direct database connections, CSV files, and more.

Has its own REST API, also.

Very heavy - Postgres, Redis, Celery... not something you can just throw up in a hurry.

exocortex dashboard visualization webapps python rest api
furlongm/openvpn-monitor https://github.com/furlongm/openvpn-monitor
Thu 27 May 2021 04:05:33 PM PDT archive.org

openvpn-monitor is a simple python program to generate html that displays the status of an OpenVPN server, including all current connections. It uses the OpenVPN management console, which uses a little-known configuration option in openvpn.conf. It typically runs on the same host as the OpenVPN server, however it does not necessarily need to.

uWSGI application, can run behind nginx.

python dashboard openvpn webapps
NX211/homer-icons https://github.com/NX211/homer-icons
Mon 17 May 2021 03:06:41 PM PDT archive.org

A large collection of icons for typical self-hosted applications. Ideal for making startpages look nicer.

icons webapps startpage dashboard selfhosted
lissy93/dashy https://github.com/lissy93/dashy
Wed 05 May 2021 03:34:45 PM PDT archive.org

A nice, retro-looking dashboard for organizing your environments. Instant local search, keyboard shortcuts, themable, customizable. YAML config file. Icons can be customized as well. Theoretically small enough to carry around on your mobile device. Uses yarn to install dependencies and compile. Themes can be switched out in realtime.

Reminds me a bit of GEOS or Workbench.

Serve with any web server; the Docker container uses nginx, but use whatever.

dashboard startpage webshit javascript html5 css retro
Lowdefy https://lowdefy.com/
Thu 15 Apr 2021 02:12:03 PM PDT archive.org

An open-source low-code framework to build web apps, admin panels, BI dashboards, workflows, and CRUD apps with ease. Build UIs with YAML that is easy to read and write. Dynamic UIs with simple state management. Mobile friendly and responsive layouts out of the box.

Github: https://github.com/lowdefy/lowdefy

exocortex nodejs dashboard webapps data yaml
h2oai/wave https://github.com/h2oai/wave
Tue 12 Jan 2021 05:01:47 PM PST archive.org

H2O Wave is a software stack for building beautiful, low-latency, realtime, browser-based applications and dashboards entirely in Python without using HTML, Javascript, or CSS. H2O Wave excels at capturing information from multiple sources and broadcasting them live over the web, letting you build and deploy realtime analytics with dramatically less effort.

The server is written in Go, which is weird, why are they calling it a Python app?

golang python webapps data visualization charts graphs rest api dashboard
GitHub - AnalogJ/scrutiny: Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds https://github.com/AnalogJ/scrutiny
Tue 29 Sep 2020 10:25:15 AM PDT archive.org

WebUI for smartd storage device monitoring. Parses output of smartctl, builds an easy to read dashboard for quick reference. Tries to be intelligent about how it does things. Consists of a collector and a dashboard.

golang webapps storage monitoring sysadmin dashboard
plotly/dash: Analytical Web Apps for Python & R. No JavaScript Required. https://github.com/plotly/dash
Mon 23 Dec 2019 06:58:30 PM PST archive.org

A Python framework for doing graphical data analysis without needing to know Javascript. Visualizations are updated in realtime as they are interacted with. You'll have to write some code to set it up, it would appear mostly to get the data into the application to begin with.

Docs: https://dash.plotly.com/

Here's a tutorial for how to use it: https://mymasterdesigner.com/2021/12/13/visualization-dashboards-with-python-dash/

Gallery of Dash dashboards: https://dash.gallery/Portal/

python frameworks data analysis toolkit charts graphs plots exocortex maps dashboard
Glances - An Eye on your system https://nicolargo.github.io/glances/
Sat 10 Nov 2018 10:03:21 PM PST archive.org

Glances is a cross-platform system monitoring tool written in Python. Combines many of the features of top, htop, netstat, and tail. If you also install Bottle it'll present not only a web dash board, it'll present a REST API and XML-RPC interface also. Can export its stats to a number of different databases.

Github: https://github.com/nicolargo/glances

python rest api system monitoring dashboard exocortex
Cockpit https://cockpit-project.org/
Tue 02 Oct 2018 06:39:23 PM PDT archive.org

See your server in a web browser and perform system tasks with a mouse. It’s easy to start containers, administer storage, configure networks, and inspect logs. Full dashboard. Lets you configure things as well as look in on them. Extensible with a plugin architecture. Packaged in many distros, including Debian. Does not replace the shell, does not take over the system's configuration so you can work from both ends and they won't conflict. Doesn't step on other management apps, either. Uses your account, relies on sudo to elevate privs. Mobile friendly. If you can reach it using SSH, you can admin it.

Github: https://github.com/cockpit-project/cockpit

Appears to be written in C.

sysadmin management dashboard foss webapps plugins exocortex
page 1 / 2
6298 links, including 411 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn