[bug] pleroma_ctl - robots_txt task does not exist #408
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#408
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
try
robotstxt
i don't think the underscore is needed
Yes, it works without the underscore. The documentation needs to be updated to match.