[bug] pleroma_ctl - robots_txt task does not exist #408

Closed
opened 2022-12-30 17:48:49 +00:00 by zerojay · 2 comments

Your setup

Docker

Extra details

teslamint/akkoma:develop image from Docker Hub

Version

Latest, 5d4c291d52

PostgreSQL version

9

What were you trying to do?

Trying to generate a more restrictive robots_txt after discovering this: https://techhub.social/@cloy/109598814392511612

Looking at https://docs.akkoma.dev/develop/administration/CLI_tasks/robots_txt/, it says to run ./bin/pleroma_ctl robots_txt disallow_all

What did you expect to happen?

A new robots_txt that is more restrictive being generated as mentioned in the documentation.

What actually happened?

$ ./pleroma_ctl robots_txt disallow_all
The task robots_txt does not exist

Logs

No response

Severity

I can manage

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup Docker ### Extra details teslamint/akkoma:develop image from Docker Hub ### Version Latest, 5d4c291d526e023e0fd769af623fc243fc067626 ### PostgreSQL version 9 ### What were you trying to do? Trying to generate a more restrictive robots_txt after discovering this: https://techhub.social/@cloy/109598814392511612 Looking at https://docs.akkoma.dev/develop/administration/CLI_tasks/robots_txt/, it says to run ./bin/pleroma_ctl robots_txt disallow_all ### What did you expect to happen? A new robots_txt that is more restrictive being generated as mentioned in the documentation. ### What actually happened? $ ./pleroma_ctl robots_txt disallow_all The task robots_txt does not exist ### Logs _No response_ ### Severity I can manage ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
zerojay added the
bug
label 2022-12-30 17:48:49 +00:00

try robotstxt

i don't think the underscore is needed

try `robotstxt` i don't think the underscore is needed
floatingghost added
not a bug
and removed
bug
labels 2022-12-30 19:35:35 +00:00
Author

Yes, it works without the underscore. The documentation needs to be updated to match.

Yes, it works without the underscore. The documentation needs to be updated to match.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#408
No description provided.