This repository was archived by the owner on May 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Add bee dashboard #33
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4fa6272
bump ethersphere/bee to v1.0.0
dapplion 517108f
Update config file for version 1.0.0
tropicar 6a14371
update config file for the dns for testnet
tropicar 71c5637
Change the CORS option in bee config file
tropicar 9836c62
Create Dockerfile of bee-dashboard
tropicar 01f2cab
add dashboard service to Dockerfile
tropicar 628310b
Improve Initial text of the package
tropicar f3f0fbb
Update configurations
tropicar 207f9aa
Add contributor and link to the UI
tropicar ac6e61d
changing ip links and fixes
tropicar 885c851
Fix dockergile
tropicar 338b25e
Fix dockerfile
tropicar 81f6813
Fix text get started
tropicar 923b1f5
Merge remote-tracking branch 'origin/tropicar/add--bee-dashboard' int…
tropicar 520a4f4
Add full node to the wizard and env vars
tropicar 627f343
Improve text
tropicar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| FROM node:15.14-alpine AS build | ||
|
|
||
| WORKDIR /usr/src/app | ||
|
|
||
| RUN apk add git && \ | ||
| git clone https://github.com/ethersphere/bee-dashboard.git . && \ | ||
| npm ci && \ | ||
| npm run build | ||
|
|
||
| FROM node:15.14-alpine AS final | ||
|
|
||
| RUN npm i -g serve | ||
|
|
||
| WORKDIR /app | ||
|
|
||
| COPY --from=build /usr/src/app/build . | ||
|
|
||
| EXPOSE 8080 | ||
|
|
||
| ENTRYPOINT ["serve","-l","8080"] |
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
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
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
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
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
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.
There was a problem hiding this comment.
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
nodeUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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