mirror of https://gitlab.com/curben/blog
post: update titles and link related post
This commit is contained in:
parent
fc31d4efe3
commit
e6b08edf58
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Using Caddy as a reverse proxy on NixOS (Part 1: Installation)"
|
title: "Setup Caddy as a reverse proxy on NixOS (Part 1: Installation)"
|
||||||
excerpt: "Part 1: Installing NixOS"
|
excerpt: "Part 1: Installing NixOS"
|
||||||
date: 2020-02-23
|
date: 2020-02-23
|
||||||
tags:
|
tags:
|
||||||
|
@ -14,7 +14,7 @@ This post is Part 1 of a series of articles that show you how I set up Caddy and
|
||||||
- Part 1: Install NixOS
|
- Part 1: Install NixOS
|
||||||
- {% post_link caddy-nixos-part-2 'Part 2: Configure NixOS' %}
|
- {% post_link caddy-nixos-part-2 'Part 2: Configure NixOS' %}
|
||||||
- {% post_link caddy-nixos-part-3 'Part 3: Configure Caddy' %}
|
- {% post_link caddy-nixos-part-3 'Part 3: Configure Caddy' %}
|
||||||
- Part 4: Configure Tor (coming soon)
|
- {% post_link caddy-nixos-part-4 'Part 3: Configure Tor' %}
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Using Caddy as a reverse proxy on NixOS (Part 2: Hardening)"
|
title: "Setup Caddy as a reverse proxy on NixOS (Part 2: Hardening)"
|
||||||
excerpt: "Part 2: Securing NixOS"
|
excerpt: "Part 2: Securing NixOS"
|
||||||
date: 2020-03-04
|
date: 2020-03-04
|
||||||
tags:
|
tags:
|
||||||
|
@ -11,10 +11,10 @@ tags:
|
||||||
|
|
||||||
This post is Part 2 of a series of articles that show you how I set up Caddy and Tor hidden service on NixOS:
|
This post is Part 2 of a series of articles that show you how I set up Caddy and Tor hidden service on NixOS:
|
||||||
|
|
||||||
- {% post_link caddy-nixos-part-2 'Part 1: Install NixOS' %}
|
- {% post_link caddy-nixos-part-1 'Part 1: Install NixOS' %}
|
||||||
- Part 2: Configure NixOS
|
- Part 2: Configure NixOS
|
||||||
- {% post_link caddy-nixos-part-3 'Part 3: Configure Caddy' %}
|
- {% post_link caddy-nixos-part-3 'Part 3: Configure Caddy' %}
|
||||||
- Part 4: Configure Tor (coming soon)
|
- {% post_link caddy-nixos-part-4 'Part 3: Configure Tor' %}
|
||||||
|
|
||||||
In this post, I show you how I securely configure my NixOS, the server OS behind this website. Following diagram shows the architecture behind this website.
|
In this post, I show you how I securely configure my NixOS, the server OS behind this website. Following diagram shows the architecture behind this website.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Using Caddy as a reverse proxy on NixOS (Part 3: Caddy)"
|
title: "Setup Caddy as a reverse proxy on NixOS (Part 3: Caddy)"
|
||||||
excerpt: "Part 3: Configure Caddy"
|
excerpt: "Part 3: Configure Caddy"
|
||||||
date: 2020-03-14
|
date: 2020-03-14
|
||||||
tags:
|
tags:
|
||||||
|
@ -11,10 +11,10 @@ tags:
|
||||||
|
|
||||||
This post is Part 2 of a series of articles that show you how I set up Caddy and Tor hidden service on NixOS:
|
This post is Part 2 of a series of articles that show you how I set up Caddy and Tor hidden service on NixOS:
|
||||||
|
|
||||||
- {% post_link caddy-nixos-part-2 'Part 1: Install NixOS' %}
|
- {% post_link caddy-nixos-part-1 'Part 1: Install NixOS' %}
|
||||||
- {% post_link caddy-nixos-part-2 'Part 2: Configure NixOS' %}
|
- {% post_link caddy-nixos-part-2 'Part 2: Configure NixOS' %}
|
||||||
- Part 3: Configure Caddy
|
- Part 3: Configure Caddy
|
||||||
- Part 4: Configure Tor (coming soon)
|
- {% post_link caddy-nixos-part-4 'Part 3: Configure Tor' %}
|
||||||
|
|
||||||
![Architecture behind mdleom.com](20200223/caddy-nixos.png)
|
![Architecture behind mdleom.com](20200223/caddy-nixos.png)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Using Caddy as a reverse proxy on NixOS (Part 4: Tor)"
|
title: "Setup Caddy as a reverse proxy on NixOS (Part 4: Tor)"
|
||||||
excerpt: "How to set up Tor hidden service on NixOS"
|
excerpt: "How to set up Tor hidden service on NixOS"
|
||||||
date: 2020-03-16
|
date: 2020-03-16
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue