Skip to content

Commit 3c4d12f

Browse files
committed
update my username
1 parent 10605b6 commit 3c4d12f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV DJANGO_SETTINGS_MODULE=config.django.prod
4141
RUN SECRET_KEY=build-only-secret uv run python manage.py collectstatic --noinput --clear --verbosity 2
4242

4343
FROM debian:bookworm-slim AS django
44-
LABEL org.opencontainers.image.source="https://github.com/22mahmoud/mahmoudashraf.dev"
44+
LABEL org.opencontainers.image.source="https://github.com/mashrafdev/mahmoudashraf.dev"
4545
LABEL org.opencontainers.image.description="mahmoudashraf.dev Django application"
4646

4747
WORKDIR /app
@@ -73,7 +73,7 @@ EXPOSE 8000
7373
ENTRYPOINT []
7474

7575
FROM docker.io/nginx:1.29.5-alpine AS nginx
76-
LABEL org.opencontainers.image.source="https://github.com/22mahmoud/mahmoudashraf.dev"
76+
LABEL org.opencontainers.image.source="https://github.com/mashrafdev/mahmoudashraf.dev"
7777
LABEL org.opencontainers.image.description="mahmoudashraf.dev nginx reverse proxy"
7878

7979
COPY --from=builder /app/staticfiles /usr/share/nginx/html/static

compose.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
retries: 5
4444

4545
static:
46-
image: ghcr.io/22mahmoud/mahmoudashraf.dev-nginx:${IMAGE_TAG:?IMAGE_TAG is required}
46+
image: ghcr.io/mashrafdev/mahmoudashraf.dev-nginx:${IMAGE_TAG:?IMAGE_TAG is required}
4747
networks:
4848
- caddy
4949
restart: unless-stopped
@@ -58,7 +58,7 @@ services:
5858
retries: 5
5959

6060
django:
61-
image: ghcr.io/22mahmoud/mahmoudashraf.dev:${IMAGE_TAG:?IMAGE_TAG is required}
61+
image: ghcr.io/mashrafdev/mahmoudashraf.dev:${IMAGE_TAG:?IMAGE_TAG is required}
6262
networks:
6363
- internal
6464
- caddy
@@ -76,12 +76,12 @@ services:
7676
caddy.reverse_proxy: "{{upstreams 8000}}"
7777

7878
# Redirects
79-
caddy.redir_0: "/yt https://www.youtube.com/@22mahmoud 301"
80-
caddy.redir_1: "/youtube https://www.youtube.com/@22mahmoud 301"
81-
caddy.redir_2: "/gh https://github.com/22mahmoud 301"
82-
caddy.redir_3: "/github https://github.com/22mahmoud 301"
83-
caddy.redir_4: "/in https://www.linkedin.com/in/22mahmoud 301"
84-
caddy.redir_5: "/linkedin https://www.linkedin.com/in/22mahmoud 301"
79+
caddy.redir_0: "/yt https://www.youtube.com/@mashrafdev 301"
80+
caddy.redir_1: "/youtube https://www.youtube.com/@mashrafdev 301"
81+
caddy.redir_2: "/gh https://github.com/mashrafdev 301"
82+
caddy.redir_3: "/github https://github.com/mashrafdev 301"
83+
caddy.redir_4: "/in https://www.linkedin.com/in/mashrafdev 301"
84+
caddy.redir_5: "/linkedin https://www.linkedin.com/in/mashrafdev 301"
8585

8686
# Proxy /js/script.js to goatcounter
8787
caddy.handle_0: "/js/script.js"

src/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
content='{"inlineStyleNonce":"{{ csp_nonce }}","inlineScriptNonce":"{{ csp_nonce }}","includeIndicatorStyles":false,"allowEval":false}'>
1616

1717
{# Fediverse #}
18-
<meta name="fediverse:creator" content="@22mahmoud@fosstodon.org" />
18+
<meta name="fediverse:creator" content="@mashrafdev@fosstodon.org" />
1919

2020
{# Webmentions #}
2121
<link rel="webmention"

0 commit comments

Comments
 (0)