Version 1.0.0-2

This commit is contained in:
Girish Ramakrishnan 2020-01-24 11:47:18 -08:00
parent 90e40416f0
commit 68cc2a5773
3 changed files with 6 additions and 7 deletions

View file

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.0.0-1",
"version": "1.0.0-2",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1073741824,

View file

@ -3,9 +3,7 @@ This app integrates with Cloudron user management. Cloudron users can login and
Mastodon.
</sso>
**Production checklist**:
* Make yourself [an admin](https://cloudron.io/documentation/apps/mastodon/#admin).
* Configure Site settings at `Administration` -> `Site Settings`.
* Verify the [federation domain](https://cloudron.io/documentation/apps/mastodon/#federation-domain). The federation domain cannot be changed later.
**Important:** Accounts are created under with the username and the location under which
this app was installed. e.g. `@username@mastodon.domain.com`. This cannot be changed later
as it breaks federation.

View file

@ -4,10 +4,11 @@ SINGLE_USER_MODE=false
# Note: Changing LOCAL_DOMAIN at a later time will cause unwanted side effects, including breaking all existing federation.
# LOCAL_DOMAIN should *NOT* contain the protocol part of the domain e.g https://example.com.
# Cloudron: this is fixed at installation time. it is not changed when you change this app's location
LOCAL_DOMAIN=
# Use this only if you need to run mastodon on a different domain than the one used for federation.
# You can read more about this option on https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Serving_a_different_domain.md
# Cloudron: this will change automatically when you change the app's location
WEB_DOMAIN=
# Database configuration