Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Jun 26, 2024
1 parent dbee2eb commit e91eb09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1

- Add, config in-container host,port and configfile by env, thanks [bonjour-py](https://github.com/bonjour-py)

## 1.4.0 - 20240319

- Add a dead simple implementation for "read only" mode, it's not a WebDAV's ACL "read only"
Expand Down
12 changes: 11 additions & 1 deletion docs/reference/env-value.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Environment Variables

## Common

| Name | Default Value | Config Object |
|----------------------|---------------|--------------------------|
| -------------------- | ------------- | ------------------------ |
| WEBDAV_LOGGING_LEVEL | INFO | `Config.logging_level` |
| WEBDAV_USERNAME | username | `Config.account_mapping` |
| WEBDAV_PASSWORD | password | `Config.account_mapping` |

## Docker Specific

| Name | Default Value |
| ----------------- | ------------------- |
| WEBDAV_HOST | `0.0.0.0` |
| WEBDAV_PORT | `8000` |
| WEBDAV_CONFIGFILE | `/data/webdav.json` |

0 comments on commit e91eb09

Please sign in to comment.