Add Docker/Traefik deployment setup

This commit is contained in:
2026-08-01 16:38:15 +02:00
parent c4c750cb74
commit e04495ee2d
7 changed files with 79 additions and 3 deletions
+2 -2
View File
@@ -23,14 +23,14 @@ export default function Footer({ locale, dict }: FooterProps) {
[dict.footer.connect]: [
{ label: "Source Code", href: "https://git.ksan.dev/ksan", external: true },
{ label: "Email", href: "mailto:contact@ksan.dev", external: true },
{ label: "LinkedIn", href: "https://linkedin.com", external: true },
{ label: "LinkedIn", href: "https://www.linkedin.com/in/%C4%91or%C4%91e-k%C5%A1an-886871266", external: true },
],
};
const socials = [
{ icon: SiGitea, href: "https://git.ksan.dev/ksan", label: "Gitea" },
{ icon: Mail, href: "mailto:contact@ksan.dev", label: "Email" },
{ icon: FaLinkedin, href: "https://linkedin.com", label: "LinkedIn" },
{ icon: FaLinkedin, href: "https://www.linkedin.com/in/%C4%91or%C4%91e-k%C5%A1an-886871266/", label: "LinkedIn" },
];
return (