Lookyloo / lookyloo

Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
https://www.lookyloo.eu
Other
664 stars 83 forks source link

adding uwhoisd installation #907

Closed adrima01 closed 2 months ago

adrima01 commented 2 months ago

Pull requests should be opened against the main branch. For more information on contributing to Lookyloo documentation, see the Contributor Guidelines.

Type of change

Description: Adding uwhoisd installation and configuration so that the tests can pass in the github actions.

Select the type of change(s) made in this pull request:


Fixes #issue-number

Proposed changes

*

Rafiot commented 2 months ago

Oh, the test will never finish: you cloned uwhoisd in the lookyloo repository, but it expects find redis in the parent directory and it's not there.

You will need to do something like that: https://github.com/Lookyloo/lookyloo/blob/main/.github/workflows/instance_test.yml#L36

... and you just did it ;)

adrima01 commented 2 months ago

Oh, the test will never finish: you cloned uwhoisd in the lookyloo repository, but it expects find redis in the parent directory and it's not there.

You will need to do something like that: https://github.com/Lookyloo/lookyloo/blob/main/.github/workflows/instance_test.yml#L36

... and you just did it ;)

seems like it still won't work....now it works

Rafiot commented 2 months ago

Thanks!