Getting it all running

This commit is contained in:
2025-07-25 21:17:58 +01:00
parent a1e0fb1ebb
commit d2540d2b05
6 changed files with 449 additions and 15 deletions

View File

@@ -5,6 +5,8 @@ Taking this task one step at a time I started by creating a docker nextcloud ser
> First of all **SWITCH ROUTER DNS SERVER**
### Linux
> This might not be necessary anymore. I think I fixed it by linking to the github repository instead of the AUR.
1. Remove zfs-linux `yay -Rns zfs-linux-lts`
2. Upgrade all packages `yay`
3. Clone the zfs-linux repository `git clone https://aur.archlinux.org/zfs-linux-lts.git`
@@ -171,12 +173,12 @@ The approaches they used were:
I added a new one that put in an nginx reverse proxy container to the custom fpm as that would be needed if I wanted multiple containers serving on the same machine (Monica/Nextcloud/Gitea/etc).
The results I got were similar to the original article:
Solution|Rate|Longest|Shortest|Size (MB)
---|---|---|---|---
Official fpm|143.17|0.92|0.12|
Official apache|503.52|0.53|0.02|415
Custom fpm|2197.80|0.12|0.03|336
Custom fpm proxy|1992.03|0.16|0.02|392
|Solution|Rate|Longest|Shortest|Size (MB)|
|---|---|---|---|---|
|Official fpm|143.17|0.92|0.12| |
|Official apache|503.52|0.53|0.02|415|
|Custom fpm|2197.80|0.12|0.03|336|
|Custom fpm proxy|1992.03|0.16|0.02|392|
# Creating a Nextcloud virtual machine with Rancher
To create the virtual machine I needed to install virtualbox and docker-machine, then I ran the following command: