phpipam icon indicating copy to clipboard operation
phpipam copied to clipboard

phpIPAM Docker image

Results 14 phpipam issues
Sort by recently updated
recently updated
newest added

I don't have an explanation, but I ran into an issue where all other variables were properly inserted, but host was still set to : ``` $db['host'] = '127.0.0.1'; ```...

In this docker image, unable to use Radius Authentication because missing `php-ipam`. I installed `php7.4-radius` via apt but I think this is not correct way for this docker image. Could...

> fping is a program to send ICMP echo probes to network hosts, similar to ping, but much better performing when pinging multiple hosts. fping has a long long story:...

A few changes were made: - Switched from MySQL to MariaDB - Added support for crontab with the ability to change the crontab file and restart the container for the...

The reference to `--link` should be modified as `--link` is a deprecated feature . ``` $ docker run -ti -d -p 80:80 -e MYSQL_ENV_MYSQL_ROOT_PASSWORD=my-secret-pw --name ipam --link phpipam-mysql:mysql pierrecdn/phpipam ```...

It seems like [PHP-SAML](https://github.com/SAML-Toolkits/php-saml) is no longer including the xmlseclibs source code in their releases (https://github.com/onelogin/php-saml/archive/refs/tags/3.4.1.tar.gz). These files are missing from /var/www/html/functions/ with the 1.5.2 version of the container. This...

![image](https://github.com/pierrecdn/phpipam/assets/6829668/79c2274e-7310-4f6d-a5d8-4c55c40898bd) ![image](https://github.com/pierrecdn/phpipam/assets/6829668/dfa76cad-7447-414a-8d59-a47aa7efb7fa) step1: administration->phpIPAM settings->Default language->ja_JP step2: users->edit user->Language->ja_JP step3: logout step4: login chrome disable cache and language always default(English)

Hi do you have a easy path already for adding on additional modules? If not what would you suggest for installing and adding on the IPAM 2FA module for the...

I see that all recommendations for auto discovery rely on cron. How does this get implemented in Docker?