Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding robots.txt override via admin control panel #226

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

1673beta
Copy link
Contributor

@1673beta 1673beta commented Feb 1, 2025

What

cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/commit/993532bc1fe0f67d84e16a99ee916f7fff9b0935

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Update CHANGELOG_CHERRYPICK.md
  • (If possible) Add tests

@1673beta 1673beta merged commit e89ab7e into develop Feb 1, 2025
22 of 34 checks passed
Copy link
Contributor

github-actions bot commented Feb 1, 2025

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -11492,6 +11492,12 @@
                     "enableServerMachineStats": {
                       "type": "boolean"
                     },
+                    "robotsTxt": {
+                      "type": [
+                        "string",
+                        "null"
+                      ]
+                    },
                     "enableIdenticonGeneration": {
                       "type": "boolean"
                     },
@@ -11824,6 +11830,7 @@
                     "enableChartsForFederatedInstances",
                     "enableStatsForFederatedInstances",
                     "enableServerMachineStats",
+                    "robotsTxt",
                     "enableIdenticonGeneration",
                     "manifestJsonOverride",
                     "policies",
@@ -19828,6 +19835,12 @@
                   "enableServerMachineStats": {
                     "type": "boolean"
                   },
+                  "robotsTxt": {
+                    "type": [
+                      "string",
+                      "null"
+                    ]
+                  },
                   "enableIdenticonGeneration": {
                     "type": "boolean"
                   },
@@ -88483,6 +88496,12 @@
               "null"
             ]
           },
+          "robotsTxt": {
+            "type": [
+              "string",
+              "null"
+            ]
+          },
           "enableTestcaptcha": {
             "type": "boolean"
           },
@@ -88709,6 +88728,7 @@
           "recaptchaSiteKey",
           "enableTurnstile",
           "turnstileSiteKey",
+          "robotsTxt",
           "enableTestcaptcha",
           "swPublickey",
           "mascotImageUrl",

Get diff files from Workflow Page

noridev added a commit to kokonect-link/cherrypick that referenced this pull request Feb 6, 2025
  - 기본 `robots.txt`에 정의된 내용을 사용자화 할 수 있습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant