Compare commits
2 commits
876af2ffaf
...
0526526e44
Author | SHA1 | Date | |
---|---|---|---|
D. Scott Boggs | 0526526e44 | ||
D. Scott Boggs | 721082e1b9 |
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue