浏览代码

Update description

Johannes Zellner 9 年之前
父节点
当前提交
ff715fc995
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      DESCRIPTION.md

+ 3 - 0
DESCRIPTION.md

@@ -4,6 +4,9 @@ Use `cloudron push` to copy files into `/app/data/public/` and `cloudron exec` t
 
 
 See [here](https://cloudron.io/references/cli.html) for how to get the `cloudron` command line tool.
 See [here](https://cloudron.io/references/cli.html) for how to get the `cloudron` command line tool.
 
 
+This app also has webdav enabled to work with the public folder. Prepend `/webdav` to your applications url and connect with a webdav enabled client.
+Another option is to use a ftp client and connect to the FTP_PORT which defaults to 2900.
+
 If you want to run for example a custom WordPress within this app, please note that the code will run behind a nginx proxy.
 If you want to run for example a custom WordPress within this app, please note that the code will run behind a nginx proxy.
 Apps like WordPress require you to let the app know about that fact.
 Apps like WordPress require you to let the app know about that fact.
 For WordPress you would need to put this code into `wp-config.php`:
 For WordPress you would need to put this code into `wp-config.php`: