Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Filerun - Self-Hosted File Sync and Sharing

Filerun - Self-Hosted File Sync and Sharing

Scheduled Pinned Locked Moved App Wishlist
44 Posts 14 Posters 7.6k Views 16 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • WiseMetalheadW WiseMetalhead

    @murgero said in Filerun - Self-Hosted File Sync and Sharing:

    @WiseMetalhead No. Filerun does not support Nextcloud plugins

    I'm sorry, I meant the integrations built into Filerun.
    Screenshot_20220314-165938_Chrome.jpg

    H Offline
    H Offline
    hakunamatata
    wrote on last edited by
    #33

    @WiseMetalhead It is working fine on my instance.

    1 Reply Last reply
    1
    • WiseMetalheadW WiseMetalhead

      @murgero said in Filerun - Self-Hosted File Sync and Sharing:

      @WiseMetalhead No. Filerun does not support Nextcloud plugins

      I'm sorry, I meant the integrations built into Filerun.
      Screenshot_20220314-165938_Chrome.jpg

      murgeroM Offline
      murgeroM Offline
      murgero
      App Dev
      wrote on last edited by
      #34

      @WiseMetalhead Oh I didn't even see those! I'd assume it works if you can install it

      --
      https://urgero.org
      ~ Professional Nerd. Freelance Programmer. ~

      1 Reply Last reply
      1
      • necrevistonnezrN Offline
        necrevistonnezrN Offline
        necrevistonnezr
        wrote on last edited by
        #35

        Damn, this app is fast, even as a web app.... 🙂

        robiR 1 Reply Last reply
        3
        • necrevistonnezrN necrevistonnezr

          Damn, this app is fast, even as a web app.... 🙂

          robiR Offline
          robiR Offline
          robi
          wrote on last edited by
          #36

          @necrevistonnezr Yes, I noticed the same. Very snappy and a joy to use compared to similar interfaces. 😹

          I wondered if the dev used some neat tricks more devs could learn to use too.

          Conscious tech

          scookeS 1 Reply Last reply
          1
          • robiR robi

            @necrevistonnezr Yes, I noticed the same. Very snappy and a joy to use compared to similar interfaces. 😹

            I wondered if the dev used some neat tricks more devs could learn to use too.

            scookeS Offline
            scookeS Offline
            scooke
            wrote on last edited by scooke
            #37

            @robi Compared to other similar apps, I've always appreciated that I could easily install this one* because it is basically just a php app run on Apache. So many others have extra steps or software, like RoR for Redbooth (or whatever it was before), weird installs like using Dazzle with Sparkleshare, Pydio and it's own executables, NodeJS or Java apps which I could never get to run, or even a few whose names I forget that use Python (about which I would always, of course, forget about activating the env). The day I discovered FileRun, gave it a try, and it installed and ran was one of the happiest days of my life, superceded only when I discovered Cloudron.

            (*That said, I also like ResourceSpace though it's slower than FileRun.)

            A life lived in fear is a life half-lived

            robiR 1 Reply Last reply
            2
            • scookeS scooke

              @robi Compared to other similar apps, I've always appreciated that I could easily install this one* because it is basically just a php app run on Apache. So many others have extra steps or software, like RoR for Redbooth (or whatever it was before), weird installs like using Dazzle with Sparkleshare, Pydio and it's own executables, NodeJS or Java apps which I could never get to run, or even a few whose names I forget that use Python (about which I would always, of course, forget about activating the env). The day I discovered FileRun, gave it a try, and it installed and ran was one of the happiest days of my life, superceded only when I discovered Cloudron.

              (*That said, I also like ResourceSpace though it's slower than FileRun.)

              robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #38

              @scooke YES, no hours of fiddling and troubleshooting, it's just done and works. Easy peasy.

              Conscious tech

              1 Reply Last reply
              1
              • necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by necrevistonnezr
                #39

                I'm seriously considering the switch from Nextcloud to Filerun. I'm trying to find more info on the security side of things. From what I can gather from the documentation and the Changelog

                In general,

                • 2FA is supported out of the box,
                • each WebDAV App gets a separate password that can be revoked,
                • except for the superuser account, all accounts are protected against brute force attack

                https://filerun.com/changelog lists a

                Security audit by Christian Poeschl and Tobias Braeutigam, from "syntegris information solutions GmbH".

                but it wasn't published, it seems.

                From the documentation: https://docs.filerun.com/doku.php?id=secure&rev=1641578988

                Securing the FileRun installation
                Once you have FileRun running, it is strongly recommended to follow these steps in order to secure it:

                • The default user account, superuser, is the only account not protected against brute force login attacks, so it is very important that you set a password that cannot be guessed by a computer. Set a long password, containing also uppercase letters, digits and symbols.
                • Accessing the FileRun installation via SSL|SSL/HTTPS, instead of plain HTTP will strongly increases your data security. Get a free SSL certificate for your server here: https://letsencrypt.org
                • Make sure session.cookie_httponly is set to On, in your server's PHP configuration file, for increased security against cross-site-scripting attacks.
                • Update the configured MySQL user account and remove the ALTER and DROP privileges. (You might need to add these back before installing any FileRun update.)
                • If you are on a shared hosting service, make sure the permissions of the FileRun application files do not allow PHP (or any other web server application) to make changes to them. Make an exception for the system/data folder and its contents, where FileRun needs to be able to make changes.
                • Make sure display_errors is set to Off, in your server's PHP configuration file.
                • Register your FileRun installation, from the control panel, under Software licensing, to be able to keep the installation secure and up to date!
                murgeroM 1 Reply Last reply
                3
                • necrevistonnezrN necrevistonnezr

                  I'm seriously considering the switch from Nextcloud to Filerun. I'm trying to find more info on the security side of things. From what I can gather from the documentation and the Changelog

                  In general,

                  • 2FA is supported out of the box,
                  • each WebDAV App gets a separate password that can be revoked,
                  • except for the superuser account, all accounts are protected against brute force attack

                  https://filerun.com/changelog lists a

                  Security audit by Christian Poeschl and Tobias Braeutigam, from "syntegris information solutions GmbH".

                  but it wasn't published, it seems.

                  From the documentation: https://docs.filerun.com/doku.php?id=secure&rev=1641578988

                  Securing the FileRun installation
                  Once you have FileRun running, it is strongly recommended to follow these steps in order to secure it:

                  • The default user account, superuser, is the only account not protected against brute force login attacks, so it is very important that you set a password that cannot be guessed by a computer. Set a long password, containing also uppercase letters, digits and symbols.
                  • Accessing the FileRun installation via SSL|SSL/HTTPS, instead of plain HTTP will strongly increases your data security. Get a free SSL certificate for your server here: https://letsencrypt.org
                  • Make sure session.cookie_httponly is set to On, in your server's PHP configuration file, for increased security against cross-site-scripting attacks.
                  • Update the configured MySQL user account and remove the ALTER and DROP privileges. (You might need to add these back before installing any FileRun update.)
                  • If you are on a shared hosting service, make sure the permissions of the FileRun application files do not allow PHP (or any other web server application) to make changes to them. Make an exception for the system/data folder and its contents, where FileRun needs to be able to make changes.
                  • Make sure display_errors is set to Off, in your server's PHP configuration file.
                  • Register your FileRun installation, from the control panel, under Software licensing, to be able to keep the installation secure and up to date!
                  murgeroM Offline
                  murgeroM Offline
                  murgero
                  App Dev
                  wrote on last edited by
                  #40

                  @necrevistonnezr It's been working very well for me thus far. Security seems decent - 2fa definitely helps with that. WebDAV is nice too as nextcloud apps can sync with that. It's also much faster since it doesn't have many apps/plugins installed from the get-go.

                  --
                  https://urgero.org
                  ~ Professional Nerd. Freelance Programmer. ~

                  1 Reply Last reply
                  2
                  • marcusquinnM marcusquinn referenced this topic on
                  • necrevistonnezrN Offline
                    necrevistonnezrN Offline
                    necrevistonnezr
                    wrote on last edited by necrevistonnezr
                    #41

                    BTW if you had non-critical errors displayed by the Nextcloud desktop client, see https://feedback.filerun.com/en/communities/1/topics/1501-nextcloud-macos-client-sync-errors-a-different-e-tag-to-proceed-was-received

                    1 Reply Last reply
                    0
                    • S stefano referenced this topic on
                    • necrevistonnezrN necrevistonnezr referenced this topic on
                    • L Offline
                      L Offline
                      LoudLemur
                      wrote on last edited by
                      #42

                      Filerun does seem to have continuing development. I don't think people have abandoned the project. Maybe we can resussitate it?

                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #43

                        @LoudLemur last we checked, the author of Filerun did not want it in Cloudron since we source code is part of docker images. Best bet is to install it in the LAMP app instead.

                        1 Reply Last reply
                        1
                        • scookeS Offline
                          scookeS Offline
                          scooke
                          wrote on last edited by
                          #44

                          The only problem is that there is no more Free version: https://filerun.com/pricing. At least here if you already have it installed you are grandathered into the Free one: https://docs.filerun.com/filerun_install_guide. But 99eur is not too bad, I guess.

                          A life lived in fear is a life half-lived

                          1 Reply Last reply
                          1
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search