Everything posted by n3ro365
-
Unraid Server 2x am Tag wecken
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.
-
Backuplösung
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?
-
How to automatically wake from sleep?
Yes, it works. Is it also possible to specify 2 times? So for example at 8 a.m. and 8 p.m.?
-
[Support] Linuxserver.io - Nextcloud
Yes i have the same issue.
-
[Support] Paperless Docker
@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?
-
[Support] knex666 - Nextcloud
Hi i solved the issue. I had to add this in the docker container: PUID:99 PGID:100 Now it works.
-
[Support] knex666 - Nextcloud
-
[Support] knex666 - Nextcloud
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”
-
[Support] knex666 - Nextcloud
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.
-
[Support] Paperless Docker
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?
-
[Support] Paperless Docker
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.
-
[Support] Linuxserver.io - OpenVPN AS
Thanks. So I wanted all the traffic from Firefox to go through the vpn. I want to protect my privacy.
-
[Support] Linuxserver.io - OpenVPN AS
Ok thanks. So i need a client docker.
-
[Support] Linuxserver.io - OpenVPN AS
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?
-
How to automatically wake from sleep?
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.
-
[Support] Linuxserver.io - Nextcloud
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:/#
-
[Support] Linuxserver.io - Nextcloud
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:/#
-
[Support] Linuxserver.io - Nextcloud
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:~#
-
[Support] Linuxserver.io - Nextcloud
Ok yes you are right sorry. I typo in that command and now changed use cache to prefer.
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
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/
-
[Support] Linuxserver.io - Nextcloud
How can i do this?
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
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.