Compare commits
37 Commits
Author | SHA1 | Date | |
---|---|---|---|
f58c9a2aab | |||
18cf2d21cc | |||
fc31939b5e | |||
b1427c9a1e | |||
2e177985f8 | |||
8e63b9839d | |||
c83e59cfc5 | |||
142cd05e01 | |||
be6939d39b | |||
1bbc0bc5e3 | |||
91136d15a7 | |||
bf7466f8b2 | |||
33466a38cf | |||
4c6dca85fa | |||
2e366449bf | |||
a5ba7e60e7 | |||
fdd0610784 | |||
de797a654a | |||
e42bc0f2a5 | |||
5a30d2d99b | |||
98ef1ca228 | |||
16f489fd8d | |||
12d0f85607 | |||
123af69e49 | |||
bb5df287e8 | |||
c274319f6f | |||
9d83d0bed0 | |||
177a96d597 | |||
e6ff612b8a | |||
0d67e8ccf7 | |||
8f9f308af2 | |||
7df9f350d5 | |||
24b45a21c8 | |||
ccd12e92aa | |||
d29e4dfafa | |||
7756ca38cb | |||
4b27d3993f |
25
.drone.yml
25
.drone.yml
@ -3,10 +3,12 @@ kind: pipeline
|
|||||||
name: deploy to swarm-test.autonomic.zone
|
name: deploy to swarm-test.autonomic.zone
|
||||||
steps:
|
steps:
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: decentral1se/stack-ssh-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
host: swarm-test.autonomic.zone
|
host: swarm-test.autonomic.zone
|
||||||
stack: mattermost
|
stack: mattermost
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
purge: true
|
purge: true
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_swarm_test
|
from_secret: drone_ssh_swarm_test
|
||||||
@ -33,24 +35,17 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: recipe release
|
name: generate recipe catalogue
|
||||||
steps:
|
steps:
|
||||||
- name: release a new version
|
- name: release a new version
|
||||||
image: decentral1se/drone-abra:latest
|
|
||||||
settings:
|
|
||||||
command: recipe mattermost release
|
|
||||||
deploy_key:
|
|
||||||
from_secret: abra_bot_deploy_key
|
|
||||||
|
|
||||||
- name: trigger downstream builds
|
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
settings:
|
settings:
|
||||||
server: https://drone.autonomic.zone
|
server: https://build.coopcloud.tech
|
||||||
token:
|
token:
|
||||||
from_secret: decentral1se_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- coop-cloud/auto-apps-json
|
- toolshed/auto-recipes-catalogue-json
|
||||||
depends_on:
|
|
||||||
- release a new version
|
trigger:
|
||||||
on
|
event: tag
|
||||||
|
16
README.md
16
README.md
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**:
|
* **Category**: Apps
|
||||||
* **Status**:
|
* **Status**: 3
|
||||||
* **Image**:
|
* **Image**: [`mattermost/mattermost-team-edition`](https://hub.docker.com/r/mattermost/mattermost-team-edition), 4, upstream
|
||||||
* **Healthcheck**: N
|
* **Healthcheck**: No
|
||||||
* **Backups**: N
|
* **Backups**: Yes
|
||||||
* **Email**:
|
* **Email**: 1
|
||||||
* **Tests**: N
|
* **Tests**: 2
|
||||||
* **SSO**: N
|
* **SSO**: No
|
||||||
|
|
||||||
<!-- endmetadata -->
|
<!-- endmetadata -->
|
||||||
|
|
||||||
|
12
compose.yml
12
compose.yml
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: mattermost/mattermost-team-edition:8.0.1
|
image: mattermost/mattermost-team-edition:9.11.8
|
||||||
environment:
|
environment:
|
||||||
- TZ
|
- TZ
|
||||||
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
||||||
@ -28,7 +28,9 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+8.0.1"
|
- "coop-cloud.${STACK_NAME}.version=1.5.3+9.11.8"
|
||||||
|
- "backupbot.backup=true"
|
||||||
|
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||||
configs:
|
configs:
|
||||||
- source: abra_mattermost_entrypoint
|
- source: abra_mattermost_entrypoint
|
||||||
target: /abra-mattermost-entrypoint.sh
|
target: /abra-mattermost-entrypoint.sh
|
||||||
@ -50,6 +52,12 @@ services:
|
|||||||
- postgres_password
|
- postgres_password
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
backupbot.backup: "true"
|
||||||
|
backupbot.backup.pre-hook: "PGPASSWORD=$$(cat $${POSTGRES_PASSWORD_FILE}) pg_dump -U $${POSTGRES_USER} $${POSTGRES_DB} > /var/lib/postgresql/data/postgres-backup.sql"
|
||||||
|
backupbot.backup.post-hook: "rm -rf /var/lib/postgresql/data/postgres-backup.sql"
|
||||||
|
backupbot.backup.path: "/var/lib/postgresql/data/"
|
||||||
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
|
6
release/0.1.0+7.0.txt
Normal file
6
release/0.1.0+7.0.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
This should be a fairly stable update. The only strange behaviour we've noticed so far has been:
|
||||||
|
|
||||||
|
- When clicking on 'Channels' to change to 'Boards' or 'Playbooks', your window may flicker and just reload 'Channels'. Click 'Boards' or 'Playbooks' again and it should behave as expected.
|
||||||
|
- When clicking on private messages, you may get an error telling you that you don't have permission to view these.
|
||||||
|
|
||||||
|
To fix both of these errors, logout of your server in your Mattermost client, delete the server (if you are using an app), and then re-add it. We haven't noticed any issues after doing this.
|
1
release/1.4.1+9.5.11
Normal file
1
release/1.4.1+9.5.11
Normal file
@ -0,0 +1 @@
|
|||||||
|
hotfix: rollback to last functional version
|
Reference in New Issue
Block a user