change view to image

This commit is contained in:
Simon Rieger 2025-01-02 12:45:42 +01:00
parent 52928e0507
commit b28f473442
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@ services:
#ports:
# - "8080:8080"
environment:
- VIRTUAL_HOST=pick.brothertec.eu
- VIRTUAL_HOST=pick.brothertec.eu,upload.brothertec.eu
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=pick.brothertec.eu
- LETSENCRYPT_HOST=pick.brothertec.eu,upload.brothertec.eu
- LETSENCRYPT_EMAIL=admin@brothertec.eu
volumes:

View file

@ -8,7 +8,7 @@
<!-- Anzeigen des Links zum Bild, um es zu betrachten -->
<p><a href="/view/{{.Filename}}" target="_blank">Ihr Bild anzeigen</a></p>
<!-- Eingabefeld mit der URL des Bildes -->
<input type="text" value="https://pick.brothertec.eu/view/{{.Filename}}" id="imageURL" readonly>
<input type="text" value="https://pick.brothertec.eu/image/{{.Filename}}" id="imageURL" readonly>
<!-- Button, um die URL zu kopieren -->
<button id="copyButton">URL kopieren</button>
<p><a href="/upload">Zurück zum Upload</a></p>