You are not logged in.
Pages: 1
Hey Guy's,
This is my first post ![]()
I've moved to Arch & would like to install or add "ifconfig.io" to my system: https://github.com/georgyo/ifconfig.io.git
The following package doesn't seem to follow the same rules as a AUR package methodology.
What would be the best way to integrate this package into my system?
Richard
Offline
You're wanting to run this webservice for...what? The request doesn't make a lot of sense to me, it's not a package. Just seems like an odd question if you're actually looking at running a public web service.
Last edited by Scimmia (2024-01-30 21:11:58)
Offline
You're wanting to run this webservice for...what? The request doesn't make a lot of sense to me, it's not a package. Just seems like an odd question if you're actually looking at running a public web service.
Thanks for the response.
In Debian, I could run this command from terminal basically, output would be my public IP. Sorry if my original question wasn't coherent enough.
Last edited by traibr (2024-01-30 21:42:22)
Offline
It's not a "package" but they ship docker images, https://wiki.archlinux.org/title/Docker
That being said, I'm with Scimmia and not sure whether you actually know what you want here.
It'll allow you to host a service like https://ifconfig.me where *others* can check *their* WAN IP
a) is this seriously what you want
b) do you feel competent to host a WAN facing service to the internets most evil players?
I rather assume this is an https://en.wikipedia.org/wiki/XY_problem - what do you ultimately want to achieve here?
Offline
The link you gave is not a command you run from a terminal.
You're looking for ifconfig? See https://wiki.archlinux.org/title/Pacman … cific_file but really, you don't want that. ifconfig was deprecated a very long time ago, you want to run `ip`.
Offline
I could run this command from terminal basically, output would be my public IP.
curl ifconfig.me/ipOffline
It's not a "package" but they ship docker images, https://wiki.archlinux.org/title/Docker
That being said, I'm with Scimmia and not sure whether you actually know what you want here.
It'll allow you to host a service like https://ifconfig.me where *others* can check *their* WAN IP
a) is this seriously what you want
b) do you feel competent to host a WAN facing service to the internets most evil players?I rather assume this is an https://en.wikipedia.org/wiki/XY_problem - what do you ultimately want to achieve here?
Again, sorry if the question is ambitious.
I could run the following in terminal: ifconfig.io
& this would show my public facing IP address.
Hope that makes more sense.
Offline
I doubt that was actually the case but you can easily alias the curl command to that token and
curl ifconfig.io/ipwill work as well
Offline
The OP in editing wrote:I could run this command from terminal basically, output would be my public IP.
curl ifconfig.me/ip
Dam, forgot to put curl at the front.... DOH!!!
Offline
Thanks guy's! Having senior moments these days...
Last edited by traibr (2024-01-30 21:51:27)
Offline
I don't see any reference to a command ifconfig.io in debian. You likely set up an alias at some point for the command seth is talking about
Offline
I don't see any reference to a command ifconfig.io in debian. You likely set up an alias at some point for the command seth is talking about
Senior moment bud, was on gentoo for 7+ years, & moved to Debian for a couple, where I think I've become complacent (no thinking involved)... now just got on to Arch, so I'm a bit rusty lol
Offline
The link you gave is not a command you run from a terminal.
You're looking for ifconfig? See https://wiki.archlinux.org/title/Pacman … cific_file but really, you don't want that. ifconfig was deprecated a very long time ago, you want to run `ip`.
I installed it, but I've removed net-tools now, good shout & completely agree.
Again thanks guys!
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1