Skip to content

Commit 73b9fa5

Browse files
Merge pull request #1 from nextcloud/bugfix/noid/add-screenshot
docs: Add screenshot
2 parents 0a7b541 + 7b6f53f commit 73b9fa5

8 files changed

Lines changed: 5549 additions & 495 deletions

File tree

LICENSES/GPL-3.0-or-later.txt

Lines changed: 0 additions & 232 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Monitor folders for file upload inactivity and receive notifications when no new files have been uploaded within a configured time period.
88

9+
![Screenshot of the personal settings](https://raw.githubusercontent.com/nextcloud/upload_monitor/main/docs/screenshot.png)
10+
911
## Features
1012

1113
- Watch rules: configure folders with inactivity thresholds (in days)

REUSE.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
66
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/upload_monitor/"
77

88
[[annotations]]
9-
path = ["js/**.js", "js/**.js.map"]
10-
precedence = "aggregate"
11-
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
12-
SPDX-License-Identifier = "AGPL-3.0-or-later"
13-
14-
[[annotations]]
15-
path = ["css/**.css", "css/**.css.map"]
9+
path = ["js/**.js", "js/**.js.map", "css/**.css", "css/**.css.map", "docs/screenshot.png"]
1610
precedence = "aggregate"
1711
SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
1812
SPDX-License-Identifier = "AGPL-3.0-or-later"

appinfo/info.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@
1616

1717
<category>monitoring</category>
1818

19-
<bugs>https://github.com/nextcloud/server/issues</bugs>
19+
20+
<website>https://github.com/nextcloud/upload_monitor</website>
21+
<bugs>https://github.com/nextcloud/upload_monitor/issues</bugs>
22+
<repository>https://github.com/nextcloud/upload_monitor.git</repository>
23+
24+
<screenshot>https://raw.githubusercontent.com/nextcloud/upload_monitor/main/docs/screenshot.png</screenshot>
25+
2026

2127
<dependencies>
22-
<nextcloud min-version="34" max-version="34"/>
28+
<nextcloud min-version="33" max-version="34"/>
2329
</dependencies>
2430

2531
<background-jobs>

docs/screenshot.png

43.7 KB
Loading

0 commit comments

Comments
 (0)