Jump to content

NightMeer

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by NightMeer

  1. 4 hours ago, reppmic said:

    Hi,

    right now it´s up and running, thanks for this!

    i wonder if its possible to reach other ips in my home network ?

    if yes, can you please give me a hint? 

    Hey,

     

    Yes, it should be possible, but there is currently a bug that I have not yet fixed, so it is not possible. I will try to fix it as soon as possible.

    • Thanks 1
  2. On 1/11/2024 at 8:12 PM, piyper said:

    Hi,

    Thank you for the container, nice to a one that has PHP 8.

     

    I am writing something in PHP and wanted to fork some child processes for certain http requests using pcntl_fork, however, it does not look like it is enabled in your container. 

     

    Would you happen to have a version where pcntl is enabled or could you enable it and include the module?

     

    Thank you 

    Piyper

     

     

     

     

    Hey, 

     

    I have added pcntl

  3. 7 minutes ago, Houmi said:

    So once the packets arrive to wg0 internally, you use iptables to forward those to your dein_interface network (based on your wiki) and have nginxproxymanager use it ?

    I utilize iptables on the VPS to direct incoming traffic through the WireGuard Docker into my LAN network to my NginxProxyManager. The Docker container serves solely as a gateway for connecting to my LAN network.

     

    The interface name "dein_interface" is where the default traffic routing occurs.

     

    I hope it is understandable

  4. 3 hours ago, Houmi said:

    Thanks for making this container. I like the fact that we can put iptables in there and they persist, as opposed to the native client which put iptables based on UI states.

     

    I seem to be having it connect to the wireguard server just fine but curious , how do you recommend other containers connect to this ? by using the

    --net=container:wiregard-client command or use nginx ?

    Hey, 

     

     

     

    I use IP Tables at the VPS to route incoming traffic into my Lan network. 

     

    In my Lan I have the NginxProxyManager where I forward the Ports to the specific container.

     

     

     

    At the moment there is a bug, so that doesn't work. I try to fix it in January. 

     

     

     

    You can look at the linked GitHub repo there are two sections how to forward with IP Tables (ip.sh)

    • Thanks 1
  5. 8 hours ago, Lionel60 said:

    Hello,
    I've installed your ApachePHP8-docker but I can't find where the php.ini is to indicate the extension to use to access my MariaDB database?
    Sincerely
    PS: Since I'm not fluent in English, I used a translation program.

     

    Hey,

     

    Good question.

    I will try to add it today or tomorrow so that it will be available in 1-2 days. Unfortunately I forgot to include/export the PHP folder. 

    Per Default the Mysqli Extension is installed and enabled. So you can use PHP commands to Connect to the Database.

     

    I hope this is the Answer you want/need.

×
×
  • Create New...