summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-06-05running mattermost server outside of docker.Robert Orr
The config.json file needs to be copied to /var/lib/mattermost/config with perms of 640 and owned by mattermost:mattermost. It is understood that this may need to be re-arranged to fit in with the rest of a system; and that the actual production deployment process is not yet defined. Change-Id: Ied3c80541fdc3b72bc7fdfa558114afd5d66d4c3
2025-04-16initial configuration of a nix flakeIrene Knapp
this also sets up direnv and gitignore Change-Id: Ifa286098ec0be1122e167757c11be1cd3d06ec93 Force-Push: I'm trying to do initial setup and I want to move quickly