Jump to content

acidburn666

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by acidburn666

  1. On 1/26/2022 at 10:52 PM, jesta said:

    I set up FileRun using @BamaJ13's docker template and ran into the issue that files created/uploaded through FileRun's webUI are readonly to other users and thus can't be modified over for example SMB. I first tried very long to launch the docker with different user:group settings and messing with ACLs but couldn't get it to work. Then I dug long and deep and found an undocumented solution. Here are the two steps needed:

     

    1. add two environment variables in template: "APACHE_RUN_GROUP = users" and "APACHE_RUN_GROUP_ID = 100"
    2. after first run, modify or create file /mnt/user/appdata/filerun/customizable/config.php with following content:

       

      <?php

      umask(012);

       

    Then all files/dirs created by FileRun will belong to group "users" and have read and write access for other users of UnRAID. Have fun!


    Thanks for the description. I ran into the exact same issue. Can you please add a screenshot of the variables? I don´t get it correctly, what to add wihtin the variable fields.
    Best regards!

  2. Hey Guys, I am new to rclone and looked some guides up, for syncing to cloud servers.

    I added one server and I am able to sync. but for some reason the script section is missing within the rclone plugin on my end.

    Any ideas what I have to do? Did something changed lately?

     

    https://prnt.sc/w0q90w

     

    Oh nevermind, found the explaination here:

     

  3. Hey there just a quick question on my end. All is working great except of one thing.
     

    For example, I am copying a file FROM THE SERVER to a users folder ON THE SERVER, which is connected to a desktop app. After that, the file is not showing up on the desktop device, so I guess I will have to initialize a sync or check, for new files first.

    I looked around and found this line here, which doesnt do the trick on my end:
    sudo -u root php /mnt/user/nextcloud/aj/files files:scan --all ncp

    Any ideas what is starting the sync correctly?

  4. Hey tigervol, thanks for the details here. I am running the same configuration with a lot of dockers. All is working good so far. And also big thanks to @SpaceInvaderOne's amazing YouTube channel.

    So the reverse proxy is working for all of my dockers. But now I am facing the problem, that I installed a CentOS VM which hosts aaPanel and a bunch of Websites.

    I basically want to access the Panel via the internet over the duckdns reverse proxy with letsencrypt. And I guess, I will have to edit the nginx config to point to CentOS VM?
    But I don´t know what to edit.
    Is there any tutorial around?

×
×
  • Create New...