Kru-x

Community Developer
  • Posts

    242
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kru-x

  1. No worries, Just remember to start the installation of WP after you got the NPM to work and can connect to the site by your domain. Else WP is going to try to redirect to your internal IP, you gona get the same problem when you are moving your sites if you are not careful. Best is to use a plugin to migrate your whole site, ill use "Duplicator Pro" for moving my sites around when needed. Kru-x
  2. The 0 in the MariaDB setting is telling the container to not use a password (blank) for the root user, WP is trying to login to the DB with the password 0 that you used as password in hence it didn't work. You can set a password, if other then 0, then you have to add the same password in the WP template. Kru-x
  3. So that was not the problem? I think you might get the "Error establishing a database connection" on a wrong password as it is trying to use the root user for the DB. If not mayby try other ports, 8080 is often used by other containers, but then you should get a fault when starting the container. Is your settings looking like this? (see attached screen shots)
  4. WP WORDPRESS_DB_PASSWORD: left blank? 0 in the MB database means no password. Or?
  5. Hi thany, You are right, I should probably do a "getting started" guide as it all change a few years ago making the --link option redundant and that the unraid team rightfully deleted my MongoDB that was setup for wekan in lieu of the official newer MongoDB container that has different credentials, but its all there in the latest post's how to set it up today. The reason I have not bother too much with it is that wekan is more for companies and organizations that probably would have an IT guy to figure out the setup. For me as a nob, I have moved away from wekan even if it is a nice system. I have gone for simpler systems and more all around like nextcloud (not that NC is a simple system, very powerful) that has the similar functions and more other goodies to choose from. As for integrating the MongoDB, not sure if it is a docker out there to do that, but the main reason not to, is that it is better to separate the program from the DB and have two separate instances for easier and safer retention of the data. Most and many containers are doing this and it is just to get the head around it, then most containers are working in the same way with similar setup. Kru-x
  6. Hi tr0910, I have no doubt that they would run smooth and you most likely have a quicker/better setup than many of the providers out there, not knowing yours thought. You'll be surprised of how easy it is, the storage is your's so no problems with file sizes. The only caution I have is with the credit card processing, not that I think it would be much problem to run it but you might want to be able to track the IP-addresses of your clients or purchasers. I know there is a workaround but never had the need to bother about it, but WP is inside a containers and will only see the IP-address from inside the container. Believe it is a setup in Nginx that can forward the right addresses to inside the container. Hope it helps and keep us updated, Kru-x
  7. Smart move, So you already have development site that you want to move, and non of the above working? The "problem" with WP is that all info is stored in the DB and it wont help to just copy the files over, if the site is something you have work on for a while that you don't want to loose the easiest way that I use all the time is to install the brilliant plugin "Duplicator pro" on your development site and compact your whole site and transfer to the root folder and install it again, that will take care of all redirections. You could possibly change the site's url with one of the suggestions in https://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-site-urls-step-by-step/ Hope it helps, Kru-x
  8. It's how you installed it and wordpress is directing the home page to :80 port, I assume you are playing with it locally. Try this, login to wp-admin, go to settings and see if you can change the home site address to 192.168.1.9:4441, if you can't change it try to update permalinks, and if still not working delete both MB & WP folders and reinstall again. Let me know what worked, quite common question and I usually just recommend to reinstall. But well give it a go, Kru-x
  9. Hi Djoss, Sorry to have bothered you, turns out that it is not NPM after all. The problem is strange, I have two servers with the exact same setup and if I have the onlyoffice on one server the other won't talk to it but the same will. And even more odd the one with NPM on it wont talk to to an instance of only office on the same server nor the other one. Don't know what happening! Kru-x
  10. Hi Alex.b, By default there is no php.ini file in WP, but you can add one manually in the root folder. See https://stackoverflow.com/questions/6165558/how-can-i-find-my-php-ini-on-wordpress/42347382 If it t is to increase the download size, I'll use the .htaccess method to do so. Kru-x
  11. I have tried to enable that but still wont work. I am not confident in Nginx and the configs but one setup is talking about that you have to add your .key file to the Document server, NPM uses .pem files. Config for just Nginx is looking like this, meybe you can make sense of it: # only office doc server server { listen 443 ssl; server_name documentserver.*; 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_docs OnlyOfficeDocumentServer; proxy_pass https://$upstream_docs:443; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto $scheme; } }
  12. Hi, For Varible MONGO_URL use: mongodb://192.168.1.121:27017/admin, witch is the admin login for MongoDB. Also if you are behind a revers proxy the varible ROOT_URL should be https://yourdomain.com, else if you are only using it internally it should be http://192.168.0.37:5555 I know you can export from Wekan to another instance, but if you can live without the old todo's and depending on how many, I would start again. Another factor I would personally consider is the requirements and future setup. I moved away from Wekan myself, not that I don't like it it's brilliant, but it is for professional use "like big organizations" and for my to remember to water my garden or feed the Cat 🙂 is for sure an overkill. I use Nextcloud for my file system and it has a good task manager as a plugin, much of my needs consolidated in to one. Kru-x
  13. Gidday, Just wonder if someone as manage to connect and got onlyoffice documentserver to work with Ngingx Porxy mananager, and in that case what are your settings, ports in the different containers. Pulling my hair and I suspecct that it is the callback on 443 that is something strange with. Appreciate any pointers, Kru-x
  14. HI Djoss, I love that you have added this to unraid and I use it for all my proxied containers and the all works mint, EXCEPT one "onlyofficedockument server". Pulling my hair on this one, the manual talks about X-Forwarded-Proto and X-Forwarded-Host and I suspect it is the call back to 443 that buggers it up, either my settings on the different containers (owncloud, onlyoffice, or NPM). Have you got any clue who to set it up and connect to it? All containers works perfect, I can connect to them all proxied but the ony thin is that I cant connect from nextcloud to the Onyloffice servera and get it to call back. Any pointers would be appriciated. Kru-x
  15. Did you do a fresh install from your home local address or from you domain address? it’s your permalink that is wrong I guess. If you can, login to wp-admin.php go to settings and permalinks and update them. Edited: if you have not done anything before you read this, it’s your cookies in your browser. I can see your page properly, kru-x
  16. Nahh I was thinking NPM but shouldn't be needed, can you reach it from your internal address b4 installing, and as I understand it you still get the wrong redirects even after installing fro your domain? One guy had problem with a setting in NPM using 8080 maybe it is some clash there with another container, but sorry I am a little bit lost on this one and it shouldn't be. If you follow the templates and install from your domain it should be really a easy setup, I have done it on several sites and even now I am playing with a test one to try to replicate your problem but it just work.
  17. Hmmm, Have you deleted the Maria DB folder and WP folder in between trying, It looks like it is still trying to redirect you to the internal address. And weird with NPM, it was when I switched to it, mine started to work perfectly. I have all my containers (exposed to internet) trough NPM and I have no problems. The database folder HAS to be deleted in between else the old values is still in the DB. There is a few previous problems like yours that has been solved by starting from scratch and it should be fairly strait forward especially if you can reach the installation from your domain. So in short delete all 3 folders, install the MariaDB and WP, as per templates, if you can reach the installation of WP with your ip address, just leave it to that (without starting the installation of WP) and try again from NPM and do the installation and ask for a new cert from within. Hope it helps, Kru-x
  18. How did you install WP and are u using a local network or a domain? Guess domain, using NPM. The port is Nginx's (NPM's) internal port that is 8080 and I believe that's why it shows that port if the site can't be found. Can you login to wp-admin? If check in "settings" of the website address, else delete both container and wait to install until you can reach the WP installation from your domain. Kru-x
  19. As dom1 said, you can fire up as many instances you would like, just do exactly the same as with the first ones, just with different names, ports and storage folders. Kru-x
  20. Sorry I read your email to quick and didn't realize it was only at the themes that didn't work. Its strange, just tried a test site and I have not got that problem. Have you change any settings in "general settings" in WP. Don't think it is a container/unraid problem anyway, it's quite a common problem with WP and is mentioned in several forums. I would start all over again, delete both folders and reinstall both WP & the DB, when installed go strait to theme and try again. Guess most problems with this is a redirection issue from apache (http server installed in the docker). Happens easily if the settings are wrong in WP. Hope you solve it and let us know, Kru-x
  21. Wonder if you got it to work? It shouldn't be needed to do any CPU pinning, as you pointed out it won't use much overhead at all. My server is a 8mb ram micro server and it doesn't grunt at all. But I am not sure why yours is slow, it shouldn't be and I doubt it is the connection between the containers. Is others working as they should? Sorry, i'm not sure!
  22. I'm not sure, that problem usually indicates that WP can't reach wordpress.org server due to internet connection. I don't think it's a docker/unraid problem and the only problem I can think of is if you have changed network type (normal is "Bridge") so your container can't reach internet.
  23. That is exactly what I meant 🙂, now both "server" and "www" as subdomains get directed to your server. AND, not that I have anything to do with it but what's the deal with the "server" as the subdomain, not thinking about getting "unraid" on that one I hope. :~( Kru-x
  24. Hi Nelinski, This docker is only changing the ip address for your GoDaddys domain when your ip address changes and you only have one (per domain). You will have to add your subdomains in GoDaddy, Ex. I have my main domain "mysite.com" and my subdomains like "cloud.mysite.com", "music.mysite.com" etc. those subdomain's is added in Godaddy. GoDaddy is directing ANY request to *.mysite.com to my server's IP address where Nginx Proxy Manager takes care of the directing the request to appropriate container. Hope I understood right and that it helps, let me know, Kru-x
  25. Sorry for the late reply, are the domain name filled in properly in the template? Seems like it complains about that?