Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pleroma
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jeff
pleroma
Commits
6428ef77
Commit
6428ef77
authored
6 years ago
by
minibikini
Browse files
Options
Downloads
Patches
Plain Diff
add default configuration for the pinned statuses and some doc
parent
7b6c5f0a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/config.md
+1
-0
1 addition, 0 deletions
docs/config.md
lib/mix/tasks/pleroma/sample_config.eex
+2
-1
2 additions, 1 deletion
lib/mix/tasks/pleroma/sample_config.eex
with
3 additions
and
1 deletion
docs/config.md
+
1
−
0
View file @
6428ef77
...
...
@@ -93,6 +93,7 @@ config :pleroma, Pleroma.Mailer,
*
`always_show_subject_input`
: When set to false, auto-hide the subject field when it's empty.
*
`extended_nickname_format`
: Set to
`true`
to use extended local nicknames format (allows underscores/dashes). This will break federation with
older software for theses nicknames.
*
`max_pinned_statuses`
: The maximum number of pinned statuses.
`0`
will disable the feature.
## :fe
This section is used to configure Pleroma-FE, unless
``:managed_config``
in
``:instance``
is set to false.
...
...
This diff is collapsed.
Click to expand it.
lib/mix/tasks/pleroma/sample_config.eex
+
2
−
1
View file @
6428ef77
...
...
@@ -14,7 +14,8 @@ config :pleroma, :instance,
email: "
<%=
email
%>
",
limit: 5000,
registrations_open: true,
dedupe_media: false
dedupe_media: false,
max_pinned_statuses: 1
config :pleroma, :media_proxy,
enabled: false,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment