diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:12:27 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:12:27 +0100 |
commit | 89cf52a10dfe7cfeb02c3f7f4b6842892eb04300 (patch) | |
tree | c8873cf4908491893c880d92aabbc8fb414bb7a7 /htdocs/public/projects | |
parent | 6a0056b00deb2bda815567635b7a554bdc5e74de (diff) | |
download | wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.tar.gz wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.tar.bz2 wolfeye-js-89cf52a10dfe7cfeb02c3f7f4b6842892eb04300.zip |
Reverse proxy support
Diffstat (limited to 'htdocs/public/projects')
-rw-r--r-- | htdocs/public/projects/index.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <hr class="rnbwsquare-separator rnbwsquare-outer"> <h1>Projects</h1> -<p>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.</p> +<p>This is the page where all my active projects are, it is regularly updated from the projects I created on <a + href="https://source.minteck.org" target="_blank">source.minteck.org</a>. For projects I don't maintain + anymore, refer to the <a href="/archive">Archives</a> page.</p> <div class="grid-3 projects"> <% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %> |