Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Add bee dashboard#33

Merged
tropicar merged 16 commits into
masterfrom
tropicar/add--bee-dashboard
Jul 15, 2021
Merged

Add bee dashboard#33
tropicar merged 16 commits into
masterfrom
tropicar/add--bee-dashboard

Conversation

@tropicar
Copy link
Copy Markdown
Collaborator

Implement the bee dashboard in the package, now, you can access the dashboard of bee. THis UI is now the main Service of the package.

The source code of this project: https://github.com/ethersphere/bee-dashboard

dapplion
dapplion previously approved these changes Jul 13, 2021
Comment thread dappnode_package.json
},
"license": "GPL-3.0",
"mainService": "dashboard",
"mainService": "bee.dnp.dappnode.eth",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change service name of the node to node

Copy link
Copy Markdown
Collaborator Author

@tropicar tropicar Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After doing that change(edit mainService to node and modify docker-compose service's name bee.dnp.dapnde.eth to node), there is a error after installing the package and set up the environment vars

errorCall to packageSetEnvironment
Today, 5 min ago
Reply: No service bee.dnp.dappnode.eth in dnp bee.dnp.dappnode.eth
Error: No service bee.dnp.dappnode.eth in dnp bee.dnp.dappnode.eth
    at /usr/src/app/webpack:/src/calls/packageSetEnvironment.ts:28:25
    at Generator.next (<anonymous>)
    at fulfilled (/usr/src/app/index.js:66678:58)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

{
  "dnpName": "bee.dnp.dappnode.eth",
  "environmentByService": {
    "node": {
      "PASSWORD": "**********",
      "EXTRA_OPTS": "full-node"
    },
    "bee.dnp.dappnode.eth": {
      "PASSWORD": "**********",
      "BEE_SWAP_ENDPOINT": "http://goerli-geth.dappnode:8545",
      "BEE_DB_CAPACITY": "5000000",
      "BEE_WELCOME_MESSAGE": "Hello from my DAppNode!"
    }
  }
}

@dapplion dapplion dismissed their stale review July 13, 2021 14:54

Change service name of the node to node

@tropicar tropicar merged commit c4f4806 into master Jul 15, 2021
@tropicar tropicar deleted the tropicar/add--bee-dashboard branch July 15, 2021 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants