mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Version 1.0.0-2
This commit is contained in:
parent
90e40416f0
commit
68cc2a5773
3 changed files with 6 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.0.0-1",
|
"version": "1.0.0-2",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
|
|
|
@ -3,9 +3,7 @@ This app integrates with Cloudron user management. Cloudron users can login and
|
||||||
Mastodon.
|
Mastodon.
|
||||||
</sso>
|
</sso>
|
||||||
|
|
||||||
**Production checklist**:
|
**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
|
||||||
* Make yourself [an admin](https://cloudron.io/documentation/apps/mastodon/#admin).
|
as it breaks federation.
|
||||||
* 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.
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# 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.
|
# 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=
|
LOCAL_DOMAIN=
|
||||||
|
|
||||||
# Use this only if you need to run mastodon on a different domain than the one used for federation.
|
# 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=
|
WEB_DOMAIN=
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
|
|
Loading…
Reference in a new issue