L0rdRaiden

Members
  • Posts

    568
  • Joined

  • Last visited

Everything posted by L0rdRaiden

  1. @linuxserver.io can you include this by default? https://geekflare.com/httponly-secure-cookie-nginx/
  2. I have my routing table like this And in my firewall I get all this IP Spoofing attempts It's fine? why is happening? can I fix it? I think this connections are created by dockers running in bridge mode.
  3. ok, thanks I did it, but if I update nextcloud manually when the docker updates by itself what is updating really?
  4. How is the updating process of this docker? will the docker automatically get the 15.0.2 or do I need to do something?
  5. Thanks, it worked And then as you said creating custom-LAN.list in the pihole folder
  6. It look likes this would require some modifications in the template or docker, I'm not sure, see this. https://github.com/pi-hole/docker-pi-hole/issues/260 Would be possible to implement it in this docker? @spants
  7. I'm far from being an expert, in fact I'm totally the opossite but just saying that If I try to load the image in a VM and it doesn't work out of the box mabe unraid need some modification to make this work. As far as I undertood this images need to be loaded in a special way and launched with uvtool, and I think this is no the case in unraid right now. See the link below and please notice that Ubuntu minimal is not Ubuntu Server "minimal" installation. https://www.cyberciti.biz/faq/how-to-use-kvm-cloud-images-on-ubuntu-linux/ https://wiki.ubuntu.com/Minimal
  8. Ok, reading a little bit more it looks like it is not possible unless some changes are implemented in unraid, @limetech https://www.cyberciti.biz/faq/how-to-use-kvm-cloud-images-on-ubuntu-linux/ https://askubuntu.com/questions/1093411/how-to-use-ubuntu-minimal-images-with-kvm
  9. I'm trying to run Ubuntu minimal on unraid without success, I think I have tried all possible combinations https://wiki.ubuntu.com/Minimal I'm trying to load this image ubuntu-18.04-minimal-cloudimg-amd64.img but nothing works. Can someone indicate me how to configure the VM to run this image? is this image the one I should be running? do I need any other file? Thanks in advanced
  10. How can I override the resolution of a domain to a local host using this docker? If I try to do this https://serverfault.com/questions/796305/is-it-possible-to-override-a-single-domain-name-using-dnsmasq Pihole docker fails, and after reboot the configuration is reset. Is there a way to add this config without breaking anything and permanently?
  11. I have tried to load minemeld manually but I get an error in the mounting point invalid mount config for type "bind": invalid specification: destination can't be '/'. See '/usr/bin/docker run --help'. How can I know the docker path that I have to mount to configure it in unraid?
  12. What is Yeti? Yeti is a platform meant to organize observables, indicators of compromise, TTPs, and knowledge on threats in a single, unified repository. Yeti will also automatically enrich observables (e.g. resolve domains, geolocate IPs) so that you don't have to. Yeti provides an interface for humans (shiny Bootstrap-based UI) and one for machines (web API) so that your other tools can talk nicely to it. https://github.com/yeti-platform/yeti https://github.com/yeti-platform/yeti/tree/master/extras/docker Another option would be MineMeld https://www.paloaltonetworks.com/products/secure-the-network/subscriptions/minemeld https://github.com/mterron/minemeld https://hub.docker.com/r/mterron/minemeld
  13. @saarg @snowboardjoe It worked thanks a lot root@e8bafe322241:/$ sudo -u abc php /config/www/nextcloud/occ db:convert-filecache-bigint Following columns will be updated: * filecache.mtime * filecache.storage_mtime This can take up to hours, depending on the number of files in your instance! Continue with the conversion (y/n)? [n] y
  14. I am comming from letsencrypt docker. how can I access to edit the nginx.conf file? https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/nginx.conf or other configuration files like conf.d/include/block-exploits.conf conf.d/include/proxy.conf these do not appear when I access with SAMBA
  15. Can anyone help me with this, I have installed everyting following the instructions of Spaceinvaders video and error related to this https://docs.nextcloud.com/server/15/admin_manual/configuration_database/bigint_identifiers.html but when I execute this command in the nextcloud docker container I get this error root@e8bafe322241:/$ sudo -u www-data ./occ db:convert-filecache-bigint sudo: unknown user: www-data sudo: unable to initialize policy plugin how can I fix it? probably it's a complete noob error but I'm not very experienced yet with linux commands.
  16. Please post bugs and features request here https://github.com/jc21/nginx-proxy-manager?utm_source=npm-site
  17. @linuxserver.io There is a similar proyect maybe you can join forces. https://github.com/jc21/nginx-proxy-manager
  18. I think is "custom.cnf" file in mariadb docker folder but be sure your Mariadb docker log (accesible from unraid interface) doesnt give you this warning, you have to fix it changing permisions chmod 0444 cfg/mysql-5.7/custom.cnf
  19. https://docs.nextcloud.com/server/13/admin_manual/configuration_database/bigint_identifiers.html Supossely I can fix this with this command but when I run it on the nextcloud docker console I get root@44d2677c0b9a:/$ sudo -u www-data php occ db:convert-filecache-bigint sudo: unknown user: www-data sudo: unable to initialize policy plugin root@44d2677c0b9a:/$
  20. Take a look to this configuration file https://www.c-rieger.de/nextcloud-installation-guide-apache2/ maybe this expire_logs_days = 10 can help.
  21. I have done a fresh install following spaceinvaders video and I get the following error how can I apply this fix in the docker container? occ db:convert-filecache-bigint
  22. @aptalca In addition to Modsecurity it would be nice to add as well authelia, is a two factor authentication that would secure anything you publish on the web. https://www.authelia.com/ https://github.com/clems4ever/authelia https://www.reddit.com/r/selfhosted/comments/7gv51h/simple_to_deploy_2fa_nginx_proxy/ Honestly I don't know how hard it would be to add Modsecurity or authelia and make it easy for the less experienced users.
  23. is available for nginx https://www.nginx.com/blog/compiling-and-installing-modsecurity-for-open-source-nginx/ https://github.com/SpiderLabs/ModSecurity-nginx
  24. Are there any plans to include ModSecurity in this docker? https://www.modsecurity.org/ https://hub.docker.com/r/owasp/modsecurity-crs/