Filerun - Self-Hosted File Sync and Sharing
-
wrote on Nov 8, 2018, 11:41 AM last edited by
-
We had filerun already as a package, even built from the upstream developer, but since it got never updated we had to remove it for the time being.
wrote on Nov 8, 2018, 2:00 PM last edited by ctrl Nov 8, 2018, 2:00 PMI see.
@nebulon said in Filerun - Self-Hosted File Sync and Sharing:
since it got never updated
Do you refer to the codebase of the app or to the Cloudron package?
-
The app package. The upstream author didn't show much interest in keeping it up-to-date and it wasn't easily possible for us to do so. Which is fine, but disqualifies it to some extent from being supported by Cloudron, as apps sometimes also have to be re-built for critical base system updates for example.
-
wrote on Nov 8, 2018, 3:12 PM last edited by
Ok, no worries then. Thank you for the clarification.
-
wrote on Nov 14, 2020, 3:06 AM last edited by
Looks interesting as a lightweight Nextcloud / Google Photos alternative:
See what you mean about activity though:
-
Looks interesting as a lightweight Nextcloud / Google Photos alternative:
See what you mean about activity though:
wrote on Nov 14, 2020, 10:53 AM last edited by subven Nov 14, 2020, 10:54 AM@marcusquinn AFAIK FileRun is not open source and the free version is somehow crippled. Free version is limited to 3 users and directory (LDAP) authentication seems to be missing --> https://filerun.com/enterprise. Even if I would prefer a leaner nextcloud that really only takes care of files and sharing, Filerun does not seem to be a good starting point.
-
@marcusquinn AFAIK FileRun is not open source and the free version is somehow crippled. Free version is limited to 3 users and directory (LDAP) authentication seems to be missing --> https://filerun.com/enterprise. Even if I would prefer a leaner nextcloud that really only takes care of files and sharing, Filerun does not seem to be a good starting point.
-
wrote on Nov 15, 2020, 12:21 AM last edited by
@yusf sftp?
Gitea & https://www.sparkleshare.org/ may also be an option.
-
wrote on Aug 14, 2021, 3:57 AM last edited by
-
wrote on Feb 23, 2022, 4:03 PM last edited by
Anyone up for packaging this? I can sponsor.
-
Anyone up for packaging this? I can sponsor.
@hakunamatata FileRun's owner Vlad took a look at packaging for Cloudron recently. Cloudron's update model and FileRun's update model are at cross roads , so it was decided to revisit publishing this to app store at a later date. For the moment, the best way is to deploy FileRun using the lamp app and manage FileRun updates from inside the app itself.
-
@hakunamatata FileRun's owner Vlad took a look at packaging for Cloudron recently. Cloudron's update model and FileRun's update model are at cross roads , so it was decided to revisit publishing this to app store at a later date. For the moment, the best way is to deploy FileRun using the lamp app and manage FileRun updates from inside the app itself.
wrote on Feb 23, 2022, 9:37 PM last edited by@girish Thanks for the info. I will try to install it in the LAMP app, although I fear it is probably above my competency level. Either way, I will give it my best shot.
-
@girish Thanks for the info. I will try to install it in the LAMP app, although I fear it is probably above my competency level. Either way, I will give it my best shot.
wrote on Feb 24, 2022, 9:17 AM last edited by@hakunamatata If you're able to install Cloudron, then this should be fine. There is the small step of installing Ioncube, but it's possible. Filerun has actually been one of the easiest to use php apps for me over the years. You can add files through SFTP and Terminal and the software will still see the new files and recatalogue. Updates are automatic and basically seamless. A few versions ago there was some glitch, but ever since, upgrading from within the app (no need to move/replace current files/folders with the new ones, like Moodle or Sendy) is as smooth as butter. I really like it. I do use it on it's own VPS though, just so it can use the whole server.
-
@hakunamatata If you're able to install Cloudron, then this should be fine. There is the small step of installing Ioncube, but it's possible. Filerun has actually been one of the easiest to use php apps for me over the years. You can add files through SFTP and Terminal and the software will still see the new files and recatalogue. Updates are automatic and basically seamless. A few versions ago there was some glitch, but ever since, upgrading from within the app (no need to move/replace current files/folders with the new ones, like Moodle or Sendy) is as smooth as butter. I really like it. I do use it on it's own VPS though, just so it can use the whole server.
wrote on Feb 24, 2022, 3:56 PM last edited by@scooke Thanks for the encouragement. I tried following the instructions here (both option 1 and option 2) but without success.
Regarding Ioncube, the Cloudron docs say it comes installed with the LAMP app... or is this not the case?
-
@scooke Thanks for the encouragement. I tried following the instructions here (both option 1 and option 2) but without success.
Regarding Ioncube, the Cloudron docs say it comes installed with the LAMP app... or is this not the case?
wrote on Feb 24, 2022, 10:37 PM last edited by scooke Feb 24, 2022, 10:56 PM@hakunamatata I just gave it a try and it went smooth as butter.
I used method 1 from https://docs.filerun.com/install_on_php#upload_to_your_server. (I've never used this method, I usually just upload the zip to my server, then move the contents to its webserver directory, but since this is Cloudron and Docker, I thought I'd try this method since it's all through the built-in SFTP and browser.)
I downloaded the Filerun.zip (and renamed it to FileRun.zip), as well as that other file, unzip.php, which, as far as I can tell, is not nefarious.
I uploaded both to the public directory on the LAMP app (/app/data/public), which you can navigate to using the Menu in the apps window in Cloudron:
You will need to delete or rename the existing index.php.
Two spots where you may have gone wrong:
- I used a regular domain, as you can see in the screenshot. I did not make a folder in which to place the FileRun zip nor files. So, my FileRun is running in the root of the domain. So when I ran the command to install, it was https://filerun.example.com/unzip.php.
The installation went smooth, using the DB info found First Time Setup, in the apps dashboard:
- The second place you may go wrong (as I have plenty of times) is that whereas MySQL DBs are often located at 'localhost', on Cloudron they are usually at "mysql". So, when FileRun is asking for the DB info, replace localhost with mysql.
Everything installed fine, and the final step is a pop-up giving you the superuser name and password. Copy that!!!!
Login, and the app prompts for the first superuser's data directory. I just chose /app/data/filerun, and pressed, "Create" in the dialogue. The 'dialogue' I mention is a series of pop-up walk-throughs, so read them carefully. Once you've made the data directory, you're gold.
Where do you think things didn't work for you?
EDIT: I gotta say, this is super speedy on my server, too!!
EDIT 2: I've turned off the app for now, too. -
@hakunamatata I just gave it a try and it went smooth as butter.
I used method 1 from https://docs.filerun.com/install_on_php#upload_to_your_server. (I've never used this method, I usually just upload the zip to my server, then move the contents to its webserver directory, but since this is Cloudron and Docker, I thought I'd try this method since it's all through the built-in SFTP and browser.)
I downloaded the Filerun.zip (and renamed it to FileRun.zip), as well as that other file, unzip.php, which, as far as I can tell, is not nefarious.
I uploaded both to the public directory on the LAMP app (/app/data/public), which you can navigate to using the Menu in the apps window in Cloudron:
You will need to delete or rename the existing index.php.
Two spots where you may have gone wrong:
- I used a regular domain, as you can see in the screenshot. I did not make a folder in which to place the FileRun zip nor files. So, my FileRun is running in the root of the domain. So when I ran the command to install, it was https://filerun.example.com/unzip.php.
The installation went smooth, using the DB info found First Time Setup, in the apps dashboard:
- The second place you may go wrong (as I have plenty of times) is that whereas MySQL DBs are often located at 'localhost', on Cloudron they are usually at "mysql". So, when FileRun is asking for the DB info, replace localhost with mysql.
Everything installed fine, and the final step is a pop-up giving you the superuser name and password. Copy that!!!!
Login, and the app prompts for the first superuser's data directory. I just chose /app/data/filerun, and pressed, "Create" in the dialogue. The 'dialogue' I mention is a series of pop-up walk-throughs, so read them carefully. Once you've made the data directory, you're gold.
Where do you think things didn't work for you?
EDIT: I gotta say, this is super speedy on my server, too!!
EDIT 2: I've turned off the app for now, too.wrote on Feb 25, 2022, 8:16 AM last edited by@scooke Thanks alot of the guide! I was able to install it successfully this time. The issue seems to be that I was previously trying to install the files in a newly created /my-files/ folder vs in /public/. Things went smoothly thereafter and I have tweaked some of the settings to fit my use case.
Have you been able to get email working? When I try to configure the smtp settings, the admin panel just hangs and the only way out is to restart the app.But overall the product is looking really good and lightning fast as you say!
Thanks again!
-
@scooke Thanks alot of the guide! I was able to install it successfully this time. The issue seems to be that I was previously trying to install the files in a newly created /my-files/ folder vs in /public/. Things went smoothly thereafter and I have tweaked some of the settings to fit my use case.
Have you been able to get email working? When I try to configure the smtp settings, the admin panel just hangs and the only way out is to restart the app.But overall the product is looking really good and lightning fast as you say!
Thanks again!
wrote on Feb 25, 2022, 10:57 AM last edited by scooke Feb 25, 2022, 10:59 AM@hakunamatata Good to hear. Are you using an email address whose domain is hosted on Cloudron, in which case I think you should be able to use the Email notifications box and enter your Cloudron-based email. Or something else, in which case you need to check the box for Use a SMTP server.
-
@scooke Thanks alot of the guide! I was able to install it successfully this time. The issue seems to be that I was previously trying to install the files in a newly created /my-files/ folder vs in /public/. Things went smoothly thereafter and I have tweaked some of the settings to fit my use case.
Have you been able to get email working? When I try to configure the smtp settings, the admin panel just hangs and the only way out is to restart the app.But overall the product is looking really good and lightning fast as you say!
Thanks again!
wrote on Feb 25, 2022, 11:01 AM last edited by@hakunamatata I just discovered that setting a Rule for email notifications is available only in the Enterprise Edition. Is that what you are running?
-
@scooke Thanks alot of the guide! I was able to install it successfully this time. The issue seems to be that I was previously trying to install the files in a newly created /my-files/ folder vs in /public/. Things went smoothly thereafter and I have tweaked some of the settings to fit my use case.
Have you been able to get email working? When I try to configure the smtp settings, the admin panel just hangs and the only way out is to restart the app.But overall the product is looking really good and lightning fast as you say!
Thanks again!
wrote on Feb 25, 2022, 11:15 AM last edited by@hakunamatata One last reply... I filled in the SMPT settings, and tested it, and it worked with my Cloudron settings, and I could save it, no hanging, BUT, it seems like it's useless anyway since I can't setup Notifications since I don't have the Enterprise edition. Sorry I can't help you with why your admin email panel hangs.