Compare commits

...

2 Commits

Author SHA1 Message Date
Cassowary f90727eaf5 Update metadata in README.md 2022-11-30 17:11:17 -08:00
Cassowary 2e87165aff Fix fixup. 2022-11-30 16:42:27 -08:00
2 changed files with 6 additions and 6 deletions

View File

@ -1,23 +1,23 @@
# fluffychat
> One line description of the recipe
> Deploy web-based FluffyChat Matrix client
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
* **Image**: [`fluffychat`](https://hub.docker.com/r/fluffychat), 4, upstream
* **Status**: 2, alpha
* **Image**: [`fluffychat`](https://git.coopcloud.tech/coop-cloud/fluffychat:v1.7.1), 4, our own custom image
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
* **SSO**: Yes (via TFA)
<!-- endmetadata -->
## Quick start
* `abra app new fluffychat --secrets`
* `abra app new fluffychat`
* `abra app config <app-name>`
* `abra app deploy <app-name>`

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Do fixups to the deploy to make up for minor weirdnesses in the FluffyChat image.
if [ ! -e /usr/share/nginx/html/ ]; then
if [ ! -e /usr/share/nginx/html/web ]; then
ln -s /usr/share/nginx/html/ /usr/share/nginx/html/web
fi