diff options
Diffstat (limited to 'docker/crupest-nginx/sites/www/index.html')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 9eaeace..9e15080 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -22,9 +22,14 @@          href="https://github.com/crupest">https://github.com/crupest</a> .</p>      <p>Currently this page is hosted on my own server and my own apex domain (crupest.life). You can also share this        website link, aka, <a href="https://crupest.life">https://crupest.life</a> .</p> -    <p>This is just the home page. I also run some other services on my server and under this domain's subdomain:</p> +    <p>This is just the home page. I also run some other services on my server and under this domain:</p>      <p>Public:</p>      <ul> +      <li> +        https://crupest.life/api: Some APIs written in <a +          href="https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core" target="_blank">ASP.NET +          Core</a>. +      </li>        <li><a href="https://blog.crupest.life" target="_blank">https://blog.crupest.life</a>: My blogs in Chinese with <a            href="https://gohugo.io" target="_blank">hugo</a>.</li>        <li><a href="https://timeline.crupest.life" target="_blank">https://timeline.crupest.life</a>: My microblogs with @@ -37,6 +42,7 @@        <li><a href="https://code.crupest.life" target="_blank">https://code.crupest.life</a>: Browser based vscode with          <a href="https://github.com/coder/code-server" target="_blank">code-server</a>.        </li> +      <li><a href="/secrets.html">https://crupest.life/secrets</a>: Manage secrets for some services.</li>      </ul>      <p>If you wish to deploy similar services like mine, you are in the right place. Take a look at <a          href="https://github.com/crupest/crupest" target="_blank">https://github.com/crupest/crupest</a> and there is  | 
