Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Pleroma
admin-fe
Merge requests
!12
Add forms for configuring server-settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add forms for configuring server-settings
linafilippova/admin-fe:feature/config-server
into
master
Overview
6
Commits
129
Pipelines
4
Changes
37
Merged
Angelina Filippova
requested to merge
linafilippova/admin-fe:feature/config-server
into
master
5 years ago
Overview
5
Commits
129
Pipelines
4
Changes
37
Expand
Closes
#15 (closed)
Edited
5 years ago
by
Angelina Filippova
0
0
Merge request reports
Compare
master
version 16
04fac020
5 years ago
version 15
6fca208f
5 years ago
version 14
5f584d94
5 years ago
version 13
360ec639
5 years ago
version 12
ae4eb288
5 years ago
version 11
a5b8f436
5 years ago
version 10
37aa6783
5 years ago
version 9
c5510b6f
5 years ago
version 8
27bebbce
5 years ago
version 7
6ab96deb
5 years ago
version 6
6ab96deb
5 years ago
version 5
1f08213f
5 years ago
version 4
81d00619
5 years ago
version 3
072fa515
5 years ago
version 2
2678c9d6
5 years ago
version 1
85c2731d
5 years ago
master (base)
and
latest version
latest version
26583131
129 commits,
5 years ago
version 16
04fac020
128 commits,
5 years ago
version 15
6fca208f
127 commits,
5 years ago
version 14
5f584d94
120 commits,
5 years ago
version 13
360ec639
119 commits,
5 years ago
version 12
ae4eb288
118 commits,
5 years ago
version 11
a5b8f436
117 commits,
5 years ago
version 10
37aa6783
113 commits,
5 years ago
version 9
c5510b6f
112 commits,
5 years ago
version 8
27bebbce
61 commits,
5 years ago
version 7
6ab96deb
60 commits,
5 years ago
version 6
6ab96deb
103 commits,
5 years ago
version 5
1f08213f
102 commits,
5 years ago
version 4
81d00619
99 commits,
5 years ago
version 3
072fa515
98 commits,
5 years ago
version 2
2678c9d6
96 commits,
5 years ago
version 1
85c2731d
95 commits,
5 years ago
37 files
+
5157
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
37
Search (e.g. *.vue) (Ctrl+P)
src/api/initialDataForConfig.js
0 → 100644
+
110
−
0
Options
export
const
initialSettings
=
[
{
group
:
'
pleroma
'
,
key
:
'
:instance
'
,
value
:
[
{
'
tuple
'
:
[
'
:name
'
,
'
Pleroma
'
]
},
{
'
tuple
'
:
[
'
:email
'
,
'
example@example.com
'
]
},
{
'
tuple
'
:
[
'
:notify_email
'
,
'
noreply@example.com
'
]
},
{
'
tuple
'
:
[
'
:description
'
,
'
A Pleroma instance, an alternative fediverse server
'
]
},
{
'
tuple
'
:
[
'
:limit
'
,
5000
]
},
{
'
tuple
'
:
[
'
:remote_limit
'
,
100000
]
},
{
'
tuple
'
:
[
'
:upload_limit
'
,
16
*
1048576
]
},
{
'
tuple
'
:
[
'
:avatar_upload_limit
'
,
2
*
1048576
]
},
{
'
tuple
'
:
[
'
:background_upload_limit
'
,
4
*
1048576
]
},
{
'
tuple
'
:
[
'
:banner_upload_limit
'
,
4
*
1048576
]
},
{
'
tuple
'
:
[
'
:poll_limits
'
,
[
{
'
tuple
'
:
[
'
:max_options
'
,
20
]
},
{
'
tuple
'
:
[
'
:max_option_chars
'
,
200
]
},
{
'
tuple
'
:
[
'
:min_expiration
'
,
0
]
},
{
'
tuple
'
:
[
'
:max_expiration
'
,
365
*
86400
]
}
]]
},
{
'
tuple
'
:
[
'
:registrations_open
'
,
true
]
},
{
'
tuple
'
:
[
'
:invites_enabled
'
,
false
]
},
{
'
tuple
'
:
[
'
:account_activation_required
'
,
false
]
},
{
'
tuple
'
:
[
'
:federating
'
,
true
]
},
{
'
tuple
'
:
[
'
:federation_reachability_timeout_days
'
,
7
]
},
{
'
tuple
'
:
[
'
:federation_publisher_modules
'
,
[
'
Pleroma.Web.ActivityPub.Publisher
'
,
'
Pleroma.Web.Websub
'
,
'
Pleroma.Web.Salmon
'
]]
},
{
'
tuple
'
:
[
'
:allow_relay
'
,
true
]
},
{
'
tuple
'
:
[
'
:rewrite_policy
'
,
'
Pleroma.Web.ActivityPub.MRF.NoOpPolicy
'
]
},
{
'
tuple
'
:
[
'
:public
'
,
true
]
},
{
'
tuple
'
:
[
'
:managed_config
'
,
true
]
},
{
'
tuple
'
:
[
'
:static_dir
'
,
'
instance/static/
'
]
},
{
'
tuple
'
:
[
'
:allowed_post_formats
'
,
[
'
text/plain
'
,
'
text/html
'
,
'
text/markdown
'
,
'
text/bbcode
'
]]
},
{
'
tuple
'
:
[
'
:mrf_transparency
'
,
true
]
},
{
'
tuple
'
:
[
'
:extended_nickname_format
'
,
false
]
},
{
'
tuple
'
:
[
'
:max_pinned_statuses
'
,
1
]
},
{
'
tuple
'
:
[
'
:no_attachment_links
'
,
false
]
},
{
'
tuple
'
:
[
'
:max_report_comment_size
'
,
1000
]
},
{
'
tuple
'
:
[
'
:safe_dm_mentions
'
,
false
]
},
{
'
tuple
'
:
[
'
:healthcheck
'
,
false
]
},
{
'
tuple
'
:
[
'
:remote_post_retention_days
'
,
90
]
},
{
'
tuple
'
:
[
'
:skip_thread_containment
'
,
true
]
},
{
'
tuple
'
:
[
'
:limit_to_local_content
'
,
'
:unauthenticated
'
]
},
{
'
tuple
'
:
[
'
:dynamic_configuration
'
,
true
]
}
]
},
{
group
:
'
mime
'
,
key
:
'
:types
'
,
value
:
{
'
application/activity+json
'
:
[
'
activity+json
'
],
'
application/jrd+json
'
:
[
'
jrd+json
'
],
'
application/ld+json
'
:
[
'
activity+json
'
],
'
application/xml
'
:
[
'
xml
'
],
'
application/xrd+xml
'
:
[
'
xrd+xml
'
]
}
},
{
group
:
'
cors_plug
'
,
key
:
'
:max_age
'
,
value
:
86400
},
{
group
:
'
cors_plug
'
,
key
:
'
:methods
'
,
value
:
[
'
POST
'
,
'
PUT
'
,
'
DELETE
'
,
'
GET
'
,
'
PATCH
'
,
'
OPTIONS
'
]
},
{
group
:
'
cors_plug
'
,
key
:
'
:expose
'
,
value
:
[
'
Link
'
,
'
X-RateLimit-Reset
'
,
'
X-RateLimit-Limit
'
,
'
X-RateLimit-Remaining
'
,
'
X-Request-Id
'
,
'
Idempotency-Key
'
]
},
{
group
:
'
cors_plug
'
,
key
:
'
:credentials
'
,
value
:
true
},
{
group
:
'
cors_plug
'
,
key
:
'
:headers
'
,
value
:
[
'
Authorization
'
,
'
Content-Type
'
,
'
Idempotency-Key
'
]
},
{
group
:
'
tesla
'
,
key
:
'
:adapter
'
,
value
:
'
Tesla.Adapter.Hackney
'
},
{
group
:
'
pleroma
'
,
key
:
'
:markup
'
,
value
:
[
{
'
tuple
'
:
[
'
:allow_inline_images
'
,
true
]
},
{
'
tuple
'
:
[
'
:allow_headings
'
,
false
]
},
{
'
tuple
'
:
[
'
:allow_tables
'
,
false
]
},
{
'
tuple
'
:
[
'
:allow_fonts
'
,
false
]
},
{
'
tuple
'
:
[
'
:scrub_policy
'
,
[
'
Pleroma.HTML.Transform.MediaProxy
'
,
'
Pleroma.HTML.Scrubber.Default
'
]]
}
]
}
]
Loading