diff --git a/_posts/2023-08-27-nextcloud-podman.md b/_posts/2023-08-27-nextcloud-podman.md index fbcb485..bc7e059 100644 --- a/_posts/2023-08-27-nextcloud-podman.md +++ b/_posts/2023-08-27-nextcloud-podman.md @@ -69,7 +69,7 @@ Enter [Ansible](https://www.ansible.com/). Anything you could possibly think to This post talked about the ideas and goals I had going into this project, and in Part 2 I'll talk about the details of the implementation, and how sometimes things seem a lot easier in a blog post than they turn out to be in reality! If you're interested in the nitty-gritty of how these tools work for a project like this, stay tuned for the next post in the series. -[*Link to Part two*]({% link _posts/2023-08-28-nextcloud-podman-part2.md %}) +[*Link to Part two*]({% link _posts/2023-10-03-nextcloud-podman-part2.md %}) diff --git a/_posts/2023-08-28-nextcloud-podman-part2.md b/_posts/2023-10-03-nextcloud-podman-part2.md similarity index 99% rename from _posts/2023-08-28-nextcloud-podman-part2.md rename to _posts/2023-10-03-nextcloud-podman-part2.md index 065bf40..54b07c9 100644 --- a/_posts/2023-08-28-nextcloud-podman-part2.md +++ b/_posts/2023-10-03-nextcloud-podman-part2.md @@ -1,7 +1,7 @@ --- layout: single title: "Building a Reproducible Nextcloud Server, Part two: Podman containers and Systemd units" -date: 2023-08-28 10:00:00 +date: 2023-10-03 08:00:00 excerpt: "In the second installment of my Nextcloud server rebuild, we'll get our containers set up with Podman and deploy them on a public-facing server." categories: [Self-Hosting, Linux Administration] tags: linux nextcloud podman docker container vps