Skip to content

Commit

Permalink
fix: add hint about basic http auth for rpc (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Feb 25, 2025
1 parent 699f735 commit 7d00889
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Could not connect to the Kubo RPC"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://ipfs.io)"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/fi/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Yhdistäminen IPFS-rajapintaan ei onnistunut"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://dweb.link)"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/hu/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Could not connect to the Kubo RPC"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://ipfs.io)"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ja-JP/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Could not connect to the Kubo RPC"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://ipfs.io)"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ko-KR/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Could not connect to the IPFS API"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://dweb.link)"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ur/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"couldNotConnect": "Could not connect to the Kubo RPC"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Enter a URL (https://ipfs.io)"
Expand Down

0 comments on commit 7d00889

Please sign in to comment.