mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 19:57:55 +08:00
feat: update to IPFS Web UI 2.4.4
- Improved MFS file manager - Opt-in, anonymouse, self-hosted web analytics (see https://github.com/ipfs-shipyard/ipfs-webui/pull/985) - Bug fixes and UX improvements https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.4.4 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
This commit is contained in:
parent
74d07eff35
commit
6ab34b7f8a
@ -1,11 +1,12 @@
|
||||
package corehttp
|
||||
|
||||
// TODO: move to IPNS
|
||||
const WebUIPath = "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ"
|
||||
const WebUIPath = "/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub"
|
||||
|
||||
// this is a list of all past webUI paths.
|
||||
var WebUIPaths = []string{
|
||||
WebUIPath,
|
||||
"/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ"
|
||||
"/ipfs/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA",
|
||||
"/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e",
|
||||
"/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user