Adding a community guide for running Invidious on Proxmox with VMs or LXCs#697
Open
SimplyProgrammer wants to merge 2 commits intoiv-org:masterfrom
Open
Adding a community guide for running Invidious on Proxmox with VMs or LXCs#697SimplyProgrammer wants to merge 2 commits intoiv-org:masterfrom
SimplyProgrammer wants to merge 2 commits intoiv-org:masterfrom
Conversation
Added a section for Proxmox VMs and LXCs with setup instructions.
Updated the installation guide to include details about self-signed HTTPS reverse proxy and Linux service for automatic startup.
Member
|
Hello @SimplyProgrammer If there are some required assets, feel free to include them too. You can reference a link for the source but we would like all the guides to stay on the invidious doc repo for archival reasons. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have recently tried to self-host Invidious with the popular virtualization platform Proxmox, which uses LXC containers or VMs.
However, I found no existing solutions that would be satisfactory and Invidious docs also have no mention of Proxmox or LXC containers.
So I have created this guide with setup scripts https://github.com/SimplyProgrammer/Invidious-podman-LXC-VM
It was tested with Proxmox 9+ and Debian 13 LXC container, it seems to work fine.
Please review it when needed and consider adding it as part of comunity docs.
I believe it could help quite a few people.