

That sucks. But this is a good way to learn.


That sucks. But this is a good way to learn.


I use firefox as well, on linux mint, not windows. So if you use windows, that may be the culprit. I haven’t used it in a long time so i don’t know if that could be the case.


May i be so bold as to ask about how much experience you have with linux?
A basic understanding would go a long way i think.
But to answer your question:
You need to mount the nas drive directly to the lxc running jellyfin, not to the proxmox host.


It always works for me to just paste with ctrl+shift+v directly in the terminal window of the web gui.


The linked repository is unmaintained, and some of the scripts are broken as a result.
The scripts have moved to this repository.
Last time i used then they worked fine.
Try the scripts in the new one, and if they still give you errors let me know and i’ll be happy to try and help you.
Also, please don’t run scripts from the internet without reading trough them first. Even from a trusted source. You never know what random people could have written in there. 😅


Tteck is unfortunately no longer with us.
The new proxmox scripts project can be found here.


I’m happy to help.
Good luck with proxmox and selfhosting.


It took some time as i had to find a moment to translate my notes.
I did my best with formatting but for some reason new paragraphs aren’t a thing i can get working in an untiered list in a lemmy comment 🤷
I presume some basic knowledge of linux and how to install an OS on a machine, but i’ve tried to add every single step with commands.
If anybody knows an easier way or have any comments regarding this, feel free to educate me.
Here is the way i installed it:
Switching the kernel:
hostname --ip-address, it should return the ip-addressecho "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.listwget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpgapt update && apt full-upgradeapt install proxmox-default-kernelsystemctl rebootInstalling the packages
apt install proxmox-ve postfix open-iscsi chrony
apt remove linux-image-amd64 'linux-image-6.1update-grub
apt remove os-prober
systemctl rebootAdding SSH access for root user
It’s easier to copy/paste commands, this requires SSH access to the server
This can be done at any point. I did it as soon as i installed debian, and then removed it as i booted into proxmox
nano /etc/ssh/sshd_configPermitRootLogin yes.
/etc/init.d/ssh restartRemoving debian user
This removes the user that was made as part of installing debian. It can probably be used, but i found it better to add all needed users once i got in to proxmox instead the [] of course needs to be changed out for the username you used when you installed debian.
grep ‘users’ /etc/groupdeluser [username] to remove the user

I have a luks encrypted proxmox machine.
And the easiest way i found to do it was to install debian with full disk encryption and then doing some magic to swap the kernel from debian to proxmox.
Or that’s what i think i did at least. I’m no linux magician, i just use it.
On another server i use dropbear to unlock LUKS over ssh. Those two things should be easy to combine.
I took meticulous notes, so i should be able to give you some direction to go if you need some help and can’t find a decent guide out there.
I know i’m not really answering your actual questions, but i’ll just throw TrilliumNext Notes into the mix.
It’s open source, and it can be encrypted.
If you want sync you can selfhost a server too, if not it’s local only.
There’s an android app too, but i haven’t used it.
I can’t seem to find any CVE called crowbar in regards to Android. Only one for PHP and one for SUSE.
Would you mind giving more info to help me find out more?
I know how you feel. I hope you succeed both with your server and throwing out windows.
Godspeed on your linux journey.