Posts by jata1

    Omv accessed via pangolin so not directly exposed to internet. I have the port for direct access to omv closed on the cloud network


    fqdn - Pangolin (with security) - omv


    If there is a problem (e.g. pangolin container down) then I open the port fix issue then close it..


    Services on my home network via pangolin tunnel


    fqdn - pang - tunnel - service


    I’m just tinkering at the moment. My reverse proxy on my home network works well so just looking at other ways…

    Thanks. That’s what thought too. It was enabled by default so I left it on to start with.


    Changed to promox kernel and/or adding swap seems to have worked.


    Definitely viable to run omv like this to provide a nice Ui for Linux in the cloud.


    If pangolin works well in my testing, it could be a good alternative to a local reverse proxy (no need for port forwarding on router)

    I am testing omv in oracle cloud on the minimum free shape - with 1GB ram so this might be related...


    Its all working great overall and log is clear/clean but...


    When i make a config change that requires apply changes - sometimes it works and sometimes it times out without an error any the system is stuck.


    I have to reboot the VM to bring it back to a usable state.


    If I look at journal logs I can see high loadavg errors so the system is getting into a state but I need help tracking this down.


    Any thoughts or tips to help investigate?

    Got it all working. Was not that difficult once I found the way to create a custom debian image in oracle cloud.


    OMV running in an always-free Oracle cloud instance/shape using latest deb-trixie.qcow.


    Docker and compose running. Pangolin in compose setup using omv in the cloud.


    omv and pangolin access via fqdn setup via pangolin.


    memory is tight but all running fine.

    I have recently been tinkering with the free cloud compute capability available through oracle cloud infrastructure.


    I have setup a ubuntu instance using both amd and arm images.


    Now I was wanted to see if I could get omv working - for administering docker as I am so used to the UI etc.


    So if I can get a debian13 vm in the cloud, could I then install omv?

    I have a compose shared folder for compose files and building images only.


    I create a config directory in my appdata shared folder for all my dockers. This is where I store conf/configs for all my services.


    Does this mean that I can't really use the configs in OMV GUI unless I move my config files from appdata to compose shared folder?

    I think you can use all the other stuff for collaboration free. The design is modular and you have to build out the compose with additional services for OpenOffice, full text search etc.


    Their compose file approach is clever but complicated and doesn’t fit that well with how I use compose plugin and omv.

    Checked and opencloud has amd64 and arm64 images so works on rpi


    Tested opencloud on my rpi5. Works fine. Compose example below.

    • Change permissions on volumes to match user: 1000:100
    • Set initial admin password IDM_ADMIN_PASSWORD=[admin_pwd]
    • Set host_ip OC_URL=https://[host_ip]:9200

    This will get you up and running with a local access opencloud for testing on https://[host_ip]:9200


    Suggest you create a new thread for this if you have any issues/questions - this thread is very long!


    I cannot edit a .yaml file using WinSCP unless I am the owner of the appdata folder

    I have just remembered something about using winSCP when not using root.


    You need to run the connection/session in winSCP with elevated permissions rather than default. the SFTP server command you need is below. This basically runs the SFTP session as su and I think you will be able to edit files using a non-root account assuming the account has sudo and _ssh permissions/groups configured.


    I hope this helps you but my key advice to you is to not use the appuser account for sysadmin work. Create a new user account for this stuff.


    sudo su -c /usr/lib/openssh/sftp-server


    To configure this in winSCP you need to edit the advance settings for the server/connection - see pic below.




    and pic below for user permissions/groups in omv