Do you Change the extern or intern Access adress?
Posts by happyreacer
-
-
What is the exact difference between the archive mode and "normal mode". What effects does it have when I activate it?
-
Okay, thank you...
-
I wanted to set up a btrfs Raid 5 with three hard drives. Now I have seen that this is not supported in the GUI. Why not?
-
chente thank's for your answer
-
I have seen the suggestion on the omv extras page to put the Docker folders on an NVMe Card. But if my boart only has an NVMe connection with 900M/s, is it a better alternative to use two SSDs in RAID 0 via SATA for these folders?
-
Hi,
Can we make a wish list for k8s recipes? I think here in the Forum or on the GitHub?
Then sameone can support for the most importand wishes.
-
The same on my system:
openmediavault-k8s 7.0-5
openmediavault 7.0.4-1
-
Hello,
Can anyone help me with the setup of Traefik 2 in OMV6?
It would be very cool if someone could give me an appropriate template for a Docker Compose, where the most important folders are mounted externally. For example, I lack the knowledge where the path of the files ( toml ) described in the nextcloud-aio are located. https://github.com/nextcloud/a…lob/main/reverse-proxy.md
Can anyone give me some assistance here?
-
ryecoaaron thank you, it works!
-
you will need to edit the mntent section in the database for uuid 79684322-3eac-11ea-a974-63a080abab18
What is wrong? The uuid or the fsname?
I am a little confused.
my fstab looks like:
Code# <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda2 during installation UUID=86ac8430-ca91-402c-98d5-7d34199d7be8 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation UUID=8375-F63F /boot/efi vfat umask=0077 0 1 # swap was on /dev/sda3 during installation UUID=f3d28a53-6546-49a0-bf0d-c4ee8c8f1e90 none swap sw 0 0 # >>> [openmediavault] /dev/disk/by-uuid/dd915235-e700-47
and the mntent section:
Code<uuid>79684322-3eac-11ea-a974-63a080abab18</uuid> <fsname>/dev/sdc2</fsname> <dir>/</dir> <type>ext4</type> <opts>errors=remount-ro</opts> <freq>0</freq> <passno>1</passno> <hidden>1</hidden>
And in the omv gui in the S.M.A.R.T menue the system disk is listing under /dev/sde
-
okay it works but in the omv file-system menue my system disk is missing? What can i do?
edit: the system disk is changing from sdc to sde.
and now? The system works, but the omv dashboard can't find the right disk
-
I want to connect my system hard disk from a PCI-SATA Carte to a SATA port on the motherboard for boot reasons.
I have a Raid 0 with two hard disks, which I want to connect to the PCI-SATA Cate. Is this possible without major problems?
-
Can someone tell me the differences between swag and traefik? Especially what are the pros and cons of using them for accessibility for my Docker containers from the internet? Currently I am using the swag container from linuxserver.io
-
That's how most people here do,
But if you still feel unsecure, you can block all external access and run those containers only locally.
Install Wireguard and only access the LAN services while tunneled via VPN.
In the end, you'll always have to feel a bit unsafe since there's always a port open to the outside.
Only way to feel 100% secure is to power down the server and disconnect all cables, (sorry just joking)
i know
-
You can't use a port less than 1024 rootless.
ryecoaaron Thank you for your information
-
I use the linuxserver/swag Container and i use also a PUID and a PGID in my compose-files.
ryecoaaron i use only the port 443 and subdomain configs. What is the background of your question?
-
Sure but why are you doing that?
some DockerContainer are accessible from the Internet. I would therefore feel more secure
-
If I used docker with the installation via omv-extras, is it possible to uninstall docker and replace the installation rootless? If this is possible, can I start all my containers or compose files again without customization?
-
It shouldn't error, technically it shouldn't, just don't have any data drives connected whilst doing the install, and to be safe back up the Raid0
Very good! all things works fine!
Thank you