toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.
GNU Affero General Public License v3.0
360 stars 20 forks source link

On publishing a post, I get errors #19

Closed vrthra closed 1 year ago

vrthra commented 1 year ago

I am using the bundled docker file. I get the following error

Exception: Error opening file with mode 'r': '/app/etc/rules/content.rules': No such file or directory (File::NotFoundError)
  from ???
  from ???
  from ???

When I click [publish]

toddsundsted commented 1 year ago

i need to copy the etc/rules directory into the docker image. the rules used to be embedded, but i want the flexibility to modify them without recompiling.

toddsundsted commented 1 year ago

@vrthra i added the missing rules to the Dockerfiile. posting (and receiving) should work correctly now. thank you for submitting this! confirm and i'll close the issue.

vrthra commented 1 year ago

Yes, thank you, it is working now.