Dimtar

Members
  • Posts

    549
  • Joined

  • Last visited

Posts posted by Dimtar

  1. This container is an all in one solution including LetsEncrypt support. If you need LE support for another container you will need to port forward to another port of your selection.

     

    So in your case if you might set port 553 on the host side for the container for SSL traffic. Then port forward that in your router. So it would end up being https://nextcloud.domain.com:553

     

    If I am reading what you're asking right you wouldn't add anything to your existing LE config if you wanted to use this container.

  2. This is a support thread for the Nextcloudpi Docker Container for unRaid, from the home page:
    "NextCloudPi is a Nextcloud instance that is preinstalled and preconfigured, and includes a management interface with all the tools you need to self host your private data in a single package.
    This is an official open source community project that aims at making it easier for everyone to have control over their own data."

     

    For the purpose of unRaid this a single all in one container, an alternative to running nextcloud, database server and reverse proxy in separate containers. I am not the developer of this container but since I use it, I will do what I can to help people wanting to use it.

    Project homepage:
    https://ownyourbits.com/nextcloudpi/
    Dockerhub homepage:
    https://hub.docker.com/r/ownyourbits/nextcloudpi

     

    You can find this container under the search team "Nextcloudpi" in the brilliant Community Applications system. For help with that please refer to the thread here:
    https://forums.unraid.net/topic/38582-plug-in-community-applications/

     

    Setup:
    Once you selected the template in CA you will need to check 5 settings before you can start.

    Web port:
    By default this is set to port 80 but change based on your needs.
    Secure web por:
    By default this is set to port 443 but change based on your needs.
    Management port:
    By default this is set to port 4443 but it can be changed based on your needs. This is the management system behind Nextcloudpi, allowing you to make changes to most of the Nextcloud setup.
    Data folder:
    The default is /mnt/user/appdata/nextcloudpi so people can get up and running fast but this should be set somewhere on the array especially if you have alot of data. Making a share specifically for NCP is probably a good idea.
    Set IP:
    In the 'post argument' section please set the IP of your unRaid server, for example 192.168.0.5. When NCP starts up it will set this as a safe IP allowing you to continue setup once the container has started.


    PLEASE NOTE:
    The container can take upto 10 minutes to start when first installed, on startup it will create the database and do most of the first setup. For this reason please be patient if the web interface doesn't respond shortly after start. Subsequent starts will be much faster.

     

    Once the container is running you can access it at https://unraidip:443, this page will list the generated admin user for Nextcloud and the management panel. These can be changed later but for now save them and hit activate.

     

    After getting the user details you can use the management system https://unraidip:4443 to setup your own domain, automatic updates and much more.

    If you have questions or issue please put them here. I or hopefully others will do what we can to help.

    • Like 2
  3. I think the answer is yes but I just wanted to ask and confirm. If I have two devices, say an iPhone and a Windows Laptop, should I setup a peer for each device?

     

    Thanks for the plugin, I feel like it takes something very complex and makes it pretty manageable after a little learning.

  4. 9 hours ago, gacpac said:

    This happened to me. Go to the let's encrypt folder, then to the proxy folder and find the configuration for nextcloud subdomain.

    There's an option that clearly puts the limit for download and upload. I set it to a high number.

    Also check in the options for the nextcloud i believe there's a setting for maximum size uploads.

    Sent from my Pixel 2 XL using Tapatalk
     

    Appreciate the reply but this didn't seem to have worked for me. I edited this file:

    /mnt/user/appdata/letsencrypt/nginx/site-confs/nextcloud

     

    server {
            listen 443 ssl;
            server_name box.dimtar.net;
    
            root /config/www;
            index index.html index.htm index.php;
    
            ###SSL Certificates
            ssl_certificate /config/keys/letsencrypt/fullchain.pem;
            ssl_certificate_key /config/keys/letsencrypt/privkey.pem;
    
            ###Diffie–Hellman key exchange ###
            ssl_dhparam /config/nginx/dhparams.pem;
    
            ###SSL Ciphers
            ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA3$
    
            ###Extra Settings###
            ssl_prefer_server_ciphers on;
    #       ssl_session_cache shared:SSL:10m;
    
            ### Add HTTP Strict Transport Security ###
            add_header Strict-Transport-Security "max-age=63072000; includeSubdomains";
            add_header Front-End-Https on;
    
            client_max_body_size 0;
    
            location / {
                    proxy_pass https://192.168.1.2:444/;
            proxy_max_temp_file_size 8192m;
            include /config/nginx/proxy.conf;
            }
    }

     

  5. So I am getting an error (error 413) from the iOS app when I try to upload a video over 100Mb. Its this issue:

    https://github.com/nextcloud/ios/issues/396

     

    I am using this NC container with the LSIO letsencrypt container as well. I am trying to find an error log to see what the issue but all the logs I am looking at in both cases don't show any issues. Would I be right in saying that this NC container doesn't use Apache at all?

  6. 1 minute ago, sisren said:

    Forgive the newbie question:

     

    Having a bit of trouble rclone setup and specifically authorizing dropbox.  I am working on a remote machine, select the option during the setup, login to the terminal on my remote machine but can not authorize dropbox. It does not direct my browser and the http://127.0.0.1 address just times out.

     

    I'm sure this is simple, but would appreciate some assistance.

     

    Thanks.

     

    What command do you run on your local box with rclone to authorize Dropbox?

     

  7. Shes dead jim.

     

    include(/var/www/localhost/heimdall/vendor/composer/../../app/SupportedApps/Sonarr/Sonarr.php): failed to open stream: No such file or directory (View: /var/www/localhost/heimdall/resources/views/item.blade.php) (View: /var/www/localhost/heimdall/resources/views/item.blade.php) (View: /var/www/localhost/heimdall/resources/views/item.blade.php)
    

     

  8. 5 minutes ago, Squid said:

    Delete the container.  Then update CA and reinstall lsio.  Then see if anything changes.

    I deleted the container and the appdata folder for it. Updated CA and re-installed. This time the template was right and I installed the LSIO version.

     

    The trouble now is that the webui doesn't load, just a blank screen.

  9. 33 minutes ago, Squid said:

    Question:  When you edit the template does it state for repository mace/qbittorent or linuxserver/qbittorent?

     

    Just went to test your problem, and a regression error in CA wound up under this circumstance that it would always pull mace instead of linuxserver.  Pumping out an update to CA right now.

     

    The first time I installed the docker I selected the LSIO container but it did install the Mace one.

  10. Just tried to install this. With default ports and bridge mode I got a error page trying to load the web interface for the container, just the regular old can't find the web page error.

     

    I noticed that the log shows port 8080 but the container template is set to map 8082 container to 8082 host. I deleted that and add my own for container 8080 and host 8082. Now the web interface loads but its just a white page with nothing on it. Not sure if I did anything wrong or the template is broken.

  11. 49 minutes ago, Greygoose said:

    I need some help, please.

     

    I have rclone working with an encryted folder in krusader but when i mount the folder in windows i get this error

     

    WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes

     

    So mount it with writes enabled then?

     

  12. Hi everyone.

     

    So I have two "installs" of this container. Every Saturday my time all the dockers/containers get their latest updates and restart etc. This kills my 2nd Tautulli container and I have to "reinstall" from the saved template. I assume this is because I remove the "/logs" on the 2nd one? Its for a remote server and I cannot adccess the logs directory.

  13. 3 minutes ago, slimshizn said:

    Yeah, I have 1.41 installed right now (not latest). It's not showing an update on the plugin page.

     

    Not sure why, I have the plugin and its installed 1.42 for me. Regardless 1.41 has cache support so whatever you're trying, just give it a go?

    • Like 1
  14. 12 minutes ago, slimshizn said:

    If I have the stable downloaded, is there a way to update that to a version with cache or transfer to the beta version?

     

    1.42 is the latest version and it includes the cache. Is this what you want?

    • Like 1