remove most of the stuff mentioned in internal.exs in !pleroma/4403
This commit is contained in:
parent
57dfbd8a53
commit
13ace1d24e
6 changed files with 0 additions and 203 deletions
|
|
@ -33,37 +33,6 @@
|
|||
<div class="setting-item">
|
||||
<h3>{{ $t('admin_dash.http.incoming') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<h4>{{ $t('admin_dash.http.cors') }}</h4>
|
||||
<li>
|
||||
<IntegerSetting
|
||||
:description-path-override="[':cors_plug', '<ROOT>', ':max_age']"
|
||||
path=":cors_plug.:max_age"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting
|
||||
:description-path-override="[':cors_plug', '<ROOT>', ':credentials']"
|
||||
path=":cors_plug.:credentials"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
path=":cors_plug.:methods"
|
||||
:description-path-override="[':cors_plug', '<ROOT>', ':methods']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
:description-path-override="[':cors_plug', '<ROOT>', ':expose']"
|
||||
path=":cors_plug.:expose"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
:description-path-override="[':cors_plug', '<ROOT>', ':headers']"
|
||||
path=":cors_plug.:headers"
|
||||
/>
|
||||
</li>
|
||||
<h4>{{ $t('admin_dash.http.security') }}</h4>
|
||||
<li>
|
||||
<BooleanSetting path=":pleroma.:http_security.:enabled" />
|
||||
|
|
@ -86,14 +55,6 @@
|
|||
<li>
|
||||
<StringSetting path=":pleroma.:http_security.:report_url" />
|
||||
</li>
|
||||
<h4>{{ $t('admin_dash.http.web_cache_ttl') }}</h4>
|
||||
<p>{{ $t('admin_dash.http.web_cache_ttl_description') }}</p>
|
||||
<li>
|
||||
<StringSetting path=":pleroma.:web_cache_ttl.:activity_pub" />
|
||||
</li>
|
||||
<li>
|
||||
<StringSetting path=":pleroma.:web_cache_ttl.:activity_pub_question" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.http.web_push') }}</h3>
|
||||
<p>{{ $t('admin_dash.http.web_push_description') }}</p>
|
||||
|
|
@ -116,7 +77,6 @@
|
|||
</ul>
|
||||
<!-- CONFIRM admin_token should go there but something is wrong with both data and description. -->
|
||||
<!-- given the nature of the setting it's probably better to not expose it and deprecate it on backend side -->
|
||||
<!-- CONFIRM :pleroma.:streamer should also PROBABLY? go here but it's completely MIA from backend besides references to config description -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -1,48 +1,6 @@
|
|||
<template>
|
||||
<div :label="$t('admin_dash.tabs.job_queues')">
|
||||
<div class="setting-item">
|
||||
<h3>{{ $t('admin_dash.job_queues.Oban') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<ChoiceSetting path=":pleroma.Oban.:log" />
|
||||
<h4>{{ $t('admin_dash.job_queues.queues') }}</h4>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:federator_incoming" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:federator_outgoing" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:attachments_cleanup" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:mailer" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:activity_expiration" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:scheduled_activities" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:transmogrifier" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:web_push" />
|
||||
</li>
|
||||
<!-- CONFIRM what is this queue -->
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:slow" />
|
||||
</li>
|
||||
<!-- CONFIRM what is this queue -->
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.Oban.:queues.:background" />
|
||||
</li>
|
||||
</ul>
|
||||
<GroupSetting path=":pleroma.Oban.:queues" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.job_queues.Gun.title') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -6,15 +6,9 @@
|
|||
<li>
|
||||
<StringSetting path=":pleroma.:instance.:static_dir" />
|
||||
</li>
|
||||
<li>
|
||||
<StringSetting path=":pleroma.:modules.:runtime_dir" />
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path=":pleroma.:instance.:profile_directory" />
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting :path="[':pleroma','Pleroma.Web.ApiSpec.CastAndValidate',':strict']" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.reports') }}</h3>
|
||||
<ul class="setting-list">
|
||||
|
|
@ -42,82 +36,6 @@
|
|||
<IntegerSetting :path="[':pleroma','Pleroma.User.Backup',':timeout']" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.feed') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<h4>{{ $t('admin_dash.other.feed_title') }}</h4>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.:feed.:post_title.:max_length" />
|
||||
</li>
|
||||
<li>
|
||||
<StringSetting path=":pleroma.:feed.:post_title.:omission" />
|
||||
</li>
|
||||
<li>
|
||||
<GroupSetting path=":pleroma.:feed.:post_title" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.remote_ip') }}</h3>
|
||||
<p>{{ $t('admin_dash.other.remote_ip_description') }}</p>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<BooleanSetting :path="[':pleroma','Pleroma.Web.Plugs.RemoteIp',':enabled']" />
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting :path="[':pleroma','Pleroma.Web.Plugs.RemoteIp',':headers']" />
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting :path="[':pleroma','Pleroma.Web.Plugs.RemoteIp',':proxies']" />
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting :path="[':pleroma','Pleroma.Web.Plugs.RemoteIp',':reserved']" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.mime') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<ListSetting
|
||||
override-backend-description-label="application/activity+json"
|
||||
hide-description
|
||||
:path="[':mime',':types', 'application/activity+json']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
override-backend-description-label="application/jrd+json"
|
||||
hide-description
|
||||
:path="[':mime',':types', 'application/jrd+json']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
override-backend-description-label="application/ld+json"
|
||||
hide-description
|
||||
:path="[':mime',':types', 'application/ld+json']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
override-backend-description-label="application/xml"
|
||||
hide-description
|
||||
:path="[':mime',':types', 'application/xml']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
override-backend-description-label="application/xrd+xml"
|
||||
hide-description
|
||||
:path="[':mime',':types', 'application/xrd+xml']"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.streamer') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.:streamer.:workers" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting path=":pleroma.:streamer.:overflow_workers" />
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.other.privileges') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -12,20 +12,6 @@
|
|||
<li>
|
||||
<ListSetting path=":pleroma.:instance.:allowed_post_formats" />
|
||||
</li>
|
||||
<li>
|
||||
<h4>{{ $t('admin_dash.posts.scheduled_activites') }}</h4>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<BooleanSetting :path="[':pleroma', 'Pleroma.ScheduledActivity', ':enabled']" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting :path="[':pleroma', 'Pleroma.ScheduledActivity', ':daily_user_limit']" />
|
||||
</li>
|
||||
<li>
|
||||
<IntegerSetting :path="[':pleroma', 'Pleroma.ScheduledActivity', ':total_user_limit']" />
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>{{ $t('admin_dash.posts.remote') }}</h3>
|
||||
<ul class="setting-list">
|
||||
|
|
|
|||
|
|
@ -168,12 +168,6 @@
|
|||
</ul>
|
||||
<h3>{{ $t('admin_dash.registrations.restrictions') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<ListSetting
|
||||
ignore-suggestions
|
||||
:path="[':pleroma', 'Pleroma.User', ':restricted_nicknames']"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
<ListSetting
|
||||
ignore-suggestions
|
||||
|
|
|
|||
|
|
@ -1179,10 +1179,6 @@
|
|||
"reports": "Reports",
|
||||
"feed": "RSS Feed",
|
||||
"feed_title": "Article Title",
|
||||
"mime": "MIME Types",
|
||||
"remote_ip": "Reverse Proxy / Remote IP",
|
||||
"remote_ip_description": "This should be disabled only if your instance is NOT behind a reverse proxy",
|
||||
"streamer": "Notifications Streamer",
|
||||
"privileges": "Privileges"
|
||||
},
|
||||
"monitoring": {
|
||||
|
|
@ -1250,9 +1246,6 @@
|
|||
"outbound": "Outgoing connections",
|
||||
"incoming": "Incoming connections",
|
||||
"security": "HTTP Security",
|
||||
"cors": "Cross-origin Resource Sharing (CORS)",
|
||||
"web_cache_ttl": "Web Cache TTL",
|
||||
"web_cache_ttl_description": "Amount of milliseconds until web response cache is cleared. Use `nil` to disable expiration entirely.",
|
||||
"web_push": "Web Push",
|
||||
"web_push_description": "Web Push VAPID settings. You can use the mix task web_push.gen.keypair to generate it."
|
||||
},
|
||||
|
|
@ -1402,18 +1395,6 @@
|
|||
},
|
||||
"temp_overrides": {
|
||||
":pleroma": {
|
||||
"Oban": {
|
||||
":queues": {
|
||||
":scheduled_activites": {
|
||||
"label": "Scheduled activities",
|
||||
"description": "Scheduled activites queue"
|
||||
},
|
||||
":slow": {
|
||||
"label": "Slow",
|
||||
"description": "idk"
|
||||
}
|
||||
}
|
||||
},
|
||||
":connections_pool": {
|
||||
":max_idle_time": {
|
||||
"label": "Maximum idle time",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue