WHMapper

Hi @NovaSummoner4 and @WillusKillus,

more info here : Remove built-in networking · Issue #243 · pfh59/eve-whmapper · GitHub

Please do not hesitate to contact me if you require any further information.

1 Like

Works perfectly, thank you.

Didn’t realise it could be so simple, I was overcomplicating things as always :smiley:

bump

New release v1.0.6

1 Like

This ■■■■ is awesome! Keep up the work :slight_smile:

image
how do i fix this? can’t wait to try it.

Hi @Anton_Skylark ,

are you install requirements docker packages?

Try to install it via apt :

  • apt install docker
  • apt install docker-compose

More infos in Official docker website Install Docker Desktop on Linux | Docker Docs

Hi, @Skototounta
looking at the pictures it is looking great.
So I installed on a VPS with Debian 11. A rec is pointing to my IP
All was running smooth , I just had to chmod the init script to become executable. No errors at all, but I cannot get on my site.
So checking the ports for my webpage: 80 and 443 are closed .
Where can I dig, any proposal?

Hi @H_Zocker ,

Sorry for my late response, I was busy.

After running init script. you to start all services with the start.sh script.

Do you run it?

So, my organizations entire IT infrastructure consists of a single raspberry pi. I have had bad luck with Docker in the past and I noticed that the kubernates instructions specify that it was tested on a Raspberry Pi cluster. Will this work with a cluster of one? Or, would I be better off trying to get docker to work.

Thanks

Hi @Winston_Enderas

I’m a contributor of that project and im working on Kubernetes deployment.

The current state of yaml file to apply on kubernetes, contain some issue:

  • Not using peristent volume to keep data even if new version is deploy
  • SSL certificate depend on the current installation & domains/subdomains

A new version is in test on my side that take in account the first point and should be release ASAP
But the current one can be used at the moment

My side contain the following thing: 4 RapsberryPi_4 4-8G that run on ARM_V8. Previous Raspberry pi version run on ARM_V7. The project image is build for ARM but i dont know if it take in account V7 but V8 its working.

Even if u have 1 Raspberry it will work. Other node are slaves and Kubernetes load balance app on master + slaves

Note for Certificate: I use cert-manager and letsencrypt in an production issuer (1 yaml file) and an other yaml for apply cert for all my subdomain

There is a deploy documentation here

Hi all,

a new feature is available since yesterday.
The jump log is now activated and you can see the jump history.

Select a link between two node systems and see the jump

Some updates are incoming.

A new release 1.0.7 shall be shipped soon.