movim
Movim (amd64/arm64) Docker Image, based on Debian Slim
10.0K
Where to get help: the Movim XMPP MUC - [email protected]
Where to file issues: https://gitlab.rimkus.it/xmpp/movim-docker
Movim is a distributed social network built on top of XMPP, a popular open standards communication protocol. Movim is a free and open source software licensed under the AGPL. It can be accessed using existing XMPP clients and Jabber accounts. Learn more at movim.eu.
![]()
Note, this Image does not contain a required Database nor an XMPP Server. It is Based on Debian Slim and Consists of mainly:
Before running the Container,
you have to copy (and rename to .env) and adjust the file .env.example from the assets' folder.
Add your DB Configuration and set the Correct Value for DAEMON_URL to point to your
external URL for movim e.g., https://movim.example.org
the Following Files and Directories could be of interest:
run the image as follows (movim will be available on host Machine at port 8080):
docker run -d \
--name movim \
--restart always \
-p 8080:80 \
-v /path/to/.env:/usr/local/share/movim/.env
ravermeister/movim-docker:latest
After you've successfully logged in to your Movim Pod, run the following Docker Compose exec command;
docker-compose exec movim php daemon.php setAdmin [email protected]
Content type
Image
Digest
sha256:a918f2f26…
Size
352.4 MB
Last updated
2 days ago
docker pull ravermeister/movim:aa6cd12