mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-27 11:26:55 +01:00
Compare commits
4 Commits
31e5a50cc7
...
40aa6411d4
Author | SHA1 | Date | |
---|---|---|---|
|
40aa6411d4 | ||
|
825e099284 | ||
4c179d3dff | |||
|
7fe3b23ef4 |
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.6.4.cjs
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.6.4.cjs
|
||||
|
@ -24,5 +24,5 @@
|
||||
"webdav": "4.10.0",
|
||||
"winston": "3.8.1"
|
||||
},
|
||||
"packageManager": "yarn@3.6.3"
|
||||
"packageManager": "yarn@3.6.4"
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
<div class="col-12">
|
||||
<label for="hostname" class="form-label">Hostname</label>
|
||||
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help">
|
||||
<div id="hostname-help" class="form-text">exemple.com:8080</span>
|
||||
<div id="hostname-help" class="form-text">example.com:8080</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hassio-nextcloud-backup",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@3.6.4",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "2.4.0",
|
||||
"release-it": "15.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user