A simple frontend for viewing ejabberd archive entries
7.7K
Note: The application requires a webserver with PHP configured.
httpdocs directorysrc/main/resources/config.ini and modify it to fit your environmentCreate a config.ini and configure your database connection.
Example:
[database]
dsn = mysql:host=localhost;dbname=ejabberd
username = root
password =
Start the container and mount the config.ini into the container at /app/src/main/resources/config.ini:
docker run --name ejabberdarchiveviewer -p 8080:80 -v /path/to/config.ini:/app/src/main/resources/config.ini:ro programie/ejabberdarchiveviewer
Now the application will be reachable at http://localhost:8080.
Note: This was only tested with VirtualBox as provider.
vagrant plugin install vagrant-vbguestvagrant plugin install vagrant-puppet-installvagrant up to setup the Vagrant VM.Content type
Image
Digest
sha256:701f874ac…
Size
92.2 MB
Last updated
7 months ago
docker pull programie/ejabberdarchiveviewer