Compare commits

...

2 commits

Author SHA1 Message Date
D. Scott Boggs 0526526e44 update OpenGraph metadata 2023-10-05 06:41:19 -04:00
D. Scott Boggs 721082e1b9 expose the port 2023-10-05 06:41:03 -04:00
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
FROM node
WORKDIR /project
ADD index.html index.js /project/
EXPOSE 1312
LABEL traefik.enable=true
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
LABEL traefik.http.routers.tws_links.tls.certresolver=letsencrypt

View file

@ -4,6 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og.title" content="Tech Workers' Syndicate" />
<meta property="og.type" content="website" />
<meta property="og.url" content="https://techwork.zone/">
<meta property="og.description"
content="Matrix space: matrix.to/#/#tws:matrix.org; blog.techwork.zone; Mastodon: @syndicate@tams.tech; Bluesky: @techwork.zone; Source code: git.techwork.zone" />
<title>Tech Workers' Syndicate</title>
<style>
html,