Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
noellabo
docs
Commits
6e444b2d
Commit
6e444b2d
authored
Sep 22, 2018
by
Eugen Rochko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stubs
parent
30418677
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
148 additions
and
6 deletions
+148
-6
config.toml
config.toml
+11
-6
configuration.md
content/en/administration/configuration.md
+26
-0
installation.md
content/en/administration/installation.md
+19
-0
optional-features.md
content/en/administration/optional-features.md
+11
-0
post-installation.md
content/en/administration/post-installation.md
+10
-0
scaling-up.md
content/en/administration/scaling-up.md
+11
-0
authentication.md
content/en/api/authentication.md
+7
-0
entities.md
content/en/api/entities.md
+7
-0
installation.md
content/en/development/installation.md
+8
-0
basics.md
content/en/usage/basics.md
+13
-0
moderation.md
content/en/usage/moderation.md
+16
-0
privacy.md
content/en/usage/privacy.md
+9
-0
No files found.
config.toml
View file @
6e444b2d
...
...
@@ -18,15 +18,20 @@ enableGitInfo = true
[[menu.docs]]
name
=
"User guide"
weight
=
1
identifier
=
"us
ing-mastodon
"
url
=
"/us
ing-mastodon
/"
identifier
=
"us
age
"
url
=
"/us
age
/"
[[menu.docs]]
name
=
"Administrator guide"
weight
=
2
identifier
=
"
running-mastod
on"
url
=
"/
running-mastod
on/"
identifier
=
"
administrati
on"
url
=
"/
administrati
on/"
[[menu.docs]]
name
=
"Developer guide"
weight
=
3
identifier
=
"contributing-to-mastodon"
url
=
"/contributing-to-mastodon/"
identifier
=
"development"
url
=
"/development/"
[[menu.docs]]
name
=
"API"
weight
=
4
identifier
=
"api"
url
=
"/api/"
content/en/administration/configuration.md
0 → 100644
View file @
6e444b2d
---
title
:
Configuration
menu
:
docs
:
parent
:
administration
weight
:
2
---
## Basic
### Federation
### Secrets
## Database connections
### PostgreSQL
### Redis
### ElasticSearch
## E-mail
## File storage
### Local file storage
### Amazon S3 and compatible
### Swift
## External authentication
### LDAP
### PAM
### CAS
### SAML
## Hidden services
content/en/administration/installation.md
0 → 100644
View file @
6e444b2d
---
title
:
Installation
menu
:
docs
:
parent
:
administration
weight
:
1
---
## Basic server setup (optional)
## Pre-requisites
### System packages
### Installing Ruby
### Installing Node.js
## Setup
### Setting up PostgreSQL
### Setting up Mastodon
### Setting up nginx
### Acquiring a SSL certificate
### Setting up systemd services
content/en/administration/optional-features.md
0 → 100644
View file @
6e444b2d
---
title
:
Optional features
menu
:
docs
:
parent
:
administration
weight
:
5
---
## Full-text search
## Hidden services
## Login via LDAP/PAM/CAS/SAML
content/en/administration/post-installation.md
0 → 100644
View file @
6e444b2d
---
title
:
Post-installation steps
menu
:
docs
:
parent
:
administration
weight
:
3
---
## Creating an admin account
## Filling in server information
content/en/administration/scaling-up.md
0 → 100644
View file @
6e444b2d
---
title
:
Scaling up
menu
:
docs
:
parent
:
administration
weight
:
4
---
## Transaction pooling with pgBouncer
## Separate Redis for cache
## Read-replicas
content/en/api/authentication.md
0 → 100644
View file @
6e444b2d
---
title
:
Authentication
menu
:
docs
:
parent
:
api
weight
:
1
---
content/en/api/entities.md
0 → 100644
View file @
6e444b2d
---
title
:
Entities
menu
:
docs
:
parent
:
api
weight
:
2
---
content/en/development/installation.md
0 → 100644
View file @
6e444b2d
---
title
:
Installation
menu
:
docs
:
identifier
:
installation-dev
parent
:
development
weight
:
1
---
content/en/usage/basics.md
0 → 100644
View file @
6e444b2d
---
title
:
Basics
menu
:
docs
:
parent
:
usage
weight
:
1
---
## Sign up
## Edit profile
### Picture, name and bio
### Profile metadata
### Link verification
## Posting
content/en/usage/moderation.md
0 → 100644
View file @
6e444b2d
---
title
:
Moderation
menu
:
docs
:
parent
:
usage
weight
:
4
---
## Individual moderation
### Disable login
### Silence
### Suspend
## Server-wide moderation
### Reject media
### Silence
### Suspend
## Spam-fighting measures
content/en/usage/privacy.md
0 → 100644
View file @
6e444b2d
---
title
:
Privacy
menu
:
docs
:
parent
:
usage
weight
:
1
---
## Publishing levels
## Blocking and muting
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment