Git Product home page Git Product logo

Comments (7)

wargio avatar wargio commented on September 13, 2024

i should probably write to the alpine distribution to ask them to diverge to use my repo.

from naxsi.

wargio avatar wargio commented on September 13, 2024

the only thing you can do is create a Dockerfile and build the repo using their latest nginx

from naxsi.

bfren avatar bfren commented on September 13, 2024

Do you have any docs for how to do that, i.e. to use the pre-compiled package from Alpine's repo, and then compile / configure it for this NAXSI? Or does Nginx need to be compiled with NAXSI?

from naxsi.

wargio avatar wargio commented on September 13, 2024

regarding alpine is kinda complicated (also why i haven't done it yet).
See more here: https://unix.stackexchange.com/questions/496755/how-to-get-the-source-code-used-to-build-the-packages-of-the-base-alpine-linux-d/509609#509609

Unfortunately any nginx module requires the right source of nginx to use it without weird linking problem with the nginx package provided by a distro.

from naxsi.

wargio avatar wargio commented on September 13, 2024

You can grab the alpine releases from the nightly releases: https://github.com/wargio/naxsi/actions/runs/5310317532
or build it via docker

docker run --it --rm -v ./naxsi:/naxsi alpine:latest sh -c 'cd /naxsi; sh ./distros/alpine/build-ci.sh'

from naxsi.

bfren avatar bfren commented on September 13, 2024

Thanks - I prefer to use a stable release than a nightly - is there a plan to release 1.5 / add the artefacts to 1.4?

from naxsi.

wargio avatar wargio commented on September 13, 2024

i could try to backport and add the artifacts to 1.4

from naxsi.

Related Issues (20)

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.