Posts by TooGoooD

    I've been using OMV since version 4 and on every major OS upgrade, I've looked in to other options and have never found a reason to switch. OMV does what its designed to do. throw in the plugins and the possibility is endless. it is progressively getting better also, i remember major OS upgrades were a mess in the past. now its fairly painless. I always recommend it to people over the other ones.

    Thanks for all the hard work. it's appreciated!

    There is a improved fork called FileBrowser Quantum which you can try. They also list the closest competitors and feature comparisons. Runnning via docker is much more flexible especially for mounting multiple directories.

    i have seen that but it is in early stage of development and according to the dev it is not ready for production servers. but it looks like it has some new added features that look promising. if copyparty had a server UI it would be hands down the winner IMO.

    🆘 Need Maintainers · filebrowser filebrowser · Discussion #4906
    Hello! I have stepped down from this project a long time ago, and @o1egl has been maintaining it for years. However, none of us have as much time as we used to…
    github.com


    personally I always set up MOBAxterm to SSH in to the server and use the built in file browser, but i did find the FileBrowser app helpful during new installs for a quick fix until I get around to setup proper SSH keys.


    are there any plans to replace this app now that is being discontinued?


    looking at this comparison of the different available apps seems like a few decent options are available. https://github.com/9001/copypa…ovudstraum/docs/versus.md

    Hello i am using SWAG to provide a SSL Cert to OMV and ran in to a Problem i am trying to find the best solution for.


    To give you a bit of a background I am using SWAG with DNS wildcards, to provide certs to all the docker apps I am running.

    everything is working as it should, I can access the OMV web Ui through omv.media.domain.com and all my apps that need to be open can be accessed through *app.media.domain.com


    problem with this setup is when updating docker through the web UI, once docker goes down and forces a restart of SWAG the browser loses connection to the OMV web UI mid update. the site there for is inaccessible through omv.media.domain.com and the page errors out with a 503 server not accessible code. i am still able to connect to the server by the servers IP:Port address while it is inaccessible through the DNS address.

    is this the draw back of using SWAG to provide OMV a ssl cert? or is there a work around?


    this is my SWAG config file:

    not breaking, and the update completes successfully. This is more of an FYI than anything.

    this is the log of the pop up window of the web UI update management.

    If there is any useful information that could be displayed, you can be sure that I would have already included it in the user interface.

    also receiving these notices right as i log in to omv, first thing in the day, there is never any option to attach to a process as its most likely exited already. However the notification lingers on and can confuse the user. possible fix would be to remove the notification if the background process has already finished.

    try changing the port, then restart OMV, the default port seems to be used already, i haven't ran tests to see what is causing the problem, but after changing the port and restarting I was able to load the login page for file-browser.

    Hello everyone,


    seems like there's been an update! have read this thread and also the two guides to get docker compose set up and working here:


    with out issues and also the WIKI guide to get portainer back :

    omv6:omv6_plugins:docker_compose [omv-extras.org]


    Thank you for both of the write ups as they were helpful to understand and get everything in order.


    however the portainer container quickly went in to an endless restart loop.

    looking at the logs:

    portainer | 2023/06/03 05:53PM FTL github.com/portainer/portainer/api/datastore/migrator/migrate_ce.go:101 > the Portainer database is set for Portainer Business Edition, please follow the instructions in our documentation to downgrade it: https://documentation.portaine….0-be/downgrade/be-to-ce/ |


    The portainer example YAML is pulling from the Community Edition repo and anyone that has upgraded to the free edition of the Business Editon will be experiencing the same.


    Solution:

    either manually edit the example yaml and upload it.


    or if you already installed the CE image:

    under Services->Compose->Files


    Click the portainer container to turn the background colour yellow.

    click stop, to stop the container.

    click Edit while still selected this should open up the yaml file and change the line image: portainer/portainer-ce:latest to  image: portainer/portainer-ee:latest  

    save

    click the pull button to download the correct image.

    click the UP Arrow to start the image/portainer.



    Ii'm sure there is a faster way but the steps remain the same.

    i'm looking for suggestions on how to get this to work. would like to add a shared folder on the file=server as an external drive in next cloud.
    i would rather not open ports on the file-server to the WAN and go through the openvpn server on the Router and LAN to connect to next cloud.


    next cloud does have a plugin for external storage that gives access to a number of protocols to connect to an external storage.


    any suggestions/idea's are appreciated.