Skip to content

Commit

Permalink
Update faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed May 22, 2023
1 parent 333fc41 commit 7e3234d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ PufferPanel works as an abstraction over the host OS so, it supports everything
Generic templates for "X" bot/bot library don't exist, each project works differently. There is no generic way to cover them.

You'll need to create a template for them yourself, this is quite straight forward and there are plenty of `example templates <https://github.com/PufferPanel/templates/>`_ to work from.

Q: I am getting permission errors with my files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Stop messing with your files outside of PufferPanel. PufferPanel does not run under a "special" user that ignores permissions on files. If you are mucking with them outside of the SFTP credentials provided by the panel, it *WILL* screw them up.

To fix it, you can run `chown -R pufferpanel:pufferpanel /var/lib/pufferpanel` to fix the permissions once. If you run into this error again, re-read this entire block.

0 comments on commit 7e3234d

Please sign in to comment.