You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/command-line.md
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Kubo
3
3
description: Using IPFS Kubo through the command-line allows you to do everything that IPFS Desktop can do, but at a more granular level, since you can specify which commands to run. Learn how to install it here.
4
-
current-ipfs-version: v0.19.0
4
+
current-ipfs-version: v0.19.1
5
5
---
6
6
7
7
# Install IPFS Kubo
@@ -31,7 +31,7 @@ Kubo runs on most Windows, MacOS, Linux, FreeBSD and OpenBSD systems that meet t
31
31
32
32
Note the following:
33
33
- The amount of disk space your IPFS installation uses depends on how much data you're sharing. A base installation uses around 12MB of disk space.
34
-
- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.19.0/docs/config.md#datastorestoragemax) for data retrieved from other peers.
34
+
- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.19.1/docs/config.md#datastorestoragemax) for data retrieved from other peers.
35
35
36
36
### Kubo on resource-constrained systems
37
37
@@ -72,27 +72,27 @@ For installation instructions for your operating system, select the appropriate
72
72
1. Download the Windows binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo).
> Ensure that you download and install the appropriate binary, as the binary for an Intel-based system won't work on a system with Apple Silicon, and vice-versa.
167
167
168
-
-_If you are using hardware with Apple Silicon, download the `darwin-arm64` binary._ For example, to download the IPFS binary for `Kubo v0.19.0` for an Apple-based system, run the following command:
168
+
-_If you are using hardware with Apple Silicon, download the `darwin-arm64` binary._ For example, to download the IPFS binary for `Kubo v0.19.1` for an Apple-based system, run the following command:
- _If you are using hardware with an Intel Processor, download the `darwin-amd64` binary._ For example, to download the IPFS binary for`Kubo v0.19.0`for an Intel-based system, run the following command:
174
+
- _If you are using hardware with an Intel Processor, download the `darwin-amd64` binary._ For example, to download the IPFS binary for`Kubo v0.19.1`for an Intel-based system, run the following command:
@@ -359,7 +359,7 @@ For installation instructions for your operating system, select the appropriate
359
359
```bash
360
360
ipfs --version
361
361
362
-
> ipfs version 0.19.0
362
+
> ipfs version 0.19.1
363
363
```
364
364
365
365
:::
@@ -371,7 +371,7 @@ For installation instructions for your operating system, select the appropriate
371
371
372
372
## Build Kubo from source
373
373
374
-
For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.19.0/README.md#build-from-source) section in the Kubo repository.
374
+
For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.19.1/README.md#build-from-source) section in the Kubo repository.
375
375
376
376
## Determining which node to use with the command line
Copy file name to clipboardExpand all lines: docs/reference/kubo/cli.md
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ description: API documentation for the Kubo command-line executable.
5
5
6
6
# Kubo command-line
7
7
8
-
::: tip Generated on 2023-03-20 15:40:55, from kubo 0.19.0
9
-
This document was autogenerated from CLI help text in [kubo 0.19.0](https://github.com/ipfs/kubo/releases/tag/v0.19.0)
8
+
::: tip Generated on 2023-04-11 17:35:04, from kubo 0.19.1
9
+
This document was autogenerated from CLI help text in [kubo 0.19.1](https://github.com/ipfs/kubo/releases/tag/v0.19.1)
10
10
For issues and support, check out the [generate-cli-docs.sh](https://github.com/ipfs/ipfs-docs/blob/main/docs/reference/kubo/generate-cli-docs.sh) script on GitHub.
11
11
:::
12
12
@@ -1044,40 +1044,12 @@ SYNOPSIS
1044
1044
DESCRIPTION
1045
1045
1046
1046
Available profiles:
1047
-
'local-discovery':
1048
-
Sets default values to fields affected by the server
1049
-
profile, enables discovery in local networks.
1050
-
'test':
1051
-
Reduces external interference of IPFS daemon, this
1052
-
is useful when using the daemon in test environments.
1053
-
'badgerds':
1054
-
Configures the node to use the experimental badger datastore.
1055
-
1056
-
Use this datastore if some aspects of performance,
1057
-
especially the speed of adding many gigabytes of files, are critical.
1058
-
However, be aware that:
1059
-
1060
-
* This datastore will not properly reclaim space when your datastore is
1061
-
smaller than several gigabytes. If you run IPFS with --enable-gc, you plan
1062
-
on storing very little data in your IPFS node, and disk usage is more
1063
-
critical than performance, consider using flatfs.
1064
-
* This datastore uses up to several gigabytes of memory.
1065
-
* Good for medium-size datastores, but may run into performance issues
1066
-
if your dataset is bigger than a terabyte.
1067
-
* The current implementation is based on old badger 1.x
1068
-
which is no longer supported by the upstream team.
1069
-
1070
-
This profile may only be applied when first initializing the node.
1071
-
'lowpower':
1072
-
Reduces daemon overhead on the system. May affect node
1073
-
functionality - performance of content discovery and data
1074
-
fetching may be degraded.
1075
-
1076
-
'randomports':
1077
-
Use a random port number for swarm.
1078
1047
'server':
1079
1048
Disables local host discovery, recommended when
1080
1049
running IPFS on machines with public IPv4 addresses.
1050
+
'local-discovery':
1051
+
Sets default values to fields affected by the server
1052
+
profile, enables discovery in local networks.
1081
1053
'default-datastore':
1082
1054
Configures the node to use the default datastore (flatfs).
1083
1055
@@ -1101,9 +1073,37 @@ DESCRIPTION
1101
1073
1102
1074
This profile may only be applied when first initializing the node.
1103
1075
1076
+
'lowpower':
1077
+
Reduces daemon overhead on the system. May affect node
1078
+
functionality - performance of content discovery and data
1079
+
fetching may be degraded.
1080
+
1081
+
'test':
1082
+
Reduces external interference of IPFS daemon, this
1083
+
is useful when using the daemon in test environments.
1104
1084
'default-networking':
1105
1085
Restores default network settings.
1106
1086
Inverse profile of the test profile.
1087
+
'badgerds':
1088
+
Configures the node to use the experimental badger datastore.
1089
+
1090
+
Use this datastore if some aspects of performance,
1091
+
especially the speed of adding many gigabytes of files, are critical.
1092
+
However, be aware that:
1093
+
1094
+
* This datastore will not properly reclaim space when your datastore is
1095
+
smaller than several gigabytes. If you run IPFS with --enable-gc, you plan
1096
+
on storing very little data in your IPFS node, and disk usage is more
1097
+
critical than performance, consider using flatfs.
1098
+
* This datastore uses up to several gigabytes of memory.
1099
+
* Good for medium-size datastores, but may run into performance issues
1100
+
if your dataset is bigger than a terabyte.
1101
+
* The current implementation is based on old badger 1.x
1102
+
which is no longer supported by the upstream team.
1103
+
1104
+
This profile may only be applied when first initializing the node.
1105
+
'randomports':
1106
+
Use a random port number for swarm.
1107
1107
1108
1108
SUBCOMMANDS
1109
1109
ipfs config profile apply <profile> - Apply profile to config.
0 commit comments