Everything posted by Thorsten
-
[Support] jj9987 - Portainer
The version 1.24 with the repo is deprecated. The new version of portainer 2.0 is published in portainer/portainer-ce. Can you change the template ? Can i update the container when i change the "Repository" from portainer/portainer to portainer/portainer-ce ? Here the note from Docker Hub / Portainer: NOTE, This repo, portainer/portainer is the home of Portainer v1.24.x, and is now deprecated; all new releases for Portainer 2.0 will be published in portainer/portainer-ce
-
Dynamix - V6 Plugins
Okay after i update this to version 2020.06.21 everthing works fine
-
Dynamix - V6 Plugins
Hi, after update Dynamix System Stats to version 2020.06.20. I get on the Tab "Stats" the following error. I use unraid 6.8.3. Fatal error: Uncaught Error: Call to undefined function my_lang() in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(520) : eval()'d code(19) : eval()'d code:56 Stack trace: #0 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(520) : eval()'d code(19): eval() #1 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(520): eval() #2 /usr/local/emhttp/plugins/dynamix/template.php(60): require_once('/usr/local/emht...') #3 {main} thrown in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(520) : eval()'d code(19) : eval()'d code on line 56
-
[SUPPORT] OpenEats - CorneliousJD Repo
-
[SUPPORT] OpenEats - CorneliousJD Repo
Ich habe noch ein Problem mit https bzw. letscrypt Container. Folgende Meldung bekomme ich zur Zeit: In meiner Domaine habe ich eine Subdomaine mit openeats angelegt und unter dns auf den cname verwiesen. Funktioniert ja auch soweit nur werden mit die Bilder nicht angezeigt. Was könnte hier die Ursache sein ? # Make sure that your dns has a cname set for openeats server { listen 443 ssl; listen [::]:443 ssl; server_name openeats.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app openeats; set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
-
[SUPPORT] OpenEats - CorneliousJD Repo
-
[SUPPORT] OpenEats - CorneliousJD Repo
Okay habe ich. Die Parameter muss ich hier dann manuell zu fügen wie bei dem von CorneliousJD sowas wie Mysql, NODE_LOCALE, Superuser usw. richtig ?
-
[SUPPORT] OpenEats - CorneliousJD Repo
Cool wenn es in Deutsch geht 🙂 Wenn ich unter Apps nach Openeats suche finde ich nur CorneliousJD muss ich noch was anderes einstellen damit ich deins finde ?
-
[SUPPORT] OpenEats - CorneliousJD Repo
Okay i use your Docker Repository. It try it with CorneliousJD. I insert bramblegb/openeats as Repository and your Docker URL. With the NODE_LOCALE=de. But i think that was not correct. It is also in English. I am very new with Unraid. Do you have a step by step tutorial for me. Thank you. Sorry for my English. I hope you now what i mean
-
[SUPPORT] OpenEats - CorneliousJD Repo
Yeah, that's exactly what I wanted. Can you help me with this. I don't know exactly how to do that.
-
[SUPPORT] OpenEats - CorneliousJD Repo
Yes, English is always shown even if I try the other two languages French and Spanish. Also when I rename the de.json file under locales to en.json for the English language file. I tried these changes directly in the container. But nothing helps.
-
[SUPPORT] OpenEats - CorneliousJD Repo
Thanks for the template it is very good and works so far. But I have one question: The changeover to German with the variable NODE_LOCALE=de doesn't work. It is always English. What am I doing wrong? API_PORT=8000 NODE_LOCALE=de NODE_VERSION=8.11.1 HOSTNAME=d9526bc81b9f YARN_VERSION=1.5.1 SHLVL=1 HOME=/root