From 89cf52a10dfe7cfeb02c3f7f4b6842892eb04300 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 3 Nov 2021 19:12:27 +0100 Subject: Reverse proxy support --- htdocs/public/projects/index.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'htdocs/public/projects/index.ejs') diff --git a/htdocs/public/projects/index.ejs b/htdocs/public/projects/index.ejs index e224e0d..88749f9 100644 --- a/htdocs/public/projects/index.ejs +++ b/htdocs/public/projects/index.ejs @@ -6,8 +6,9 @@

Projects

-

This is the page where all legal documents are posted. All the content is signed using a GPG key, it's very important - that you check for the validity of the legal content you see on this website, as it may have been compromised.

+

This is the page where all my active projects are, it is regularly updated from the projects I created on source.minteck.org. For projects I don't maintain + anymore, refer to the Archives page.

<% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %> -- cgit