Everything posted by ebnerjoh
-
[Support] Linuxserver.io - Nginx
Hi, do you have an example sites.conf for NGINX for me? Br, Johannes
-
[Support] Linuxserver.io - Nginx
Is no one out there who could answer my questions? Br Johannes
-
[Support] Linuxserver.io - Nginx
Hi, Someone able to help me? See message above. Br, Johannes
-
[Support] Linuxserver.io - Nextcloud
Hi, As I read your message I noticed that I have the same issue... I have 2 disks in my array, nextcloud data is only on one of the two disks and exactly this disk is not spinning down. Br, Johannes
-
[Support] Linuxserver.io - Nginx
Hello, I have a special question regarding the dockers "nginx" and "letsencrypt". Currently I have the following setup: 1) LetsEncrypt as ReverseProxy 2) Apps behind ReverseProxy, e.g. NextCloud and Apache I noticed now that the Apache-Docker has a very outdated PHP Version (5.9) so I want to change this. I havent found a newer Apache Docker so the question is now: A) Should I but my Webpages I have currently on Apache onto the LetsEncrpyt-Docker? B) Or should I forward from the LetsEncrpyt-Docker to the NGINX-Docker (like I do now with Apache)? And then another question: I need a simple site-conf-example for a Joomla Website for nginx. It only needs to listen on a special HTTPS Port, not on HTTP. Br, Johannes
-
[SUPPORT] pihole for unRaid - Spants repo
Hi, On a Raspberry installation with PiHole it is possible to enable SafeSearch by adding a dnsmasq.d-config file (+eventually a /etc/hosts/ entry) https://community.ubnt.com/t5/EdgeMAX/Best-current-way-to-do-web-filtering-and-porn-block/m-p/1982698#M166918 Would this be also possible on the PiHole Docker? Br, Johannes
-
[Support] Djoss - JDownloader 2
I also do not have this bar. I am starting the webinterface directly from the docker-page.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
For me it is now working. I just set "HTTPVAL" under "Advanced Settings" to "true". Br, Johannes
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
No, thats not the issue, I now completley deleted the docker (+appdata directory) and recreated. It is still not working.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Unfortunatley it is still not working for me...
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Ok, it is not working with the temporary workaround. I am getting: Error output from authenticator.sh: Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: 'NoneType' object has no attribute '__getitem__' Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: 'NoneType' object has no attribute '__getitem__'
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Ok, I have overseen the two scripts. At least I have now a workaround. I also tried with HTTPVAL but this was not working. Port 80 is forwarded to LetsEncrpyt but I am not sure if I have to change something in my sites-conf? Do I need to enable 80 for all virtual hosts? At the moment I am forwarding in all virtual hosts port 80 to 443. Br, Johannes
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, and hwo do you start this workaround?
-
[Support] binhex - MiniDLNA
Hi, I have a strange problem. Although my max_user_watches is set to more then 500.000 minidlna is not displaying all my media files. I tried to rescan, but it stops after ~ 10.000 sound files and 10.000 pictures, although I have ~ 100% more. Br, Johannes
-
[Support] Linuxserver.io - MariaDB
Yes and no. No - It is clear that after a power fault something could get corrupt Yes - I am running now since about 8 years a private server. 7,5 years on gentoo and now 6 months on unraid. A unexpected outage of a server can cause a corrupted system/service but it is not 100% sure that this will happen, or for me it seems it is unlikley. For this unlike reason I have a complete offline and also an offsite backup. This big troubles I experience now since two weeks. The first outage of MariaDB I had after the upgrade of the Docker. And I guess you can confirm that this is not an "unexpected" outage... I have now completley removed and added MariaDB again. Imported all working DBs and now doing an initial setup of nextcloud because I think that something went wrong on the DB after the update.
-
[Support] Linuxserver.io - MariaDB
Hi, I have again the issue, after an unexpected Powerissue, my MariaDB doenst come up again. If I remove the "nextcloud"-directory and restart MariaDB it is working again. I tried to add the "nextcloud"-directory again to the database-directory but this time MariaDB doenst come up as expected. Any other ideas? I have an 2 days old backup of MariaDB. The question is: What happens to Nextcloud? I was running an initial sync over several hours so there is for sure a big difference between the actual Nextcloud-Status and the Backup... Br, Johannes
-
[Support] Linuxserver.io - MariaDB
Hi, I was able to solve the issue on my own. The problem was the "nextcloud"-db. I stopped MariaDB, moved the nextcloud db directory to a different location and then started MariaDB without issues. After that I stopped MariaDB again, moved back the nextcloud db and startet MariaDB. Again no issues... I do not know why, but it is working. Br, Johannes
-
[Support] Linuxserver.io - MariaDB
Has no one an idea? Br, Johannes
-
[Support] Linuxserver.io - MariaDB
Hi, I have some troubles with my MariaDB. I performed a backup (via the backup/restore app) and since then MariaDB is not starting up anymore. If I check the MariaDB-Logs via the Webfrontend I see the following output: mysqld_safe Starting mysql with databases from /config/databases mysqld_safe Logging to syslog and this is then cycling... Br, Johannes
-
[Support] Linuxserver.io - Nextcloud
Maybe I am one step ahead: The problem seem to be the inno-db which is used by Nextcloud. If I use the backuped ibdata1 then MariaDB is not starting. If I remove it, MariaDB creates a new ibdata1 file and is starting, but when I navigate via phpmyadmin to the nextcloud-database I am always getting Due to a mistake I do not have a export of the Databases. Any chance to recover the Nextcloud Database? Otherwise I have to reinstall Nextcloud and make a Initial Sync of all users... WOuld work, but takes some time... Br, Johannes
-
[Support] Linuxserver.io - Nextcloud
Hi, I had a problem with my MariaDB-Docker and I had to restore the databases. Unfortunatley the privileges got lost. So I added a new "Nextcloud"-User with the password which I have set in the config.php and Granted full access to the Nextcloud-DB. Unfortunatey I am still getting the follwoing error message in the Log of the Docker-App. I am not sure what is goind wrong. The same procedure worked for my other 2 Databases. Br, Johannes
-
[6.3.0+] How to setup Dockers without sharing unRAID IP address
Hi, I have here a question when using multiple nics: With the following command I am able to use the second NIC: # docker network create \ -o parent=br1 \ --driver macvlan \ --subnet 10.0.3.0/24 \ --ip-range 10.0.3.128/25 \ --gateway 10.0.3.1 \ docker1 Why is bridging used? Wouldnt it also work if bridging is disabled in the networksettings and for creating the docker network "eth1" is used instead of "br1"? Br, Johannes
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Thanks, it is working. Br, Johannes
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, I am also interested how to add the new variable. Br, Johannes