-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Small UI adjustment for IP #22
Comments
Thanks, glad you like it. Yes this field is always showing the external ip of the current machine. Changing it to the server-ip value would not be a good idea, as server-ip should be empty for 99% of all servers, so the server listens to all ips. Maybe i should make it show the server-ip if set or something like that. |
Ah, yeah, that makes sense. If it wouldn't muddle the UI too much, you could shrink the existing one and put the server-ip under at the same smaller font size. That assumes both would be usable to have. |
Yeah I‘ll figure something out. Thanks |
Just because it has been so long and i answered all other issues: This is still planned but for the reworked Fork |
I was wondering over this also. My thought: It would be great to give the server admin a bit control over this field. The copy button is really great and would work with the Discord channel IF only the IP I would need there be in it. I downloaded the code today and made a test run with Visual Code. I will check how I can solve my special case (getting the actual VPN IP and displaying it there with the shared / forwarded port). Because I use every opportunity to teach my kids more about my guild (mechatronics engineer) I would like them to use this IP:port on their PCs/Macs. Beeing a software engineer with GUI skills myself I would suggest the option to put a combobox or a scrollbox there to have all the PCs IP addresses to choose from. I might look into that also. Everything hopefully nice and readable in a pull request to be used OR not in your great project |
As mentioned in #35 Fork is currently undergoing major reworks and i appreciate that you want to contribute, but i think the effort would not be worth it. |
Hi there!
The work you've put into this server wrapper is wonderful. Its a great departure from the other monotonous and cumbersome wrappers - nice job!
One quick tidbit - I noticed that the IP:Port displayed on the bottom left of the app (next to 'Copy') when viewing a server is visually ignoring the server-ip set in server.properties. The actual server works just fine with my custom server-ip (I'm using Hamachi), but it's displaying my computer's IP versus the custom server-ip.
This is by no means a deal breaker, and I don't mind it being there, I just thought I'd bring it up since I didn't see it after glancing at your Trello board.
Thanks again for your hard work!
The text was updated successfully, but these errors were encountered: