proxy setting fixes

This commit is contained in:
Henry Jameson 2025-12-11 14:37:51 +02:00
commit 96fc30a1b7
4 changed files with 26 additions and 29 deletions

View file

@ -84,7 +84,7 @@
<script src="./map_setting.js"></script>
<style lang="scss">
.ListSetting {
.MapSetting {
.btn-group {
display: flex
}

View file

@ -18,6 +18,7 @@
<slot v-else />
</label>
{{ ' ' }}
<div class="setting-control">
<input
:id="path"
class="input string-input"
@ -34,9 +35,10 @@
:indeterminate="isIndeterminate"
@update:model-value="event => update({ event, isProxy: true})"
>
{{ $t('admin_dash.http.socks5') }}
SOCKS5
{{ ' ' }}
</Checkbox>
</div>
{{ ' ' }}
<ModifiedIndicator
:changed="isChanged"

View file

@ -60,7 +60,7 @@
display: grid;
grid-template-areas:
"label control"
". desc"
"label desc"
". draft";
grid-template-columns: 4fr 5fr;
column-gap: 0.5em;

View file

@ -1170,15 +1170,12 @@
"posts": {
"global": "Global settings",
"local": "Local posts",
"scheduled_activites": "Scheduled posts",
"remote": "Remote posts"
},
"other": {
"uncategorized": "Uncategorized",
"user_backup": "User Backup",
"reports": "Reports",
"feed": "RSS Feed",
"feed_title": "Article Title",
"privileges": "Privileges"
},
"monitoring": {
@ -1191,8 +1188,7 @@
"activitypub": "ActivityPub"
},
"http": {
"outbound": "Outbound HTTP requests",
"socks5": "SOCKS5"
"outbound": "Outbound HTTP requests"
},
"auth": {
"MFA": "Multi-factor Authentication",
@ -1202,7 +1198,6 @@
"backup_codes": "Backup codes"
},
"job_queues": {
"Oban": "Oban queues",
"Gun": {
"title": "Gun queues",
"connections_pools": "Gun connections pool",
@ -1398,11 +1393,11 @@
":connections_pool": {
":max_idle_time": {
"label": "Maximum idle time",
"description": "idk"
"description": "Maximum idle time before CONFIRM"
},
":retry": {
"label": "Retry",
"description": "idk"
"description": "Number of retries for making a connection CONFIRM"
}
},
":pools": {