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.

n3ro365

Members
  • Joined

  • Last visited

Everything posted by n3ro365

  1. Hallo. Ich hab einen Server, der die meiste Zeit am Tag schläft und eigentlich nur manuell geweckt wird, wenn er gebraucht wird. Einmal am Tag wird er automatisch folgendermaßen geweckt, um Uptates usw zu machen (über die Sleep settings): echo 0 > /sys/class/rtc/rtc0/wakealarm time=8:00 now=$(date +%s) other=$(date -d $time +%s) if [ $now -ge $other ] then echo `date '+%s' --date='tomorrow 8:00:00'` > /sys/class/rtc/rtc0/wakealarm else echo `date '+%s' --date='today 8:00:00'` > /sys/class/rtc/rtc0/wakealarm fi Besteht denn auch die Möglichkeit, den Server 2x am Tag so zu wecken? Beispiel 8 Uhr und 20 Uhr. Oder hat jemand andere Ideen für diesen Fall? Danke für eure Hilfe.
  2. n3ro365 replied to monarc's topic in Deutsch
    Hi. Ich hab einen Laptop von dem Dateien gesichert werden sollen. Wenn ich jetzt LuckyBackup auf mein Unraid installiere, wie holt es sich dann die Dateien? Muss ich erst die Dateien auf einen Share speichern oder kann sich LuckyBackup zb die Dateien gleich selbst vom Laptop holen?
  3. Yes, it works. Is it also possible to specify 2 times? So for example at 8 a.m. and 8 p.m.?
  4. Yes i have the same issue.
  5. @T0a Hi. I've just tested it. PAPERLESS_FILENAME_FORMAT: {created} - {title} It works quite well. I don't really like 2 things yet. How to save the documents in Paperless: 2020-04-28-0000000000 - test-0000007.pdf Better would be 2020-04-28 - test Can i remove the time (0000000000) and the counter (0000007) at the end?
  6. Hi i solved the issue. I had to add this in the docker container: PUID:99 PGID:100 Now it works.
  7. No that doesnt help me. that are my settings:
  8. Thanks i got it. But on the first start i have this issue: Recommended apps list of apps cannot be obtained from the app store And on nextcloud i have this issue: When on the files page I get a message saying “Problem loading page, reloading in 5 seconds”
  9. Hi. Is there a way to use this docker in brigde mode for the network, so i can use mysql? I have no idea how to connect to the mysql database. Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2002] No route to host With the linuxserver docker it works.
  10. Hi. This Pull-Request ist that what im looking for. That would be great. How does this work when its ready? Work this only for new files?
  11. Hi there. Can the GUI also be changed to German? Can i keep the original file name? I save my documents according to this scheme YYYY-MM-DD - template. If I see it correctly, the documents in the originals folder are simply numbered consecutively without meaning.
  12. Thanks. So I wanted all the traffic from Firefox to go through the vpn. I want to protect my privacy.
  13. Ok thanks. So i need a client docker.
  14. Hi. I`m new to OpenVPN. On my Win 10 PC it works fine. Now i want to test it on my Unraid server. I use an firefox docker on my unraid server. Can i use this docker to let firefox browse only over OpenVPN?
  15. Hi. I would like to wake up my unraid every day. This is my script: time=08:00 now=$(date +%s) other=$(date -d $time +%s) if [ $now -ge $other ] then echo `date '+%s' --date='tomorrow 08:00:00'` > /sys/class/rtc/rtc0/wakealarm else echo `date '+%s' --date='today 08:00:00'` > /sys/class/rtc/rtc0/wakealarm fi It always works only on the first day. On the 2nd day the server stays in sleep mode. It seems that the alarm is not reset. Can somebody help me with it? Thank you.
  16. If i type the command manually, then i have a new error 😞 root@567f1e60d30e:/# sudo -u abc touch /config/log/nextcloud.log sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner sudo: fatal error, unable to load plugins root@567f1e60d30e:/#
  17. Yes Now I am one step further root@Unraid:~# docker exec -it nextcloud bash root@567f1e60d30e:/# sudo -u abc touch /config/log/nextcloud.log bash: sudo: command not found root@567f1e60d30e:/#
  18. Oh man, I am slowly despairing. I'm certainly doing something wrong. 😞 Now i have this: root@Unraid:~# docker exec -it nextcloud bash Error: No such container: nextcloud root@Unraid:~#
  19. Ok yes you are right sorry. I typo in that command and now changed use cache to prefer.
  20. If i do this i have this issue when i go to the nextcloud login page: Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the webserver log. If i remove 'logfile' => '/config/log/nextcloud/nextcloud.log' i can login to the page.
  21. This is the appdata share: And the command does not work for me: root@Unraid:~# rm -rm /mnt/user0/appdata/nextcloud rm: invalid option -- 'm' Try 'rm --help' for more information.
  22. Thanks. Yes the appdata should be definitely on my cache disk. root@Unraid:~# ls -la /mnt/cache/appdata/nextcloud total 4 drwxrwxrwx 1 nobody users 56 Feb 26 11:47 ./ drwxrwxrwx 1 nobody users 220 May 24 23:09 ../ drwxrwxrwx 1 nobody users 20 Jan 18 22:43 .cache/ -rw-rw-rw- 1 nobody users 1024 May 25 11:48 .rnd drwxrwxrwx 1 nobody users 32 Jan 18 22:33 keys/ drwxrwxrwx 1 nobody users 16 May 25 11:41 log/ drwxrwxrwx 1 nobody users 40 Jan 18 22:33 nginx/ drwxrwxrwx 1 nobody users 44 Jan 18 22:33 php/ drwxrwxrwx 1 nobody users 38 Jan 18 22:33 www/ root@Unraid:~# ls -la /mnt/user0/appdata/nextcloud total 0 drwxrwxrwx 1 nobody users 6 Feb 26 11:47 ./ drwxrwxrwx 1 nobody users 18 May 18 13:21 ../ drwxrwxrwx 1 nobody users 0 May 24 22:39 log/
  23. Somehow this does not work. I have no plan anymore. If I use the console of Docker comes the error message: root@567f1e60d30e:/# sudo touch /var/log/nextcloud.log sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner sudo: fatal error, unable to load plugins
  24. Ok now i understand what's going on. Thanks. So i have to change abc to my user and then it should be working. Will try it.

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.