-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do users discover the Web UI? #815
Comments
If this is straighforward to add, I don't see any reason not to! That info seems to fit with all the other info listed -- aka, here are all the things you now have available to you at these locations. While we're there, we should standardize the language for all the sentences (colon versus no-colon). So, it could be: $ jsipfs daemon
Initializing daemon...
Swarm listening on: /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on: /ip4/127.0.0.1/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on: /ip4/192.168.1.244/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
API is listening on: /ip4/127.0.0.1/tcp/5002
Gateway (readonly) is listening on: /ip4/127.0.0.1/tcp/9090
Web UI available at: http://localhost:5002/webui
Daemon is ready or $ jsipfs daemon
Initializing daemon...
Swarm listening on /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on /ip4/127.0.0.1/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on /ip4/192.168.1.244/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
API is listening on /ip4/127.0.0.1/tcp/5002
Gateway (readonly) is listening on /ip4/127.0.0.1/tcp/9090
Web UI available at http://localhost:5002/webui
Daemon is ready |
Engaging copy editor eyes 👀 ...see also the flip flop between is listening vs listening and the new word $ jsipfs daemon
Initializing IPFS daemon...
Swarm listening on /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on /ip4/127.0.0.1/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm listening on /ip4/192.168.1.244/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
API listening on /ip4/127.0.0.1/tcp/5002
Gateway (read only) listening on /ip4/127.0.0.1/tcp/9090
Web UI available at http://localhost:5002/webui
Daemon is ready
I'd keep the "Daemon is ready" copy the same though as it's the kind of output that people might be scraping from scripts to check that it started without error, and changing it would frustrate. |
...what I'd actually like to see in my console. $ jsipfs daemon
Starting IPFS daemon
Peer ID QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm address /ip4/127.0.0.1/tcp/4003/ws/ipfs QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm address /ip4/127.0.0.1/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Swarm address /ip4/192.168.1.244/tcp/4002/ipfs/QmNTAZYQ5rtaoFtryAX2h9dycuBjhVgXtjPVZNYuMHMBw8
Gateway /ip4/127.0.0.1/tcp/9090
API /ip4/127.0.0.1/tcp/5002
Web UI available at http://localhost:5002/webui
Daemon is ready |
- make it easier for people to discover the Web UI - tidy up inconsistencies across the log lines - add IPFS to the first line. confirm to new users they started what they expected to. fixes ipfs/ipfs-webui#815 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
PR on js-ipfs here ipfs/js-ipfs#1595 |
- make it easier for people to discover the Web UI - tidy up inconsistencies across the log lines - add IPFS to the first line. confirm to new users they started what they expected to. fixes ipfs/ipfs-webui#815 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
- make it easier for people to discover the Web UI - tidy up inconsistencies across the log lines - add IPFS to the first line. confirm to new users they started what they expected to. fixes ipfs/ipfs-webui#815 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
It's mentioned in the docs
as:
but if you don't read the docs that far (or at all) then I think the Web UI is basically hidden from you.
What if we added a log line to go-ipfs and js-ipfs start up like:
The text was updated successfully, but these errors were encountered: