Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

knex666

Members
  • Joined

  • Last visited

Everything posted by knex666

  1. I got a simple idea you can use the official Image its in the community Apps and has nextcloud integrated. But you will maybe loose your settings. Just try IT out as an other instance.
  2. I have got a very easy idea. Check out if webdav works on your Windows PC and add the webdav as network drive. If that works you know where to go. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  3. Yes but if the folder does not exist webdav will not create one for you and sync fails. But before try login with an app token. Cheers
  4. Hi @OsoPolar, are you using a second factor for you authentication? maybe the best way is to create an App Token at settings/security and use this for your WebDAV sync have you tryed this? Your content seems to be empty and you try to access a path /Backup/... this will not work. Cheers
  5. I placed the official 18.0.x apache build to the community Apps its Debian based and has onlyoffice Integration. You can give it a try. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  6. I had the same problem: Solfed it with this User Script on array start #!/bin/bash docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 -o parent=br0 br0 With the last Update the Problem went away Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  7. As for every docker you can use host or bridge with Port mapping (Please add the portmapping to Port 8080 to your template) or a very easy way is using br0 with an IP of your subnet Please have a look at the logs it takes a long time at the First Start. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  8. Application Name: OpenProject Overview: Support for Docker image of OpenProject Application: OpenProject - https://openproject.org Docker Hub: https://hub.docker.com/u/openproject -- DONATE: Please buy me a Pizza > https://www.buymeacoffee.com/maschhoff
  9. Normally if you set it up from scratch it should automaticy install onlyoffice. If you click on + it should show you the option to create a document. If not please got to Apps and enable onlyoffice and the document server. If this will not work we´ll meet at discord. Cheers
  10. Thanks. Since I will not change the image because I dont want any fork you have 2 options: 1. build your own with cron: https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/apache 2. use the cron from unraid (Webinterface) and use docker exec. Cheers
  11. IT is the official docker image thats why the author is nextcloud.
  12. Nextcloud based on the official docker hub image. Nextcloud with full Office integration. Based on: https://hub.docker.com/_/nextcloud/ Tag apache (latest) Please make shure you got the volume mounting correct. Please note you can mount any share to for example /mnt/Share and mount it in nextcloud with the "external storage" app. -- PREVIEW: -- DONATE: Please buy me a Pizza > https://www.buymeacoffee.com/maschhoff -- GUIDS: ---- FOLDER RIGHTS To get the right folder/file rights add this to Extra Parameter and Post Execution <ExtraParams>--user 99:100 --sysctl net.ipv4.ip_unprivileged_port_start=0</ExtraParams> <PostArgs>&& docker exec -u 0 NAME_OF_THIS_CONTAINER /bin/sh -c 'echo "umask 000" >> /etc/apache2/envvars'</PostArgs> ExtraParams: --user 99:100 --sysctl net.ipv4.ip_unprivileged_port_start=0 PostArgs: && docker exec -u 0 NAME_OF_THIS_CONTAINER /bin/sh -c 'echo "umask 000" >> /etc/apache2/envvars' ---- REVERSE PROXY For security reasons and to get https you should use a reverse proxy If you want to run it behind a reverse proxy make shure you got your proxy configuration right. As reverse proxy I recommend to use LetsEncrypt with nginx. You will find a lot of example configurations Then add ‘overwriteprotocol’ => ‘https’ to your nextcloud config. You will not be able to access it without your https reverse proxy anymore. ---- SPLIT DNS If you are running nextcloud in your home network it is a good choice to use a split DNS to get the connection directly to your nextcloud. In addition you will need it to get ONLYOFFICE accessable from inside and outside of your net. To get this done you need a reverse proxy configuration that and the right DNS entry: Example for dnsmasq or pihole DNS Server config address=/cloud.mydomain.com/192.168.100.100 address=/cloud.mydomain.com/1a01:308:3c1:f360::35e 192.168.100.100 should be your reverse proxy. You need a proxy configuration that points to "cloud.mydomain.com" passing it to your real nextcloud ip. ---- SECURITY CHECK You can schedule a task that will automaticly check the security level and gives you a push notification if there are any issues. It is based on https://scan.nextcloud.com/ https://github.com/maschhoff/nextcloud_securipy Any questions? Dont mind to ask
  13. Guys, I just uploaded my template to the community apps with the official nextcloud 18.0.1RC2 where I was able to very easily get ONLYOFFICE running. If you are ready for a fresh installation or just like to try it out, it will be there soon. It is working. But not with the LSIO image build.
  14. I would just add the unraid template, just a copy of a docker is a lame thing
  15. Yes, the original nextcloud docker hub 18.0.1RC2 Apache docker image with nginx reverse https LetsEncrypt proxy. Should I upload it to the community Apps?
  16. Hi, yes got it working. You need a good reverse proxy config and this helped a lot with the "unknown error" https://help.nextcloud.com/t/nc18-community-document-server-reverse-proxy/70047
  17. I just finished the setup. OnlyOffice starts with the document and stucks at an "unknown error" - yay The reason will be the proxy headers, I will check them (https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/80)
  18. Hi, I have just installed the docker container from the official nextcloud docker hub. I have installed v. 18.0.1.1 RC2 with a fresh installation it direcly integrates OnlyOffice and the Document Server. It works Server Adress of nextcloud is 192.168.100.93 OnlyOffice http://192.168.100.93/index.php/apps/documentserver_community/ Cheers
  19. Hey, does anyone installed the 18.0.0 with onlyoffice? I got it installed but its not working. Cheers
  20. Oh, thats bad, do you know where mopidy stores those files. Than you can Volumen Mount that folder. I will add it to the template. Please note that there have Bern major change between mopidy 2 and 3 thats why the configuration is different. Thanks and cheers
  21. You can now grab it from the Community Apps - See first page of this Thread. Cheers
  22. Here's a update to Mopidy3 push knex666/mopidy:3-experimental RUN EXAMPLE docker run -d --name='Mopidy3' --net='br0' --ip='192.168.100.42' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -v '/mnt/user/appdata/mopidy/':'/config/':'rw' -v '/mnt/user/appdata/mopidy/tmp/':'/tmp/':'rw' -v '/mnt/user/Musik/':'/media':'rw' -p 6600:6600 -p 6680:6680 -p 5555:5555/udp 'knex666/mopidy:3-experimental' mopidy --config /config/mopidy.conf I will make a new unraid config xml for Mopidy3 soon. Its not jet stable and its missing Iris
  23. Hey, Thats really easy #docker exec -it Mopidy /bin/bash root@123:# mopidy --config /etc/mopidy.conf local scan than CTRL + A + D to exit witout clothing the docker you can run #docker exec -it Mopidy mopidy --config /etc/mopidy.conf local scan as well thats the short way. Mopidy3: I am working very hard on this. I have setup a new debian container with everything. Iris and Spotify are not fully working on it and thats very bad. I keep this as an experimental container hoping for some updates in the next time and will uploads it as a new one. Cheers
  24. So If you are shure you put in the config to the right place the only think that comes in my mind Now is the Network Adapter. Try br0 with an IP of your subnet. Host can work as well bridge will be proxy through unraid that can cause a Problem. Good luck!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.