Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Hey, I want to say its a bit off topic, but check out Jim's garage on YouTube regarding lxc nas folders, unprividged lxc setup. https://www.youtube.com/watch?v=DMPetY4mX-c
You may be trying to setup the folder in unprivileged lxc, which means you need to bind in your .conf file under /etc/pve/lxc folder on the host(proxmox}
I hope this helps you.
Here is an alternative Piped link(s):
https://www.piped.video/watch?v=DMPetY4mX-c
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source; check me out at GitHub.
Yes, it is unprivileged. But the mp0 is defined in the 107.conf (107 is the containerID).
arch: amd64
cores: 2
features: keyctl=1, nesting=1
hostname: dockge
memory: 2048
mpO: /media/8TB HDD
net0: name=eth0, bridge=vmbr0, hwaddr=06: FB: 9B: 82: 17 : 58 , ip=dhcp, type=veth
onboot: 1
ostype: debian
rootfs: m2 ssd 4TB:vm—107—disk—0, size=18G
swap: 512
tags: proxmox—helper—scripts
unprivileged: 1
unused0: local—1vm:vm—107—disk—0
Is this not enough?
I will watch the video, maybe this will help. Thanks