diff --git a/.woodpecker.yml b/.woodpecker.yml
index 6f555d2f..80c978ef 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -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
diff --git a/src/lang/en.js b/src/lang/en.js
index 2700532f..ced4c38c 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -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!',
diff --git a/src/utils/tabs.js b/src/utils/tabs.js
index 35b24b76..2c2e2883 100644
--- a/src/utils/tabs.js
+++ b/src/utils/tabs.js
@@ -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' },
diff --git a/src/views/settings/components/Frontend.vue b/src/views/settings/components/Frontend.vue
index e37c43b9..93066550 100644
--- a/src/views/settings/components/Frontend.vue
+++ b/src/views/settings/components/Frontend.vue
@@ -14,9 +14,7 @@
-
-
-
+