This repository was archived by the owner on May 20, 2026. It is now read-only.
Add bee dashboard#33
Merged
Merged
Conversation
It's necessary to be able to use bee-dashboard
Now dashboard is considered main service because is an UI and it so useful to make easier the access to the non technical user
dapplion
previously approved these changes
Jul 13, 2021
dapplion
reviewed
Jul 13, 2021
| }, | ||
| "license": "GPL-3.0", | ||
| "mainService": "dashboard", | ||
| "mainService": "bee.dnp.dappnode.eth", |
Contributor
There was a problem hiding this comment.
Change service name of the node to node
Collaborator
Author
There was a problem hiding this comment.
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!"
}
}
}
Execute all in a RUN
Execute all in a RUN
…o tropicar/add--bee-dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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