Merge pull request 'Purge SSH settings' (#1) from purge-ssh into main
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #1
This commit is contained in:
floatingghost 2022-06-27 11:32:56 +00:00
commit e84e6ce40d
4 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,9 @@ pipeline:
build:
when:
event:
- tag
- push
branch:
- main
image: node:14
commands:
- git config --global url."https://github.com/".insteadOf git://github.com/
@ -37,7 +39,9 @@ pipeline:
release:
when:
event:
- tag
- push
branch:
- main
image: node:16
secrets:
- SCW_ACCESS_KEY

View File

@ -436,7 +436,6 @@ export default {
gopher: 'Gopher',
jobQueue: 'Job queue',
webPush: 'Web push encryption',
esshd: 'BBS / SSH access',
rateLimiters: 'Rate limiters',
other: 'Other',
success: 'Settings changed successfully!',

View File

@ -2,7 +2,6 @@ export const tabs = [
{ label: 'ActivityPub', path: 'activity-pub', tab: ':activity_pub' },
{ label: 'Authentication', path: 'authentication', tab: ':authentication' },
{ label: 'Captcha', path: 'captcha', tab: ':captcha' },
{ label: 'BBS / SSH access', path: 'esshd', tab: ':esshd' },
{ label: 'Emoji', path: 'emoji', tab: ':emoji' },
{ label: 'Frontend', path: 'frontend', tab: ':frontend' },
{ label: 'Gopher', path: 'gopher', tab: ':gopher' },

View File

@ -14,9 +14,7 @@
<setting :setting-group="frontends" :data="frontendsData"/>
</el-form>
<el-divider v-if="frontends" class="divider thick-line"/>
<el-form :model="assetsData" :label-position="labelPosition" :label-width="labelWidth">
<setting :setting-group="assets" :data="assetsData"/>
</el-form>
<el-form :model="assetsData" :label-position="labelPosition" :label-width="labelWidth"/>
<el-divider v-if="assets" class="divider thick-line"/>
<el-form :model="chatData" :label-position="labelPosition" :label-width="labelWidth">
<setting :setting-group="chat" :data="chatData"/>