summaryrefslogtreecommitdiff
path: root/doc/en_US/heroku.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-04-30 13:54:46 -0400
committerFrederic Guillot <fred@kanboard.net>2017-04-30 13:54:46 -0400
commit17e843a2cea02e8e3e67cf04fab341742a25bc6b (patch)
tree32fd5f2e3a9cf70402ddd5d4c6b59b0434fae076 /doc/en_US/heroku.markdown
parenteb972c07b7001dc7241c4612efdb1f10530eb6f3 (diff)
Improve Heroku doc
Diffstat (limited to 'doc/en_US/heroku.markdown')
-rw-r--r--doc/en_US/heroku.markdown8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en_US/heroku.markdown b/doc/en_US/heroku.markdown
index 1891efb0..fa8d29b9 100644
--- a/doc/en_US/heroku.markdown
+++ b/doc/en_US/heroku.markdown
@@ -35,5 +35,9 @@ heroku open
Limitations
-----------
-- The storage of Heroku is ephemeral, that means uploaded files through Kanboard are not persistent after a restart. You may want to install a plugin to store your files in a cloud storage provider like [Amazon S3](https://github.com/kanboard/plugin-s3).
-- Some features of Kanboard require that you run [a daily background job](cronjob.markdown).
+Local disk storage on Heroku is ephemeral:
+
+- Uploaded files are not persistent after a restart. You may want to install a plugin to store your files in a cloud storage provider like [Amazon S3](https://github.com/kanboard/plugin-s3).
+- Plugins installed via the web interface are stored on the local filesystem. You should include and deploy plugins with your own copy of Kanboard.
+
+Some features of Kanboard require that you run [a daily background job](cronjob.markdown).