Giter VIP home page Giter VIP logo

adguardhome-debian's Introduction

AdGuardHome package for Debian

Creates a Debian package for AdGuardHome.

AdGuardHome is a network-wide ads & trackers blocking DNS server.

For more information about AdGuardHome, please visit https://adguard.com/en/adguard-home/overview.html and https://github.com/AdguardTeam/AdGuardHome

How to install

Select the package for your architecture (amd64, i386, armhf, arm64).

wget -O adguardhome.deb https://github.com/adelolmo/adguardhome-debian/releases/download/v0.102.0/adguardhome_0.102.0_armhf.deb
sudo dpkg -i adguardhome.deb

How to use

Use systemd to manage the service adguardhome.

sudo systemctl start adguardhome
sudo systemctl stop adguardhome
sudo systemctl restart adguardhome

By default, the dashboard is accessible under the port http://localhost:3000.

How to configure

The configuration file is located in /etc/opt/adguardhome.yaml.

The log output is created in /var/log/adguardhome/adguardhome.log.

AdGuardHome creates runtime application files under /var/opt/adguardhome directory.

Instructions of how to configure AdGuardHome are out of the scope of this readme. Refer to https://github.com/AdguardTeam/AdGuardHome/wiki for details about configuration.

How to build

git clone https://github.com/adelolmo/adguardhome-debian.git
make VERSION=0.105.2

The parameter VERSION is the version of AdGuardHome. You can find all the releases of AdGuardHome here.

The debian package will be created under build/releases.

Cross platform build

Use the parameter ARCH with one of the following supported architectures: amd64, i386, armhf or arm64.

make VERSION=0.105.2 ARCH=armhf

adguardhome-debian's People

Contributors

adelolmo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adguardhome-debian's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.