HI to everybody !
I've just installed openmediavaul (last release OMV4.x). I want to control my NAS via infrared device available on ROCK64 SBC.
Someone could give me some help ?
Thanks in advance.
Skunz
I have purchased Nvidia 2080 ti connected to an External GPU box that has a thunderbolt and lan ports. I would like to connect the egpu to my Nvidia and use it with ember Transcoding. I have searched the forum for a solution with no luck and here I'm invested some money to acquire an expensive solution that I cannot utilize.
I wish if someone can guide me through enabling the egpu in omv and utilize it.
OK I found the way !
open a SSH to OMV and type the following commands:
docker exec -it letsencrypt /bin/bash
certbot renew
Have a nice day everybody !
Quote from HackitZ: “I know have another inssue, it seems like the nextcloud data is my my os drive.
I'm not sure how this would have happened
”
Was the drive mounted when you run the docker-compose file?
1. stop the container
2. move the data folder to the new location
3. modify the docker-compose file so that it uses the correct path for the data folder (or modify the settings in Portainer)
4. run the docker-compose file (or deploy the container in…
Hello,
is there a way to reduce the frequency of this message?
If I have a communication problem with my UPS, I get this message once a minute.
Once an hour would be more than enough...
Greetings,
Hendrik
OK I found the way !
open a SSH to OMV and type the following commands:
docker exec -it letsencrypt /bin/bash
certbot renew
Have a nice day everybody !
so i did reinstall nextcloud.
Here's what i did.
I stopped all the services.
renamed nextcloud data folder to nextcloud_old.
re-ran my docker compose file.
at this point everything seemed fine.
I know have another inssue, it seems like the nextcloud…
Quote from Jormaster2k: “Did not work because omv-mkconf no longer exists in OMV5, so cannot launch the necessary omv-mkconf fstab command (looked everywhere)
”
omv-mkconf is now omv-salt deploy run in most cases. So, it is omv-salt deploy run fstab. …