Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ipfs-pinner port for conflict with Grafana #61

Merged
merged 2 commits into from
May 9, 2023

Conversation

noslav
Copy link
Member

@noslav noslav commented May 8, 2023

  • Grafana by default uses port 3000 which is also currently used by the ipfs-pinner API server as a result the application doesn't start if ipfs-pinner is also running on local or with docker.
$ brew services list
Name          Status     User   File
grafana       error  256 pranay ~/Library/LaunchAgents/homebrew.mxcl.grafana.plist
  • Change this to 3001 so there is no conflict with the default installation for Grafana
$ brew services list
Name          Status  User   File
grafana       started pranay ~/Library/LaunchAgents/homebrew.mxcl.grafana.plist

dependabot bot and others added 2 commits May 8, 2023 12:09
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases)
- [Commits](multiformats/go-multiaddr@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/multiformats/go-multiaddr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
@noslav
Copy link
Member Author

noslav commented May 8, 2023

Required for rudder PR covalenthq/refiner#124 where we use Grafana.

@noslav noslav requested a review from sudeepdino008 May 8, 2023 23:32
@noslav noslav merged commit fcf6442 into develop May 9, 2023
@noslav noslav mentioned this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants