You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Timothée Jaussoin 582c92ceff Remove the location class from the Presence 1 week ago
.github Containerfile and podman-compose test scripts (#1479) 2 weeks ago
app Remove the location class from the Presence 1 week ago
config Containerfile and podman-compose test scripts (#1479) 2 weeks ago
database/migrations Try to Resolve Pubsub Posts from incoming messages if they are not present in the database 1 month ago
etc Containerfile and podman-compose test scripts (#1479) 2 weeks ago
locales Implement full text search of Message bodies using the PostgreSQL tsvector and tssearch features 2 months ago
public Allow Dialog to be cleared using the back button 1 week ago
src Containerfile and podman-compose test scripts (#1479) 2 weeks ago
.editorconfig Add missing parts to EditorConfig file 2 years ago
.env.example Fix some comments in .env.example 3 years ago
.git-blame-ignore-revs Ignore EditorConfig files from Git blame history 2 years ago
.gitattributes composer.lock file should be included in release archives 4 years ago
.gitignore Add support of custom inline emojis through XEP-0231: Bits of Binary 1 year ago
.php_cs Actually apply the EditorConfig settings 2 years ago
CHANGELOG.md Allow chatroom admins to configure the user voice, related to #1478 2 weeks ago
COPYING.txt LICENSE → COPYING to match README+?GPL projects 1 year ago
Containerfile Containerfile and podman-compose test scripts (#1479) 2 weeks ago
INSTALL.md Update INSTALL.md (#1466) 4 weeks ago
README.md Containerfile and podman-compose test scripts (#1479) 2 weeks ago
SECURITY.md Actually apply the EditorConfig settings 2 years ago
VERSION Movim 0.31 Kameny 2 months ago
composer.json Update the dependencies 5 months ago
composer.lock Remove the location class from the Presence 1 week ago
daemon.php Add support of custom inline emojis through XEP-0231: Bits of Binary 1 year ago
doap.xml Implement XEP-0492: Chat notification settings 4 weeks ago
linker.php Containerfile and podman-compose test scripts (#1479) 2 weeks ago
phinx.php Fix daemon initial migration phase 3 years ago
podman-compose.yml Containerfile and podman-compose test scripts (#1479) 2 weeks ago
resolver.php Introducing the URL Resolver Worker, that resolves the shared URLs in a non-blocking and concurrential way 5 months ago
templater.php Containerfile and podman-compose test scripts (#1479) 2 weeks ago

README.md

Movim

Federated blogging and chat platform

build ci badge docker ci badge

About

Movim is a federated blogging and chat platform that acts as a web frontend for the XMPP protocol.

movim screenshot

Deployment

Please refer to the installation instructions in the INSTALL.md file, or check out the Movim Wiki for more information.

Quick Test

You can try out Movim on your local machine in a container using Podman (main website). Podman is a FOSS alternative to Docker that is available on all the main distributions.

⚠️ This setup is only for tests purpose, the containers are not optimized and most of the caches are disabled. To deploy your own Movim instance use the INSTALL.md tutorial.

Install podman-compose and clone the repository before trying the next steps.

Launch the podman-compose script

podman-compose up

After a few minutes it will launch a local test instance with a blank database.

You can then access in your browser at the following URL:

https://127.0.0.1:8443/

The container is using a self-signed certificate, accept to get to the login page.

Security report

See SECURITY.md.

Support Us

You can help Movim by:

  • Doing a one time donation using PayPal Donate
  • Helping us covering our monthly costs on our official Patreon page Donate

Translations

Help us translate Movim on https://www.transifex.com/projects/p/movim/

License

Movim is released under the terms of the AGPLv3 license. See COPYING.txt for more details.