Compare commits

...

4 Commits

Author SHA1 Message Date
renovate[bot]
0c8a5c65bf
Merge 1ea6a9eb3f into 4c179d3dff 2023-09-21 13:00:56 +00:00
renovate[bot]
1ea6a9eb3f
⬆️ Update ghcr.io/hassio-addons/base/amd64 Docker tag to v14 2023-09-21 13:00:52 +00:00
4c179d3dff
Merge pull request #214 from asheroto/master
Update nextcloud-settings-modal.ejs
2023-09-11 07:32:14 +02:00
asheroto
7fe3b23ef4
Update nextcloud-settings-modal.ejs
Fix misspelling of example
2023-09-10 22:10:07 -05:00
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
12.2.2 14.1.1

View File

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.2 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:14.1.1
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Copy root filesystem # Copy root filesystem

View File

@ -30,7 +30,7 @@
<div class="col-12"> <div class="col-12">
<label for="hostname" class="form-label">Hostname</label> <label for="hostname" class="form-label">Hostname</label>
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help"> <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> </div>
</div> </div>
@ -70,4 +70,4 @@
</div> </div>
</div> </div>