LogoLogo
v1.x (Deprecated)
v1.x (Deprecated)
  • What is Boost?
  • Features
  • Architecture
    • Repository
    • Database
    • DAG store
    • libp2p Protocols
  • Hardware requirements
  • Getting started
    • As a storage provider
    • As a client
  • Migrate from Lotus to Boost
    • Migrate a monolith lotus-miner to Boost
    • Migrate a Lotus markets service process to Boost
    • Roll back to Lotus markets service process
  • Configuration
    • UI Settings
    • HTTP Transfer limit
    • Deal Filters
    • Remote CommP
    • Legacy Deal configuration
    • HTTP indexer announcement
  • Backup and Restore
  • Tutorials
    • How to store files with Boost on Filecoin
    • Using filters for storage and retrieval deals
    • Setting up a monitoring stack for Boost
  • Bitswap Retrieval
  • HTTP Retrieval
    • Serving files with booster-http
  • Troubleshooting
  • Experimental Features
    • FVM Contract Deals
    • Local Index Directory
      • Architecture
      • Requirements
      • Initialisation
  • GraphQL API
  • JSON-RPC API
  • FAQ
  • Need help?
Powered by GitBook
On this page
  • Configuration
  • Settings Page
Edit on GitHub
Export as PDF
  1. Configuration

UI Settings

Boost configuration options available in UI

PreviousConfigurationNextHTTP Transfer limit

Last updated 1 year ago

Configuration

[Graphql]
  ListenAddress = "127.0.0.1"
  Port = 8080

[Monitoring]
  MpoolAlertEpochs = 30

By default, the web UI listens on the localhost interface on port 8080. We recommend keeping the UI listening on localhost or some internal IP within your private network to avoid accidentally exposing it to the internet.

You can access the web UI listening on the localhost interface on a remote server, you can open an SSH tunnel from your local machine:

ssh -L 8080:localhost:8080 myserver

Settings Page

Parameter
Example
Description

Price / epoch / Gib

500000000

Asking price for a deal in atto fils. This price is per epoch per GiB of data in a deal

Verified Price / epoch / Gib

500000000

Asking price for a verified deal in atto fils. This price is per epoch per GiB of data in a deal

Min Piece Size

256

Minimum size of a piece that storage provider will accept in bytes

Max Piece Size

34359738368

Maximum size of a piece that storage provider will accept in bytes

Settings Page Screenshot