Cookie Consent

To make this website work properly, we sometimes place small data files called ‘cookies’ on your device. All Cookies are first-party cookies and are essential for the Site to run properly

Essential Data

The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.

  • New update, Prvstorage v0.10.1

    Finally there is a new and more efficient way of sharing files and folders with users of Prvstorage. A very good friend of mine suggested this and Prvstorage v0.10.1 makes it possible.


    play_arrowPlay full screen

    Version 0.10.1 of Prvstorage app is up and running.

    Most notable change is the introduction of sharing specific folders to specific users.

    This type of sharing may be viewed as a means of giving to another registered user permission to access a specific folder of your own. The user accessing your shared folder may only see and copy the contents of the shared folder. This is my favorite type of sharing because you have full control of what you share and it may prove disk-space efficient as you don't have to keep a copy of the folder contents (safe from harm) as it should happen when sharing to NShare folder. All folders shared by other registered users will appear under UShare folder in app root folder.

    • Changes from previous version (v0.9.9):
    • Added share to registered user.
    • New version notification. Prvstorage app will query nikistag.com for the latest stable version available and display a small notification in the footer of the application.

    To update your Prvstorage app to latest version follow the steps below

    • 1. Open a terminal. Right click on your desktop, and click Open in terminal. If on Ubuntu server just go to the next step.
    • 2. Type the following command and hit ENTER to get to your app root directory.
      $ cd /var/www/your/prvstorage/directory
    • 3. Type the following command and hit ENTER to update to latest version.
      $ git pull origin stable
    • 4. If that didn't work (permissions issue), use the root privileges.
      $ sudo git pull origin stable
    • 5. Type the following command and hit ENTER to update the app database.
      $ php artisan migrate
      There you are: you have updated your app to latest stable version.

    For any issue with the app or suggestions to improve it, please contact me on Email or in the Report issue section of this website.