Skip to content

Commit 97c6818

Browse files
authored
chnges for ios (#18)
1 parent 30d9bf6 commit 97c6818

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/html/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ <h3>
6868
<pre class="border border-success rounded-3 px-3 pb-3"><code id="docker-run-inline">
6969
docker run --name "django-files" -d --restart unless-stopped \
7070
-p 80:80 -v /data/django-files:/data/media \
71-
-e SECRET=07Y5uGMWF8icYIJXsKPpbdMm \
72-
-e USERNAME=testuser \
73-
-e PASSWORD=testpass \
71+
-e USERNAME=myadminuser \
72+
-e PASSWORD=pleasechangeme \
7473
ghcr.io/django-files/django-files:latest
7574
</code></pre>
7675

@@ -86,9 +85,8 @@ <h3>
8685
django-files:
8786
image: ghcr.io/django-files/django-files:latest
8887
environment:
89-
SECRET: "07Y5uGMWF8icYIJXsKPpbdMm"
90-
USERNAME: "testuser"
91-
PASSWORD: "testpass"
88+
USERNAME: "myadminuser"
89+
PASSWORD: "pleasechangeme"
9290
volumes:
9391
- media_dir:/data/media
9492
ports:

src/html/ios.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
<h1 class="animate__animated animate__zoomIn"><i class="fa-brands fa-apple me-2"></i> {{ page.title }}</h1>
1111

12-
<p class="lead">Coming Soon...</p>
12+
<a href="https://apps.apple.com/us/app/django-files/id6742523003?itscg=30200&itsct=apps_box_badge&mttnsubad=6742523003" style="display: inline-block;">
13+
<img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1743638400" alt="Download on the App Store" style="width: 246px; height: 82px; vertical-align: middle; object-fit: contain;" />
14+
</a>
1315

1416
<div class="alert alert-info mt-3" role="alert">
1517
Please see the

0 commit comments

Comments
 (0)