local.bin

Members
  • Posts

    298
  • Joined

  • Last visited

Everything posted by local.bin

  1. Ok sure, np. I was wondering if it was just a matter of adding email smtp settings to a config file or needed work to get the infrastructure in place to make it happen. Or both
  2. Can anyone help me answer a question please. If I want to harden php7 specifically running on an nginx docker running behind this docker reverse proxy style, should I be adding hardening to the php7 on this docker or the target docker, or both? I am assuming the target docker but have not fully convinced myself Same goes for the nginx config for that reverse proxied application, do I add php7 restrictions to its vhost nginx config on this docker? Thank in advance
  3. Did anyone manage to get emails out for fail2ban working at all. Posted in the other letsencrypt request thread by mistake. Thanks
  4. What were your final conclusions on whether this is possible? Would like to get some sort of warning if its possible. Thanks in advance
  5. This is interesting reading, did you managed to implement yourself, out of interest?
  6. Thats great, thanks and what a saving, 176M to 46M I hope to get piwik going on it today, so thanks for the base to try and mess up Edit: Piwik running lovely with letsencrypt docker too, thanks
  7. I tried to update yesterday and it got to the point of deleting the old version and stopped while leaving me just the web page of 'system updating' webpage. Left it for a good while with no progress. Had to pick up the manual copy of the config and download the new version to recover the situation. Running 11.0.2 fine now.
  8. Apologies aptalca with my delayed response; I had to get my website going again asap for something else, so got delayed. I also deleted the piwik setup from the letsencrypt container as I was unclear if it could be accessed externally with nothing setup yet, so deleted it, so I cannot quickly test adding iconv back in. I did try adding it myself at the time but forgot you had updated to php7 so tried to add the wrong file, which was not found. Also, I am not clear whether adding piwik directly to this container with my reverse proxy would be the best setup, or whether I should use your nginx container to host piwik in a similar way to how you have done nextcloud. To add further complication I see your nginx container is ubuntu and not alpine (which I love) so was thinking again at the best approach to take. Ideally you would create a piwik container like nextcloud using your existing nginx containers but I know you have enough to do already!
  9. I am having the same problem and my hair has gone I've been pulling it out so much! Did this redirect work and how does it look in your config if you don't mind sharing Thanks in advance
  10. Didn't see that jonp post, will report the posts.
  11. Is there a way to delete my redundant posts at all? Thanks
  12. Hi there I am trying to install piwix analytics to my nginx webserver using your docker, but am missing iconv support. I don't suppose it would be possible to add the --with-iconv option into your build scripts for php, if that is how it works Please ...
  13. I wondered if anyone had successfully converted a sqlite to a mariadb? I have nextcloud setup nicely but used sqlite to try it and I have now setup the linuxserver.io mariadb db following the chbmb guide. When I use the command to convert db's it wont connect to the mariadb db for some reason? Anyone tried this at all? sudo -u abc php occ db:convert-type --port 3305 --password="password" --clear-schema --all-apps mysql root 192.168.1.99 nextcloud
  14. Been all morning trying to figure out why I cannot access my website after a memory stick crash and rebuild. I have a backup of the configs and reinstated them but could not connect. I just thought of trying to connect via my mobile 4g and it connected first time. Is there any way I could have banned myself with fail2ban or the like, as to the reason me not being able to access my site from my own broadband connection? Thanks in advance Edit: Just tried via a vpn and connected straight away too, so it seems I have banned myself? How do I go about unbanning myself
  15. I don't currently use VMs, but I do know that /etc will not survive a reboot, so the VM XMLs must be copied there from flash. Only /boot (the flash drive) and /mnt (the mount point for disks and user shares) are persistent storage. All other OS folders are in RAM. Explore your flash drive and maybe you can find them. That is odd then, as the flash drive was goosed and mac/linux and win10 all said it needed formatting and was uninitialized. That held out as I formatted and reconfigured from a clean install and rebooted. It rebooted once and then became uninitialised again, so I formatted and destroyed. So not sure how the CA Backup plugin found it then Could it be the /etc/libvirt-/ that I seem to have as well as /etc/libvirt/ ?
  16. Yes thanks for that, I did find it yesterday and it backed up my files. It also backed up my VM xml's which were stored under /etc/ (which I didn't realise) so I managed to restore those with ease as well, thanks again.
  17. I have a backup now, but not before, my bad, but I have my VM's going, but not these templates. Do I have to setup each vm again as a new one and point it to the config directory, which I do have.. setting up the new directories etc? Thanks in advance. I assume you are really still talking about dockers and haven't changed the subject to VMs. If you have recreated your dockers then the templates should be there on your flash now. Have you looked? All complete thank you, recreated all my dockers without issue. Merely mentioned VM's in that everything else is recreated from scratch, except the dockers. Thanks to @squids pointers I am back with everything running and as it was before the stick failed; but with a backup this time. Thanks.
  18. I have a backup now, but not before, my bad, but I have my VM's going, but not these templates. Do I have to setup each vm again as a new one and point it to the config directory, which I do have.. setting up the new directories etc? Thanks in advance.
  19. What do you mean by "not able to edit" Does the option to edit not show up? Exactly that, edit doesn't show up. Can start / stop but not edit... I wondered if any file permissions were preventing edit or something else is a miss. I am reluctant to mess as I have them all back and working after my scare, so thought I'd ask the experts first.
  20. I have have both /etc/libvirt and /etc/libvirt- is that normal? or should I just have /etc/libvirt and can remove /etc/libvirt-?
  21. Suffice to say I had no backup, but have managed to get all my dockers running again with their configs backed up. I am not able to edit any of them though and wondered why that would be? Is there an xml file or something I am missing that would have been stored away from the main docker config? Thanks in advance