From 9d094ff00e448534e4a129dfa0983e1730c43fb5 Mon Sep 17 00:00:00 2001 From: Derek Folds Date: Mon, 21 Oct 2024 15:06:52 -0500 Subject: [PATCH] Update proxmox-lxc.md - Remove ARM info boxes - Add Community Guide abstract --- mkdocs/docs/installation/proxmox-lxc.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/mkdocs/docs/installation/proxmox-lxc.md b/mkdocs/docs/installation/proxmox-lxc.md index 9d26ad6..322a540 100644 --- a/mkdocs/docs/installation/proxmox-lxc.md +++ b/mkdocs/docs/installation/proxmox-lxc.md @@ -1,3 +1,6 @@ +!!! abstract "Installation Instructions - Community Guides" + These are beginner's guides/installation instructions for additional platforms generously provided by users of these platforms. When in doubt, verify the details with the [project README](https://github.com/tubearchivist/tubearchivist#installing). If you see any issues here while using these instructions, please contribute. + # Setting up Tube Archivist with ProxMox LXC This guide assumed you know how to setup an LXC, CLI, and use "advanced" setup using tteck's easy helper scripts. This is out of scope for this project, if you need help with it reach out to me (Niicholai) in the discord and I will walk you through it. @@ -14,14 +17,6 @@ This guide will also walk you through exactly how I did it, in my specific setup --- -!!! info - For **arm64**: **Tube Archivist** is built as a multi-architecture (multi-arch) container, same for Redis. Elasticsearch should use the official image for arm64 support. Other architectures are not supported. - -!!! bug "Untested" - ARM64 builds are essentially untested, as none of the devs have access to any ARM64 devices. There are regular unstable builds, for both architecture platforms. Help with testing to verify things are working as expected, also on ARM64. - ---- - 1. To setup docker in a LXC, please use [tteck's easy helper script](https://tteck.github.io/Proxmox/#docker-lxc) (you may also add in portainer if you wish with the same script). 2. **OPTIONAL:** I mount a ZFS pool to my LXC to house my downloaded videos. If you need to do so, shut down the container and go add your mapping to the LXC's .conf, set your mount point, and start the container back up.