Skip to content

pvrmza/docker-phpipam

Repository files navigation

docker-phpipam unattended deploy

not another phpIPAM in docker

phpIPAM is an open-source web IP address management application. Its goal is to provide light and simple IP address management application.

phpIPAM is developed and maintained by Miha Petkovsek, released under the GPL v3 license, project source is here

Site: phpIPAM homepage

phpIPAM logo

Version/TAG

  • lastet ( phpipam v1.4.2 build 20210219)

Features

  • Unattended deploy
  • Security recommendations for apache and php
  • Check/move install directory
  • Timezone and Language setting from enviroment
  • Proxy support and URL setting from enviroment

OTP Password

The initial password for Admin is ChangeIT and must be changed when logging in for the first time

User: Admin

Pass: ChangeIT

Check/move install directory

If you define IPAM_BASE ($BASE) rename/move install directory to this dir

In certain circumstances you will want to move the install directory to another location, for security or compatibility reasons or this implementation will be behind a reverse proxy

Deploy

Docker Composer

  • Run both database and moodle containers.
  $ git clone https://github.com/pvrmza/docker-phpipam.git 
  $ cd docker-phpipam
  $ cp env_phpipamdb.example .env_phpipamdb
  $ cp env_phpipam.example .env_phpipam
  $ docker-compose up -d

Releases

No releases published

Packages

No packages published