Doctor Who

Results 40 comments of Doctor Who

@S4nfs, that's interesting and thank you for sharing details from your side. It's clearly something I didn't experienced 'cause not having used `apache` as you did but it's something I...

Btw, I just checked the progress made by [Cockpit](https://cockpit-project.org/) and I'm not really sure I should keep working on this project... I made it when Cockpit was still at it's...

@mac2net I did some research and found a project much more advanced than mine and kinda use the same ideas as mine but in way better 😅 This project is...

@mac2net I forgot that there is another project that follow the same philosophy as mine but it's written in C++ instead of PHP. This project is called [Virtlyst](https://github.com/cutelyst/Virtlyst) made by...

@sidahmed-malaoui, I think you are right but I've spotted another issue that I need to discuss with @kotakanbe, the following lines are wrong as the file `.profile` is not loaded...

@kotakanbe, here is the patching code I'm currently testing for the `install-host/upgrade.sh` script: ```bash # Dirty GO missing variables patch if [[ -f $HOME/.profile ]]; then source $HOME/.profile else source...

@M0dred Did you have checked the documentation from here: https://vuls.io/docs/en/install-with-vulsctl-host.html and / or tested this version: https://github.com/vulsio/vulsctl/pull/17

@homerjam Dude! you helped me so much with this PR :+1: Thanks a lot!

Hi Kagami, Are you still develop Kagome actively ? I'm interested by your implementation and ideas.

Ok, thanks a lot for your reply. I was interested to continue the development of your ideas. I've read about other implementations but there is a lot of Pros /...