Giter VIP home page Giter VIP logo

Comments (3)

markdumay avatar markdumay commented on July 3, 2024

Looking at the console output you shared, step 4 seems to have an error with the safe_replace_in_file() function, called by create_docker_compose_file(). Would you mind sharing your command-line parameters and/or .env file?

Seemingly there are additional issues too. The timezone is also empty - what does the following command return on your NAS?

find /usr/share/zoneinfo/ -type f -exec sh -c "diff -q /etc/localtime '{}' \
>             > /dev/null && echo {}" \; | sed 's|/usr/share/zoneinfo/||g'

And lastly, it also appears the folder /volume1/homes/sam/synology-pihole/data/dnsmasq.d is not created properly. The script should create /volume1/homes/sam/synology-pihole/data/, and Docker compose should create the subfolders pihole and dnsmasq.d. It might be Docker compose has different behavior across versions. I'll add an issue to have the script create these two sub directories instead.

from synology-pihole.

markdumay avatar markdumay commented on July 3, 2024

I submitted a code change to the develop branch to tackle the missing subfolders. You can find it here:

git clone https://github.com/markdumay/synology-pihole.git -b develop

from synology-pihole.

markdumay avatar markdumay commented on July 3, 2024

Closed due to inactivity

from synology-pihole.

Related Issues (13)

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.