Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

exporter for the scriptable widget that shows storj node data and earnings

License

NotificationsYou must be signed in to change notification settings

bjoerrrn/storjScriptableWidgetExporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand With Ukraine

Stand With Ukraine

StorjScriptableWidgetExporter

starslast_commit

This is a fork ofStorjWidgetExporter with minor modifications: it just adds trash disk space to the disk space calculation to show a more accurate space used.

StorjScriptableWidgetExporter starts a python Flask server which pulls information from storj node api fornode,satellite andpayout metrics and aggregates the data. The endpoint is returning the totalingress andegress over all nodes, theestimated daily earnings and thecurrent months earnings,total space used andtotal space available,total number of queried nodes andonline count of queried nodes.

The Exporter's endpoint will be available athttp://localhost:3123/bandwidth

Tested with storj node version1.84.1

Usage

  • StorjWidget-Exporter can be installed as a docker container or run as a standalone script
  • Make sure you have-p 127.0.0.1:14002:14002 in your storagenode container docker run command to allow local connections to your node's api

Installation

docker volume create --name snwidgetgit clone https://github.com/dusselmann/storjScriptableWidgetExportercd storjScriptableWidgetExporter/sudo docker build -t storjwidget .docker run -d --restart always --privileged -p 3123:3123 -e NODES_LIST=192.168.188.59:14002,myNodesIp.com:14002 -v storjWidgetVolume:/var/www/storjWidgetVolume --name snwidget storjwidget

Next Steps:

When your storjWidget-Exporter is up, running and returning stats of your node(s) athttp://localhost:3123/bandwidth, you can continue and set up yourstorjScriptableWidget.

contributing

issues andpull requests are welcome. for major changes, please open anissue first to discuss what you would like to change.

if you want to contact me directly, feel free to do so via discord:https://discordapp.com/users/371404709262786561

license

Apache-2.0

About

exporter for the scriptable widget that shows storj node data and earnings

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python89.3%
  • Dockerfile6.2%
  • Shell4.5%

[8]ページ先頭

©2009-2025 Movatter.jp