Skip to content

Commit df5d271

Browse files
author
tchapi
committed
Fixups and readme
1 parent ef6d7ce commit df5d271

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ WEBDAV_PUBLIC_DIR=/webdav/public
144144
WEBDAV_HOMES_DIR=
145145
```
146146

147+
> [!NOTE]
148+
>
149+
> In a docker setup, I recommend setting `WEBDAV_TMP_DIR` to `/tmp`.
150+
147151
> [!NOTE]
148152
>
149153
> By default, home directories are disabled totally (the env var is set to an empty string). If needed, it is recommended to use a folder that is **NOT** a child of the public dir, such as `/webdav/homes` for instance, so that users cannot access other users' homes.

migrations/Version20250409193948.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Doctrine\Migrations\AbstractMigration;
99

1010
/**
11-
* Scale timestamps to big int for the Year 2038 problem
11+
* Scale timestamps to big int for the Year 2038 problem.
1212
*/
1313
final class Version20250409193948 extends AbstractMigration
1414
{

0 commit comments

Comments
 (0)