Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Releases: linuxserver/docker-ipfs

v2.12.3-ls26

26 Jun 03:53
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

πŸ›  Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.3-ls25

12 Jun 02:40
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

πŸ›  Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.3-ls24

05 Jun 03:29
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

πŸ›  Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.3-ls23

29 May 04:33
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

πŸ›  Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.3-ls22

21 May 17:35
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid26vjplsejg7t3nrh7mxmiaaxriebbm4xxrxxdunlk7o337m5sqq

πŸ›  Fixes and Maintenance

  • fix: cleanup size and bandwidth units (#1791)
  • fix: allow spaces in rename modal (#1795)
  • fix: removal of multiple files (#1790)
  • fix: download files feature (#1789)
  • style: secret access token label (#1792)
  • chore(i18n): sync locales

v2.12.2-ls22

15 May 02:48
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeifuexpvt6g4bkbmsrlb7rnudskfakn6vdrtoja4ml4zbxne2hu6bq

πŸ›  Fixes and Maintenance

  • fix: dot in pin service name (#1772)
  • chore(i18n): sync locales

v2.12.2-ls21

30 Apr 15:01
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeifuexpvt6g4bkbmsrlb7rnudskfakn6vdrtoja4ml4zbxne2hu6bq

πŸ›  Fixes and Maintenance

  • fix: dot in pin service name (#1772)
  • chore(i18n): sync locales

v2.12.1-ls21

27 Apr 14:03
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeid3rof2bfszwia2g7ijjzac5ycaczje3vr3sxdtcxziaf6fvi6mwu

πŸ›  Fixes and Maintenance

  • fix: do no send consent removal event (#1768)
  • fix(i18n): cache per version (#1769)
  • docs: simplify release tag creation (#1666)
  • docs: full locale sync before a release (0cc03b7250ec1642d2d8a319c4b996c9ad8b5978)
  • chore(i18n): sync locales

v2.12.0-ls21

24 Apr 02:37
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeift4ptovt53gunayyrxe2rx3zpeuuq5d7ipbl5veen73s7ppac7yi

How to use this before it ships with go-ipfs, js-ipfs and ipfs-desktop?

If you are comfortable with safelisting DNS name to have access to your API port, try DNSLink versions:

If you use IPFS Companion browser extension, use of the latest webui release is opt-in on its Preferences:

2021-04-19--17-56-34

Long time no see! What is new?

Experimental support for pinning services, and various updates to Files and Peers screens.

Found a bug? πŸ›
We have some improvements planned for future releases, including remote pin progress tracking.
Make sure to check existing issues and v2.13 milestone before filling a new issue. PRs are welcome.

Full list of changes can be found at the end, but first some quick highlights:

Built-in support for remote pinning services

This release comes with support for pin remote commands introduced in go-ipfs 0.8.0.

Remote pinning services added via pin remote service add are already detected, one can also add one from Settings screen:

2021-04-19--15-27-51

Then use it in Set pinning action on Files screen:

2021-04-19--15-10-17

It is possible to have multiple services defined, and change pinning state for all of them with a single click:

Screenshot_2021-04-19  animals pets Files IPFS(2)

It is also possible to enable auto upload of everything in Files.

This is a GUI for Pinning.RemoteServices..Policies.MFS.Enable. When enabled, IPFS node will periodically update the remote pin for MFS root, removing the need for manually pinning individual files.

Screenshot_2021-04-19 Settings IPFS

Final notes on remote pinning via ipfs-webui:

  • For now, remote pins happen in the background, which means we call pin remote add with --background flag.
  • Anyone can run a pinning service, the only requirement is to follow IPFS Pinning Service API spec.
  • Just want to see how it works? Pinata provides 1GB of space for free.
  • Learn how to work with pinning services.

Progress reporting for bigger imports

There is now UI that displays progress of bigger imports:

Screenshot_2021-04-19  animals pets Files IPFS

Improved MFS removal with built-in pin management

Everything in Files is backed by MFS, which is protected from garbage-collection.

Local pins are independent of MFS, so it is possible to have a local pin that is not listed in Files, or to pin something locally and then remove it from MFS. To avoid "dangling local pins", we improved the Remove action on the Files screen.

When an item is removed from Files, and has a local or a remote pin, the default behavior is to keep the remote pin, but unpin locally:

2021-04-19--21-54-50

This frees up the local storage while ensuring remote pins are left untouched.

Improved Peers page

  • Latest ipfs-geoip now shows correct location for IP ranges sold/transferred since last update.
  • Every cell can now be clicked and a meaningful value will be copied to the clipboard.
  • New Open Streams column shows which libp2p streams were established with each peer.

Full Changelog

✨ Features

  • feat: pinning services (#1678, #1685, #1713, #1760)
  • feat: peers table enhancements (#1616)
  • feat: upload progress ui (#1655)
  • feat: delete-modal pin guidance, improved language (#1644)
  • feat: joyride for pinning services & tutor mode (#1701)
  • feat: add visual feedback on API address change (#1671)
  • feat: updated geoip dataset (2020-10-13) (#1675)
  • feat(peers): /dnsaddr/ and /quic/ support (#1689)
  • feat(i18n): add ur, uk, tr and pt-BR (407070c)

πŸ›  Fixes and Maintenance

  • fix: drag-n-drop to a dir with escaped characters (#1764)
  • fix: size badge on the files page (#1753)
  • fix: pinning services description (#1754)
  • fix: batch caching of remote pin lookups (#1741)
  • fix: match service endpoint (dadaf04)
  • fix: text selection inside advanced section (#1747)
  • fix(cli-tutor): separate helptext (#1700) & import actions in subdirectories (#1706)
  • fix(files): wrap tooltips of long file names (#1709)
  • fix: trim input of "Import from IPFS" (#1718)
  • refactor(i18n): automatic locale data (#1725)
  • style: uppercase, standardize repo stats display (#1679)
  • chore: update ipld-explorer-components (#1750, #1759, c1784e0)
  • chore: move build to gh action (#1763)
  • chore(i18n): sync locales

v2.12.0-ls20

19 Apr 21:59
Compare
Choose a tag to compare

LinuxServer Changes:

Add migration bins to image to support upgrades.

ipfs-webui Changes:

CID: bafybeift4ptovt53gunayyrxe2rx3zpeuuq5d7ipbl5veen73s7ppac7yi

How to use this before it ships with go-ipfs, js-ipfs and ipfs-desktop?

If you are comfortable with safelisting DNS name to have access to your API port, try DNSLink versions:

If you use IPFS Companion browser extension, use of the latest webui release is opt-in on its Preferences:

2021-04-19--17-56-34

Long time no see! What is new?

Experimental support for pinning services, and various updates to Files and Peers screens.

Found a bug? πŸ›
We have some improvements planned for future releases, including remote pin progress tracking.
Make sure to check existing issues and v2.13 milestone before filling a new issue. PRs are welcome.

Full list of changes can be found at the end, but first some quick highlights:

Built-in support for remote pinning services

This release comes with support for pin remote commands introduced in go-ipfs 0.8.0.

Remote pinning services added via pin remote service add are already detected, one can also add one from Settings screen:

2021-04-19--15-27-51

Then use it in Set pinning action on Files screen:

2021-04-19--15-10-17

It is possible to have multiple services defined, and change pinning state for all of them with a single click:

Screenshot_2021-04-19  animals pets Files IPFS(2)

It is also possible to enable auto upload of everything in Files.

This is a GUI for Pinning.RemoteServices..Policies.MFS.Enable. When enabled, IPFS node will periodically update the remote pin for MFS root, removing the need for manually pinning individual files.

Screenshot_2021-04-19 Settings IPFS

Final notes on remote pinning via ipfs-webui:

  • For now, remote pins happen in the background, which means we call pin remote add with --background flag.
  • Anyone can run a pinning service, the only requirement is to follow IPFS Pinning Service API spec.
  • Just want to see how it works? Pinata provides 1GB of space for free.
  • Learn how to work with pinning services.

Progress reporting for bigger imports

There is now UI that displays progress of bigger imports:

Screenshot_2021-04-19  animals pets Files IPFS

Improved MFS removal with built-in pin management

Everything in Files is backed by MFS, which is protected from garbage-collection.

Local pins are independent of MFS, so it is possible to have a local pin that is not listed in Files, or to pin something locally and then remove it from MFS. To avoid "dangling local pins", we improved the Remove action on the Files screen.

When an item is removed from Files, and has a local or a remote pin, the default behavior is to keep the remote pin, but unpin locally:

2021-04-19--21-54-50

This frees up the local storage while ensuring remote pins are left untouched.

Full Changelog

✨ Features

  • feat: pinning services (#1678, #1685, #1713, #1760)
  • feat: peers table enhancements (#1616)
  • feat: upload progress ui (#1655)
  • feat: delete-modal pin guidance, improved language (#1644)
  • feat: joyride for pinning services & tutor mode (#1701)
  • feat: add visual feedback on API address change (#1671)
  • feat: updated geoip dataset (2020-10-13) (#1675)
  • feat(peers): /dnsaddr/ and /quic/ support (#1689)
  • feat(i18n): add ur, uk, tr and pt-BR (407070c)

πŸ›  Fixes and Maintenance

  • fix: drag-n-drop to a dir with escaped characters (#1764)
  • fix: size badge on the files page (#1753)
  • fix: pinning services description (#1754)
  • fix: batch caching of remote pin lookups (#1741)
  • fix: match service endpoint (dadaf04)
  • fix: text selection inside advanced section (#1747)
  • fix(cli-tutor): separate helptext (#1700) & import actions in subdirectories (#1706)
  • fix(files): wrap tooltips of long file names (#1709)
  • fix: trim input of "Import from IPFS" (#1718)
  • refactor(i18n): automatic locale data (#1725)
  • style: uppercase, standardize repo stats display (#1679)
  • chore: update ipld-explorer-components (#1750, #1759, c1784e0)
  • chore: move build to gh action (#1763)
  • chore(i18n): sync locales