Petar Maymounkov
a8c7980721
add remote pinning to ipfs command ( #7661 )
...
Added support for remote pinning services
A pinning service is a service that accepts CIDs from a user in order to host the data associated with them.
The spec for these services is defined at https://github.com/ipfs/pinning-services-api-spec
Support is available via the `ipfs pin remote` CLI and the corresponding HTTP API
Co-authored-by: Petar Maymounkov <petarm@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2020-12-08 20:32:33 -05:00
Jorropo
c2b4a83731
docs: Add a link in config.md
2020-11-19 01:30:51 +01:00
Oli Evans
f69b067ed3
docs: add notes on snap build and publish
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-10-12 18:13:09 +01:00
Adin Schmahmann
00a08985b0
Merge pull request #7651 from ipfs/docs/x-forwarded-host
...
docs(config): X-Forwarded-Host
2020-10-02 12:27:24 -04:00
Adin Schmahmann
03d82d9821
Merge pull request #7711 from andrew/patch-1
...
Add task for updating CLI docs right after updating the HTTP-api docs
2020-10-02 11:52:37 -04:00
Andrew Nesbitt
df33dc43db
Add task for updating CLI docs right after updating the HTTP-api docs
2020-10-02 14:58:34 +01:00
Marcin Rataj
fd01acdfc0
feat(gateway): ?filename with download=true
...
This implements 'attachment' mode triggered then
?filename parameter is accompanied with &download=true
When Content-Disposition: attachment is detected by a modern browser
it will skip rendering and immediately open the "save as" dialog,
making this useful feature for using IPFS gateway as target of
"Download" links on various websites.
Parameter name was suggested in:
https://github.com/ipfs/go-ipfs/pull/4177#issuecomment-414870327
2020-09-16 22:15:18 +02:00
Marcin Rataj
76892f5c2f
docs(config): X-Forwarded-Host
...
This fixes a bug and documents X-Forwarded-Host
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-09-11 20:00:25 +02:00
Adin Schmahmann
0ad6a92716
docs: update config to indicate SECIO deprecation
2020-08-26 20:51:53 -04:00
Marcin Rataj
135b90e087
docs(config): fix Peering header
...
Peering is top level namespace
2020-08-25 10:39:32 -04:00
Adin Schmahmann
0c57e9dcf8
Merge pull request #7319 from MichaelMure/wildcard-gateways
...
feat: wildcard support for public gateways
2020-08-19 11:02:28 -04:00
Peter Rabbitson
90a573354a
Upgrade graphsync deps
2020-08-17 12:23:59 +02:00
Oli Evans
97fee07bd2
Merge pull request #7585 from Luflosi/fix-typo
...
docs: fix typo in default swarm addrs config docs
2020-08-11 09:53:42 +01:00
Steven Allen
7648a46780
Merge pull request #7478 from ipfs/fix/document-reverse-proxy-bug
...
doc: document reverse proxy bug
2020-08-08 19:15:28 -07:00
Luflosi
0155a88e5f
docs: fix typo
2020-08-08 23:12:49 +02:00
Michael Muré
13e6bcfb4f
feat: wildcard support for public gateways
...
Add support for one or more wildcards in the hostname definition
of a public gateway. This is useful for example to support easily
multiples environment.
Wildcarded hostname are set in the config as for example "*.domain.tld".
2020-07-24 20:51:22 +02:00
Marcin Rataj
0acfb38763
chore: fix a typo
2020-07-10 14:13:11 -04:00
Marcin Rataj
580d68685c
docs: document X-Forwarded-Host
2020-07-10 14:13:11 -04:00
Adin Schmahmann
19d6230cde
Merge branch 'release' into master
2020-06-19 20:04:30 -04:00
Steven Allen
0cef475b2d
docs(config): update toc
2020-06-16 22:04:24 -07:00
Steven Allen
c0951e73d7
doc(config): expand on config value limits
2020-06-16 15:15:51 -07:00
Steven Allen
e164af1f2a
feat: add a transport config section
...
This way, users can disable transports (especially QUIC), and set muxer/security
transport priorities.
2020-06-16 15:15:47 -07:00
Steven Allen
406d70ff7c
doc: document reverse proxy bug
...
see https://github.com/ipfs/go-ipfs/issues/6402
2020-06-15 17:01:40 -07:00
Steven Allen
91de6c972e
doc(prod): start documenting production stuff
...
Hopefully, we can get the community to start pooling knowledge of how to run
go-ipfs in production.
2020-06-12 12:13:29 -07:00
Steven Allen
ea55e747f2
doc(config): expand peering docs
2020-06-11 17:58:51 -07:00
Steven Allen
b6aa8df471
Merge pull request #7368 from RubenKelevra/feat/early-testers-rubenkelevra
...
docs: add pacman.store (@RubenKelevra) to the early testers
2020-05-28 15:06:16 -07:00
Jessica Schilling
c86244ecf5
Update docs/config.md
2020-05-28 11:15:09 -06:00
Jessica Schilling
766023311a
Update docs-beta links to final URLs
2020-05-28 11:14:00 -06:00
Steven Allen
e0ea0b3695
doc: update the release template for git flow changes
2020-05-26 14:22:28 -07:00
@RubenKelevra
4ea43cb53a
docs: add pacman.store (@RubenKelevra) to the early testers
2020-05-26 16:07:36 +02:00
Steven Allen
56776c9920
doc(experimental): document noise transport experiment
2020-05-25 23:56:31 -07:00
Steven Allen
7990d2ccb5
doc: expand on peering service documentation
...
* Explain _why_ it exists.
* Explain how it can be used.
2020-05-25 20:24:43 -07:00
Steven Allen
978091a626
feat: implement peering service
...
MVP for #6097
This feature will repeatedly reconnect (with a randomized exponential backoff)
to peers in a set of "peered" peers.
In the future, this should be extended to:
1. Include a CLI for modifying this list at runtime.
2. Include additional options for peers we want to _protect_ but not connect to.
3. Allow configuring timeouts, backoff, etc.
4. Allow groups? Possibly through textile threads.
5. Allow for runtime-only peering rules.
6. Different reconnect policies.
But this MVP should be a significant step forward.
2020-05-25 20:24:41 -07:00
@RubenKelevra
2dc1f691f1
quic: remove experimental status and add it to the default config
2020-05-22 04:54:19 +02:00
Steven Allen
554a21b647
Merge pull request #7334 from ipfs/docs/ipns-pubsub-experiment-update
...
docs: update experimental-features doc with IPNS over pubsub changes.
2020-05-20 16:19:24 -07:00
Adin Schmahmann
a0e01501e7
docs: cleanup config formatting
2020-05-20 13:48:26 -04:00
Adin Schmahmann
6fc9d7a62a
longer version history for IPNS over PubSub
2020-05-20 13:31:36 -04:00
Adin Schmahmann
a38987a9de
docs: update experimental-features doc with IPNS over pubsub changes.
2020-05-20 12:49:10 -04:00
Steven Allen
df179e03d9
doc(experimental): update pubsub docs
2020-05-19 19:26:19 -07:00
Steven Allen
b29f9e9959
doc(config): document pubsub
2020-05-19 19:24:27 -07:00
Steven Allen
6719e124bb
doc(config): sort sections
2020-05-19 19:13:50 -07:00
Marcin Rataj
10aaf24304
chore: update X-Forwarded-Proto copy text
...
Co-authored-by: Steven Allen <steven@stebalien.com>
2020-05-13 15:07:59 +02:00
Marcin Rataj
c5b30545bf
docs: X-Forwarded-Proto: https
...
Additional documentation for running subdomain gateway behind reverse proxy with TLS.
2020-05-12 13:00:25 +02:00
Alfonso Montero
ec63880545
Delete section headers for removed features
2020-05-05 23:40:34 +02:00
Corbin Page
19426b9ca2
Update config.md
2020-05-02 17:23:56 -04:00
Louis Thibault
5f9c469b17
Upgrade to IPFS v0.5.0
2020-04-30 00:14:30 +01:00
Louis Thibault
a13311922f
Add module files for go-ipfs-as-a-library example
2020-04-29 23:59:27 +01:00
Steven Allen
3a9d495f4a
doc: add snap to the release checklist
2020-04-29 11:04:16 -07:00
Steven Allen
36789eaa88
Merge pull request #7238 from ipfs/feat/release-0.5.0
...
feat: release 0.5.0
2020-04-28 09:08:27 -07:00
Steven Allen
f55d3e8a15
feat: release 0.5.0
2020-04-28 07:48:34 -07:00