Skip to content

simple service for looking up your IP address. This is the code that powers https://myip.casjaydns.com

License

Notifications You must be signed in to change notification settings

dockermgr/ifconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Welcome to ifconfig 🚀

Description

Requires scripts to be installed

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 systemmgr --config && systemmgr install scripts  

Automatic install/update

dockermgr update ifconfig

OR

mkdir -p "$HOME/.local/share/srv/docker/ifconfig/rootfs"
git clone "https://github.com/dockermgr/ifconfig" "$HOME/.local/share/CasjaysDev/dockermgr/ifconfig"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/ifconfig/rootfs/." "$HOME/.local/share/srv/docker/ifconfig/rootfs/"

via command line

docker pull casjaysdevdocker/ifconfig:latest && \
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-ifconfig \
--hostname casjaysdev-ifconfig \
-e TZ=${TIMEZONE:-America/New_York} \
-v $HOME/.local/share/srv/docker/ifconfig/rootfs/data:/data:z \
-v $HOME/.local/share/srv/docker/ifconfig/rootfs/config:/config:z \
-p 80:80 \
casjaysdevdocker/ifconfig:latest

via docker-compose

version: "2"
services:
  ifconfig:
    image: casjaysdevdocker/ifconfig
    container_name: ifconfig
    environment:
      - TZ=America/New_York
      - HOSTNAME=casjaysdev-ifconfig
    volumes:
      - $HOME/.local/share/srv/docker/ifconfig/rootfs/data:/data:z
      - $HOME/.local/share/srv/docker/ifconfig/rootfs/config:/config:z
    ports:
      - 80:80
    restart: always

Author

📽 dockermgr: Github 📽
🤖 casjay: Github Docker 🤖
⛵ CasjaysDevDocker: Github Docker

About

simple service for looking up your IP address. This is the code that powers https://myip.casjaydns.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages