Sign inSign up

iganesh/adguardhome

By iganesh

•Updated over 6 years ago

Unofficial Dark theme fork of AdguardHome

Image
0

2.7K

iganesh/adguardhome repository overview

AdGuard Home Dark Mustard

⁠Dark Mustard

Deep orange influenced dark theme for Adguard home.

AdguardTeam/AdGuardHome⁠


⁠Installation

Follow any of the below method and then deploy the binary

  • ⁠Method: Docker (iganesh/adguardhome/tags⁠)
    # only edge builds at the moment
    docker pull iganesh/adguardhome:latest
    docker run --name adguardhome \
    -v /my/own/workdir:/opt/adguardhome/work \
    -v /my/own/confdir:/opt/adguardhome/conf \
    -p 53:53/tcp \
    -p 53:53/udp \
    -p 67:67/udp \
    -p 68:68/tcp \
    -p 68:68/udp \
    -p 80:80/tcp \
    -p 443:443/tcp \
    -p 853:853/tcp \
    -p 3000:3000/tcp \
    -d iganesh/adguardhome
    
  • ⁠Method: Cloning the Repository
    git clone https://github.com/iganeshk/AdGuardHome
    cd AdGuardHome
    # comment out target builds which aren't required in the release.sh script
    ./release.sh
    
  • ⁠Method: Applying the patch
    wget https://raw.githubusercontent.com/iganeshk/AdGuardHome/dev-assets/dark-mustard-theme.patch
    git checkout master/your-branch
    git apply dark-mustard-theme.patch
    # comment out target builds which aren't required in the release.sh script
    ./release.sh
    
  • ⁠Method: Downloading the latest release

    https://github.com/iganeshk/AdGuardHome/releases⁠

  • ⁠Deploy the binary (if built from source/downloaded latest release)
    # stop the Adguard Service
    service AdGuardHome stop
    
    cd /path/to/AdguardHome
    # copy/wget the target build
    # extract the newly built project binary (use the appropriate tarbet build)
    tar -xvf AdGuardHome_linux_amd64.tar.gz --strip-components=1 -C .
    
    # run the Adguard Service again
    service AdguardHome start
    
    # savor the darkness across the clients
    

⁠Screenshots

Screenshot-Dashboard

Screenshot-Settings

Screenshot-Filters

Screenshot-Query-Log

⁠Feedback

  • Create an issue if I missed any elements or you'd like them to get it patched.

Tag summary

Content type

Image

Digest

Size

20.6 MB

Last updated

over 6 years ago

docker pull iganesh/adguardhome