commit 813bdaa62033c10dfa283827ff574e0b53ec1ec6 Author: Kegan Myers Date: Sat Jul 22 02:00:12 2023 -0500 initial commit diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..fd2f2d2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +.dockerignore +Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e00b908 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:1.24-alpine +COPY static /usr/share/nginx/html diff --git a/static/Montserrat-Regular.eot b/static/Montserrat-Regular.eot new file mode 100644 index 0000000..2421c73 Binary files /dev/null and b/static/Montserrat-Regular.eot differ diff --git a/static/Montserrat-Regular.ttf b/static/Montserrat-Regular.ttf new file mode 100644 index 0000000..29ca85d Binary files /dev/null and b/static/Montserrat-Regular.ttf differ diff --git a/static/Montserrat-Regular.woff b/static/Montserrat-Regular.woff new file mode 100644 index 0000000..af3b5ec Binary files /dev/null and b/static/Montserrat-Regular.woff differ diff --git a/static/Montserrat-Regular.woff2 b/static/Montserrat-Regular.woff2 new file mode 100644 index 0000000..3d75434 Binary files /dev/null and b/static/Montserrat-Regular.woff2 differ diff --git a/static/background.jpg b/static/background.jpg new file mode 100644 index 0000000..9798529 Binary files /dev/null and b/static/background.jpg differ diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..117d3e7 --- /dev/null +++ b/static/index.html @@ -0,0 +1,31 @@ + + + + + + + nrd.li + + + + + + + + + + + +
+

+ Mastodon Logo nrd.li

+

What happened to nrd.li?

+

Nobody was using it. It was severely out of date (and needed significant changes to be rebased). It was not working right. I didn't have time to maintain it.

+

Ultimately, it was not useful and presented a security risk.

+

Is there an alternative?

+

There is an Akkoma instance if you want a microblogging-focused fediverse server, and there is also a Lemmy instance if you are looking for a reddit alternative. These are running without modifications and are substantially easier to maintain than Mastodon, so are likely to stick around longer than the original.

+

How can I get my data?

+

You can't, all data from the nrd.li Mastodon instance has been deleted.

+
+ + diff --git a/static/mastodon-logo.png b/static/mastodon-logo.png new file mode 100644 index 0000000..db4114d Binary files /dev/null and b/static/mastodon-logo.png differ diff --git a/static/mastodonish.css b/static/mastodonish.css new file mode 100644 index 0000000..32bcecf --- /dev/null +++ b/static/mastodonish.css @@ -0,0 +1,87 @@ +@font-face { + font-family: Roboto; + font-style: normal; + font-weight: 400; + src: local("Roboto"); + src: url(/roboto-regular-webfont.eot); + src: url(/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/roboto-regular-webfont.woff2) format("woff2"),url(/roboto-regular-webfont.woff) format("woff"),url(/roboto-regular-webfont.ttf) format("truetype"),url(/roboto-regular-webfont.svg#roboto-regular-webfont) format("svg") +} +@font-face { + font-family: Roboto; + font-style: normal; + font-weight: 700; + src: local("Roboto"); + src: url(/roboto-bold-webfont.eot); + src: local("Roboto bold"),local("roboto-bold"),url(/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/roboto-bold-webfont.woff2) format("woff2"),url(/roboto-bold-webfont.woff) format("woff"),url(/roboto-bold-webfont.ttf) format("truetype"),url(/roboto-bold-webfont.svg#roboto-bold-webfont) format("svg") +} +@font-face { + font-family: Montserrat; + font-style: normal; + font-weight: 400; + src: local("Montserrat"); + src: url(/Montserrat-Regular.eot); + src: url(/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(/Montserrat-Regular.woff2) format("woff2"),url(/Montserrat-Regular.woff) format("woff"),url(/Montserrat-Regular.ttf) format("truetype") +} +body,div,h1,h3,html,p { + border: 0; + font-size: 100%; + font: inherit; + margin: 0; + padding: 0; + vertical-align: baseline +} +body { + text-rendering: optimizelegibility; + -webkit-font-feature-settings: "kern"; + font-feature-settings: "kern"; + -webkit-text-size-adjust: none; + -ms-text-size-adjust: none; + text-size-adjust: none; + background: #282c37 url(/background.jpg); + background-attachment: fixed; + background-size: cover; + color: #fff; + font-family: Roboto,sans-serif; + font-size: 13px; + font-weight: 400; + line-height: 18px; + padding-bottom: 140px +} +.wrapper { + color: #9baec8; + margin: 0 auto; + max-width: 600px; + padding-bottom: 50px; + padding-top: 50px +} +h1 { + color: #2b90d9; + font: 46px/52px Roboto,sans-serif; + font-weight: 600; + padding: 20px 0 +} +h1,h3 { + margin-bottom: 20px +} +h3 { + color: #d9e1e8; + font-family: Montserrat,sans-serif; + font-size: 20px; + font-weight: 400; + line-height: 28px +} +img { + height: 46px; + margin-bottom: -5px; + margin-right: 5px; + width: 46px +} +p { + font: 16px/28px Montserrat,sans-serif; + font-weight: 400; + margin-bottom: 12px +} +a { + color: #2b90d9; + text-decoration: underline +} diff --git a/static/roboto-bold-webfont.eot b/static/roboto-bold-webfont.eot new file mode 100644 index 0000000..dd8e1f2 Binary files /dev/null and b/static/roboto-bold-webfont.eot differ diff --git a/static/roboto-bold-webfont.svg b/static/roboto-bold-webfont.svg new file mode 100644 index 0000000..c774552 --- /dev/null +++ b/static/roboto-bold-webfont.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/roboto-bold-webfont.ttf b/static/roboto-bold-webfont.ttf new file mode 100644 index 0000000..08f6a72 Binary files /dev/null and b/static/roboto-bold-webfont.ttf differ diff --git a/static/roboto-bold-webfont.woff b/static/roboto-bold-webfont.woff new file mode 100644 index 0000000..c70f941 Binary files /dev/null and b/static/roboto-bold-webfont.woff differ diff --git a/static/roboto-bold-webfont.woff2 b/static/roboto-bold-webfont.woff2 new file mode 100644 index 0000000..4ce0bec Binary files /dev/null and b/static/roboto-bold-webfont.woff2 differ diff --git a/static/roboto-regular-webfont.eot b/static/roboto-regular-webfont.eot new file mode 100644 index 0000000..5ca8e52 Binary files /dev/null and b/static/roboto-regular-webfont.eot differ diff --git a/static/roboto-regular-webfont.svg b/static/roboto-regular-webfont.svg new file mode 100644 index 0000000..1e0606f --- /dev/null +++ b/static/roboto-regular-webfont.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/roboto-regular-webfont.ttf b/static/roboto-regular-webfont.ttf new file mode 100644 index 0000000..696fd82 Binary files /dev/null and b/static/roboto-regular-webfont.ttf differ diff --git a/static/roboto-regular-webfont.woff b/static/roboto-regular-webfont.woff new file mode 100644 index 0000000..b5e69e2 Binary files /dev/null and b/static/roboto-regular-webfont.woff differ diff --git a/static/roboto-regular-webfont.woff2 b/static/roboto-regular-webfont.woff2 new file mode 100644 index 0000000..e01739b Binary files /dev/null and b/static/roboto-regular-webfont.woff2 differ