Bjonness406

Community Developer
  • Posts

    624
  • Joined

  • Last visited

Everything posted by Bjonness406

  1. Sorry! <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.2:444', 1 => 'server.ddns.net', 2 => '192.168.1.2:443', ), 'overwrite.cli.url' => 'https://server.ddns.net', 'overwritehost ' => 'server.ddns.net', 'overwriteprotocol' => 'https', 'overwritewebroot' => '/nextcloud', 'dbtype' => 'mysql', 'version' => '9.1.0.16', 'dbname' => 'NextCloud', 'dbhost' => '192.168.1.2:3306', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_Bjonness4062', 'dbpassword' => 'xxxxxxxxxxxxxxxx', 'logtimezone' => 'UTC', 'installed' => true, 'maintenance' => false, 'loglevel' => 2, ); The server.ddns.net is a free dns name from no-ip. Can you access the webui from https://192.168.1.2:444/index.php/login And can you clarify which "version" of the reverse proxy you're using? Getting somewhere longer, but not loading entirely. Accessing it from the reverse proxy is working fine. Apache from LSIO
  2. Sorry! <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.2:444', 1 => 'server.ddns.net', 2 => '192.168.1.2:443', ), 'overwrite.cli.url' => 'https://server.ddns.net', 'overwritehost ' => 'server.ddns.net', 'overwriteprotocol' => 'https', 'overwritewebroot' => '/nextcloud', 'dbtype' => 'mysql', 'version' => '9.1.0.16', 'dbname' => 'NextCloud', 'dbhost' => '192.168.1.2:3306', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_Bjonness4062', 'dbpassword' => 'xxxxxxxxxxxxxxxx', 'logtimezone' => 'UTC', 'installed' => true, 'maintenance' => false, 'loglevel' => 2, ); The server.ddns.net is a free dns name from no-ip.
  3. Need some help here, I followed CHBMB guide on how to setup reverse proxy here: https://www.linuxserver.io/index.php/2016/07/28/installing-nextcloud-on-unraid/ The reverse proxy itself works, but I can't connect to the local ip now. This is how it looks like.
  4. I apologize for the additional questions here, but it has been some time since I've had to do much with the server. That is sort of the beauty of it. I just leave it and perform routine updates every once in awhile and it just works. So I feel compelled to ask just so I don't do something stupid. So I access my cache disk and literally delete my 30 gig docker.img file. Do I then need to reboot the server for some reason? Will the 30 gig docker.img file be automatically rebuilt? How do I refill the dockers? Do I just go to APPS in unraid and will they still be listed under INSTALLED APPS? Thanks for any guidance. Go to settings -> docker -> disable docker -> check the "delete docker.img" checkbox and hit apply -> enable docker Then your have recreated your docker image, now to redownload your dockers again. Go to the apps tab/CA -> click the "previous apps" -> then reinstall the dockers you want.
  5. There is an handbrake docker, have never tried it so can't say anything about is. Search for it on CA
  6. https://lime-technology.com/forum/index.php?topic=40937.msg481138#msg481138
  7. What about using handbrake as a docker?
  8. ssh into the server and type "mc", then you get a graphical interface. You can browse your shares and delete what you want.
  9. Is shfs hard-link support enabled by default now? In RC2 we had to paste some lines into the extra.cfg file. Ref: https://lime-technology.com/forum/index.php?topic=50343.msg483530#msg483530
  10. You can do this on 6.2 What I suggest you do: Update to 6.2 when you can Then delete docker.img and recreate it. Then add all of your previous app via CA "previous apps" tab.
  11. I second that question! Have you tried advanced view -> force update from the docker page?
  12. Been trying to make a docker out of this myself also (mostly for learning ). I am a bit stuck, if there are anyone who could take a look at this and tell me why it is not working, I would be very grateful. I am trying to make the docker always run, and run a premade script every x seconds. I try to add a rclone.sh script in the dockerfile with this command: ADD rclone.sh /config/rclone.sh RUN chmod +x /config/rclone.sh But I am getting an error when running the docker saying: exec: "/config/rclone.sh": stat /config/rclone.sh: no such file or directory I tried adding the file myself, but then I got an permission error, and since I run chmod +x, there is something wrong with my docker file... I really don't userstand why, I have tried for some hours now and some help would be nice. https://github.com/bjonness406/docker-rclone https://hub.docker.com/r/bjonness406/docker-rclone/
  13. How did you authorize the docker app? Did you install rclone on your pc, to get the key and then paste it in the docker afterwards? Asking mod to split this out of the thread, we are way OT I just ran it from my own PC, as the correct ports where not exported in the docker. Rclone comes with a built in webserver which can do the application authorization. Yes, we definitely need a new topic for this discussion Thanks! Got it set up now. I did not find out how to run the docker itself without using the config option, got an error saying that it did not find the file in config/.rclone.conf, but I have mapped /mnt/user/cache/appdata/rclone to /config.. Strange Going to take a new look at this tomorrow after school
  14. How did you authorize the docker app? Did you install rclone on your pc, to get the key and then paste it in the docker afterwards? Asking mod to split this out of the thread, we are way OT
  15. im afraid the application is currently broken in multiple ways, i was going to post it a couple of weeks back, tidied it up in preparation for upload and gave it a quick test and it was not pretty, so until its in a more stable state there is no point uploading it. You can see the list of known issues in the link below, progress seems to be slow on getting bugs resolved, although some PR's have been created to fix some of the major crashes:- https://github.com/skilion/onedrive/issues What about using rclone istead, which can upload files to Onedrive, amazon S3, Dropbox, amazon drive, google drive etc? That would actually be very nice, I tried to make a docker out of it myself, but gave up. Would be nice if you had time to take a look at this. http://rclone.org/ Have you tried one of the existing Docker containers already? https://github.com/coreos/docker-rclone-latest https://github.com/valentine/docker-rclone-sh https://github.com/kkniffin/Docker-rclone No I haven't, since it looked like I had to ssh into the docker itself, and be guided through the setup prosess if I am not mistaken? Of couse I could do that, but most end users don't want, so I hoped binhex or someone else wanted to make a easier docker out of this I just tried https://github.com/pschmitt/docker-rclone and it works fine with Dropbox / Amazon + encryption. I had to go through some configuration but it was just three steps. You could skip those steps if you just provide a complete .rclone.config file. I will eventually have a look at making a more automated rclone docker soon. How would you think it would be best to run rclone? It's not a daemon or service that is listening for changes in folders. It's a CLI. So in order to have it running at predefined schedules, one would have to run it with e.g. cron defined schedules. Would that be sufficient for your use case? Yeah, running it on a schedule with cron would suffice my needs The first time setup, did you just ssh into the docker? Not exactly ssh, but just this command as explained in the github readme file: docker run --rm -it -v /mnt/cache/appdata/rclone/config:/config pschmitt/rclone config Also, I'm not entirely sure if it's possible to bypass the first time setup, as you need to authorize "rclone" application for the Cloud services (at least for Amazon Cloud Drive and Dropbox which I have tested) as explained here: http://rclone.org/amazonclouddrive/ . Either way it has to run somewhere, either on your home pc, or on your unRAID server as you need to fetch the authentication token somehow. What are your thoughts on that? If you have a config file, you can skip the setup prosess, if you allow rclone for the cloud service, right? But if you don't have a config file/want to make your own because of some changes. You need to ssh into the dockers itself to run the setup commands? Since there is no way to interact with a docker from the unraid webgui and rclone has no webui itself?
  16. im afraid the application is currently broken in multiple ways, i was going to post it a couple of weeks back, tidied it up in preparation for upload and gave it a quick test and it was not pretty, so until its in a more stable state there is no point uploading it. You can see the list of known issues in the link below, progress seems to be slow on getting bugs resolved, although some PR's have been created to fix some of the major crashes:- https://github.com/skilion/onedrive/issues What about using rclone istead, which can upload files to Onedrive, amazon S3, Dropbox, amazon drive, google drive etc? That would actually be very nice, I tried to make a docker out of it myself, but gave up. Would be nice if you had time to take a look at this. http://rclone.org/ Have you tried one of the existing Docker containers already? https://github.com/coreos/docker-rclone-latest https://github.com/valentine/docker-rclone-sh https://github.com/kkniffin/Docker-rclone No I haven't, since it looked like I had to ssh into the docker itself, and be guided through the setup prosess if I am not mistaken? Of couse I could do that, but most end users don't want, so I hoped binhex or someone else wanted to make a easier docker out of this I just tried https://github.com/pschmitt/docker-rclone and it works fine with Dropbox / Amazon + encryption. I had to go through some configuration but it was just three steps. You could skip those steps if you just provide a complete .rclone.config file. I will eventually have a look at making a more automated rclone docker soon. How would you think it would be best to run rclone? It's not a daemon or service that is listening for changes in folders. It's a CLI. So in order to have it running at predefined schedules, one would have to run it with e.g. cron defined schedules. Would that be sufficient for your use case? Yeah, running it on a schedule with cron would suffice my needs The first time setup, did you just ssh into the docker?
  17. I feel your pain man. Maybe you can research for us if there is a better captcha extension for Simple Machines Forum? I agree that you should change the captcha system, but since you are planning on moving to IPS forum, I would not make to much work out of this and instead get reCAPTCHA on the new forum platform. Wanna give us a hint of when you move to IPS forum? https://lime-technology.com/forum/index.php?topic=51159.msg491897#msg491897
  18. im afraid the application is currently broken in multiple ways, i was going to post it a couple of weeks back, tidied it up in preparation for upload and gave it a quick test and it was not pretty, so until its in a more stable state there is no point uploading it. You can see the list of known issues in the link below, progress seems to be slow on getting bugs resolved, although some PR's have been created to fix some of the major crashes:- https://github.com/skilion/onedrive/issues What about using rclone istead, which can upload files to Onedrive, amazon S3, Dropbox, amazon drive, google drive etc? That would actually be very nice, I tried to make a docker out of it myself, but gave up. Would be nice if you had time to take a look at this. http://rclone.org/ Have you tried one of the existing Docker containers already? https://github.com/coreos/docker-rclone-latest https://github.com/valentine/docker-rclone-sh https://github.com/kkniffin/Docker-rclone No I haven't, since it looked like I had to ssh into the docker itself, and be guided through the setup prosess if I am not mistaken? Of couse I could do that, but most end users don't want, so I hoped binhex or someone else wanted to make a easier docker out of this
  19. im afraid the application is currently broken in multiple ways, i was going to post it a couple of weeks back, tidied it up in preparation for upload and gave it a quick test and it was not pretty, so until its in a more stable state there is no point uploading it. You can see the list of known issues in the link below, progress seems to be slow on getting bugs resolved, although some PR's have been created to fix some of the major crashes:- https://github.com/skilion/onedrive/issues What about using rclone istead, which can upload files to Onedrive, amazon S3, Dropbox, amazon drive, google drive etc? That would actually be very nice, I tried to make a docker out of it myself, but gave up. Would be nice if you had time to take a look at this. http://rclone.org/
  20. I have not update, since I don't use AMP myself atm.
  21. Got it working, have a template here if you want to use it. https://github.com/bjonness406/Dev-Templates
  22. Issue fixed. Would be nice if LT could take a look at this to prevent it in the future if possible. https://lime-technology.com/forum/index.php?topic=51715.0
  23. Diagnostics from 6.2 would not save because of the boot error. Thank you! This fixed my issue