forked from coop-cloud/nextcloud
Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30ce2ba98e | ||
|
|
dbe88a0eaa | ||
|
|
d0f6ca27be | ||
|
|
55866403ee | ||
|
|
3f778ef1eb | ||
|
|
b7c6775ac6 | ||
|
|
ad126fef8e | ||
|
|
6997636275 |
@@ -21,9 +21,9 @@ Fully automated luxury Nextcloud via docker-swarm.
|
||||
2. Deploy [`coop-cloud/traefik`]
|
||||
3. `abra app new nextcloud --secrets` (optionally with `--pass` if you'd like
|
||||
to save secrets in `pass`)
|
||||
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
|
||||
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
|
||||
your Docker swarm box
|
||||
5. `abra app deploy YOURAPPDOMAIN`
|
||||
5. `abra app YOURAPPDOMAIN deploy`
|
||||
|
||||
## How do I customise the default home page when logging in?
|
||||
|
||||
|
||||
+1
-1
@@ -86,7 +86,7 @@ services:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=3.1.0+25.0.1-fpm"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.0.1+25.0.1-fpm"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"
|
||||
healthcheck:
|
||||
|
||||
@@ -26,7 +26,6 @@ Add SMTP Config to your .env file:
|
||||
# MAIL_FROM_ADDRESS=
|
||||
# MAIL_DOMAIN=
|
||||
# SECRET_SMTP_PASSWORD_VERSION=v1
|
||||
abra app secret insert example.com smtp_password v1 example_password
|
||||
```
|
||||
|
||||
|
||||
@@ -37,21 +36,6 @@ Some Apps can also be managed with abra app cmd!
|
||||
```
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.apps.yml"
|
||||
# APPS="calendar sociallogin onlyoffice"
|
||||
abra app cmd example.com app install_apps
|
||||
# ONLYOFFICE_URL=https://onlyoffice.example.com
|
||||
# SECRET_ONLYOFFICE_JWT_VERSION=v1
|
||||
abra app secret insert example.com onlyoffice_jwt v1 example_password
|
||||
abra app cmd example.com app install_onlyoffice
|
||||
# BBB_URL=https://talk.example.org/bigbluebutton/ # trailing slash!
|
||||
# SECRET_BBB_SECRET_VERSION=v1
|
||||
abra app secret insert example.com bbb_secret v1 example_password
|
||||
abra app cmd example.com app install_bbb
|
||||
```
|
||||
|
||||
## Set Quota
|
||||
|
||||
```
|
||||
# DEFAULT_QUOTA="10 GB"
|
||||
abra app cmd example.com app set_default_quota
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user