• 3 Posts
  • 31 Comments
Joined 1Y ago
cake
Cake day: Aug 08, 2023

help-circle
rss

Piwigo loocks great. How does it compare to Immich?


That sounds like a great idea.

At the moment I am using Openmediavault as a VM within proxmox - I pass my HDDs through to this VM. Openmediavault let’s me do all the stuff I want to: Share folders via SSH, NFS and raid-management.

Do you know if I can do the same with proxmox directly? Do you maybe have a link where this way is described in detail?


Yes, convenience is the main reason people like you use discord. But there are many reasons against using it and I am sure you know all of them, so no need for a discussion.

Just wanted to highlight: you are part of the discord problem.


“Hop on the discord server”… Boooo. What happened to the good old Forum. Searchable and all.

Follow me on instagram for more great criticism.


Wordpress vs. ModX vs. ‘what do you like?’
Hello community, I am looking for a system to replace wordpress. My goal is to build a webpage with a simple start page, an 'about me' and an impressum, so nothing special, but hopefully good looking. I only use open source software, FOSS whenever possible. I have a rough understanding of some HTML, CSS, PHP, but I am happy if my future webpage doesn't rely too heavy on my knowlege of those languages. Wordpress feels very over the top and not many things work out of the box - you have to pay for premium products if you want a functional page, that doesn't look exactly like twenty twenty-two. I wanted to move my wordpress site from one host to another host.. Not easy, unless you pay for a plugin of course. Now I found [ModX](https://modx.com/), a CMS which looks like it is much less clunky, has more free 'plugins' and it looks quite intuitive with it's folder structure. My questions: - Has anyone used both CMS and can compare them based on their personal experience? - What CMS or other way do you prefer to build your simple webpage (FOSS only version)? Edit: Thank you all for great recommendations and for sharing your experience! I learned: A full CMS is overkill for my usecase. Other, more suitable options, are: - Flat-file CMS (Grav, Automad,..) - static-file-generators (Hugo,..) - Emacs-org-html-export (.........) - Build from scratch with html and css
fedilink

Lemmy interpreted the * as something cursive. I try to edit it like I mean it.


Sorry to hear, I feel you:

I wanted to delete all .m3u-files in my music collection when I learned:

find ./ -name "*.m3u" -delete -> this would have been the right way, all .m3u in the current folder would have been deleted.

find ./ -delete -name "*.m3u" -> WRONG, this just deletes the current folder and everything in it.

Who would have known, that the position of -delete actually matters.


I bought a used Synology before knowing more about NAS alternatives. I hated every minute with it… Because it was a bit older, security updates could stop anytime. And using the proprietary OS felt even more unsave. Who knows what backdoors are build in there? I sold it after I found out that there is no way to install a custom OS or any alternative to the proprietary version.

Edit: found a picture of it:


What is the name of the client software on the pi? How did you connect your pi to an amplifier?


I think org-roam in emacs is the same? I now never work on something without copying everything into an org-file and commenting it. And I am so happy when I want to do something I have done before and just be able to follow along my own notes.


I am a total beginner in this regard, but maybe maybe this could help you:

Check out PBR - policy-based-routing. On OpenWRT there is an app for this task, vpn-policy-routing (together with luci-app-vpn-policy-routing for a GUI inside LuCi). This app helped me to route all traffic coming from my PiVPN to the WAN interface, instead of my commercial NordVPN. Now at home all my traffic goes to NordVPN and when I am not at home I can easily VPN into my home network.

https://openwrt.org/docs/guide-user/network/routing/pbr

Other than that, the OpenWRT Forum is very helpful, don’t hesitate to ask your questions there.


Thank you, that sounds like my favorite option so far!


That summarized my situation pretty good. Since a year now I switched everything to Linux, selfhosting seems to be a natural extension of that.

May I ask, since you have a very beginner-friendly way of writing:

I run a separate NAS with an SMB share.

Why did you choose SMB instead of NFS? I read here that NFS is very efficient and fast.

Docker good

Many people here have very convincing arguments for docker. While checking it out I saw that it uses partly proprietary licenses. Why are so many people so sure that docker won’t pull a ‘Unity-stunt’ and make their knowledge about docker obsolete?

LXC is more efficient, but it’s harder to run docker in.

I meant to install a Jellyfin LXC, if there is such a thing, without docker involved. Is that possible?


There seem to be many ways to reach the same goal:

  • run Jellyfin in Docker in a VM in Proxmox
  • install Jellyfin Server in Debian in a VM in Proxmox
  • install a Jellyfin LXC container on proxmox
  • … Probably more

I try to find the best way for me.


I understand that I can use a VM to run docker, but:

Wouldn’t make a LXC more sense than a VM with docker inside? And what are the advantages of running jellyfin in a container instead of a normal installation? The VM is already kind of a container, what benefits do I get from yet another container inside? I am curious to learn more!


Proxmox could be the perfect learning environment for docker, just make a new VM if I borg something. I will look into it, thanks. Just not for this specific project, Jellyfin on Debian sounds good for me.


The other comment made sense to me, why contain a container. But you are right, I will learn more about docker, it seems like a great tool.

Thank you for your confirmation with NFS. Just read about it yesterday, in search of an alternative to samba, what all the windows user seem to use.


That makes sense, docker is off the table.

Edit: or is it? Not decided yet.


Thank you for your answer. I maybe want to add some features in the future, like all those *arr- programs. Wouldn’t it be easier to have everything in one VM instead of many LXC?


Jellyfin on Proxmox
I want to use Jellyfin on Proxmox, if that is a thing. After reading a post here where most people recommended Debian as host OS I want to make a VM running Debian and install Jellyfin Server there. Now I have a few questions: - I see many people install Jellyfin via docker. Does that have any advantages? I would prefer to avoid docker as it adds a level of complexity for me. - where do I save my media? I have a loose plan to run a second VM running openMediaVault where all my HDDs are passed through and then use NFS to mount a folder on the Jellyfin VM. Is that a sane path? - what do I have to consider on Proxmox, to get the best hardware results on Jellyfin? Do I need some special passthrough magic to get it running smoothly? I don't have a dedicated GPU, does that make the configuration easier?
fedilink

If anyone stumbles accross this post, here is how I solved it for me:

  • PiVPN doesn’t need any special firewall-treatment in OpenWRT, just use port forwarding (Source zone: WAN, Destination: LAN, with the Port you chose, 51820 is the standard for wireguard)

  • A special problem I had: I used NordVPN on OpenWRT to tunnel all my traffic through there. When I connected the PiVPN, it didn’t work at first. I had to use something called PBR - Policy-Based-Routing to send all my traffic from the PiVPN to WAN. It was easy with the openWRT-app vpn-policy-routing plus luci-app-vpn-policy-routing


You are right, it is possible to set up a wireguard VPN on OpenWRT and I am planning to do that. At this point getting the Pi running is more like an exercise to get to know OpenWRT better.


OpenWRT settings for PiVPN
I have a Pi running PiVPN, which is now connected to a router running OpenWRT. Does anyone have a link for me where someone describes how I have to set up OpenWRT regarding port forwarding and Firewall-Settings for PiVPN/Wireguard? I THINK I have the port forwarding figured out, but the firewall-settings confuse me. Do I even need to set up a traffic rule? It was easy on my Fritzbox-Router, but I find OpenWRT to be a bit more complex with all the functions it offers.
fedilink

It’s great that it works for you! For me every recommendation of networkchuck that starts with ‘and its free! You just have to sign up for…’ is a pointer to search for ‘open source alternative for…’.

That is how I found out about a Raspberry Pi with pihole and piVPN installed on the same device, using this manual. Pihole blocks ads, with piVPN you can log into your home network using the wireguard protocol.

I thought it was easy to set up, but of course it depends heavily on the time you can and want to invest. So Twingate can be the right solution for you, but I am often impressed by the excelent free software solutions that are out there.


I just started to build something here! My setup so far: Raspberry Pi 4 running Home Assistant OS.

On the GPIO-Pins I have a Module sitting that goes with the name RPI-RF-MOD. Now the Home Assistant-Pi works as a CCU3 base station for all my homematic IP gadgets.

On Home assistant I use the add on Raspberrymatic to connect to different Gadgets (Power Plugs, Thermostats, Window-Sensors) which then again are introduced to home assistant with the help of HACS Homematic(IP) Local.

Now it’s working! I plan to automate my thermostats with the HACS Better Thermostat.

It was a lot of reading for a beginner like me. But with small steps and a lot of time everything is actually quite comfortable to reach. And most important: the devices can’t phone home, nothing is able to connect to the internet directly.


Der Name Sören ist definitiv ein Hinweis darauf :D


Kopia sounds nice, thanks! I want to back up my Nextcloud to a Nextcloud of a friend. Should be working with Kopia/WebDAV.


I thought about your comment. My conclusion: a Linux laptop doesn’t need as much space as a normal sized chicken. It’s cleaner too.


Time to change your username. BTW I use Debian everywhere. Best distro.


People are passionate about FOSS, that is not a bad thing. What is your excuse for complaining about other peoples way of expressing their passion? Is that your passion, to spread a little more negativity in the world?


That sounds good, I will read more about setting up a VPN. Thank you!


Thanks! I think I get too hung up on the VPN-part. If I had a setup where I open one Port to a Pi which is set up as a nginx reverse proxy that redirects the connection to my different services depending on the URL - homeassistant.myserver.com, backup.myserver.com,… - would that be considered a VPN?


Please ELI5: How does this solution work? You tunnel yourself in your home network with a VPN on your PI? How is that safer, isn’t there still a port open?