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

Basics around deployment #5

Merged
merged 12 commits into from
Oct 6, 2023
Merged

Basics around deployment #5

merged 12 commits into from
Oct 6, 2023

Commits on Oct 5, 2023

  1. import configuration from bifrost-gateway

    * add Kubo RPC URL env vars and /api/v0 support via
      delegation/forwarding
    * add DNS resolution caching layer
    * add tracing and metrics
    * add debugging and metrics endpoints
    * add Dockerfile
    * switched cli flags to only expose the port and always run on localhost
    aschmahmann committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    46c8fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4fd5d0 View commit details
    Browse the repository at this point in the history
  3. Update docker/get-docker-tags.sh

    Co-authored-by: Marcin Rataj <[email protected]>
    2 people authored and aschmahmann committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0178264 View commit details
    Browse the repository at this point in the history
  4. Core review suggestions from @lidel

    Co-authored-by: Marcin Rataj <[email protected]>
    hsanjuan and lidel authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    65f7ecd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix user agent

    aschmahmann committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3c22916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00fdfa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbe11ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from ipfs/feat/optional-internal-routing

    Add optional internal routing
    hsanjuan authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    66626c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c41709 View commit details
    Browse the repository at this point in the history
  6. Remove DHTType option - it wasn't wired-in

    Statichecks
    hsanjuan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    86f8437 View commit details
    Browse the repository at this point in the history
  7. go mod tidy

    hsanjuan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e0a9d5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d01d78 View commit details
    Browse the repository at this point in the history