The script failed for me when I initially ran it and needed to reprovision the UDM. Hopefully, this saves someone else the headache of the script failing.
* AdGuardHome: fix order of operations
Fix the initial order of operations that causes initial setup issues.
fixes#107.
* AdGuardHome: clean up some info with formatting
* AdGuardHome: add troubleshooting info
Hopefully this will help folks in #107 solve their issues.
* 10-dns: always write out the symlinks
Skip spitting an error about the fact that the symlinks already exist.
Just write them anyway.
* Added container-common
Initial release of container-common section that includes setting a limit of container log size any container can have, to prevent filling up UDM storage with excessive logging.
* Update README.md
Clarified description of max log size
Co-authored-by: TRUPaC <trupac@cs-mapping.com.ua>
Moved from an inline escaping style to shell redirection with parameter
expansion turned off.
Also now supports any directory with *.rules files in /mnt/data/suricata-rules/
to support easier handling of expansion from bundled tar/zip files.
* add missing package version to change log
* fix some warnings of lintian during deb build
* simplification of the debian package
* introduce build script with docker/podman support
* use already existing ssh proxy, has the nice effect of not displaying the welcome message
* update readme for 1.0.2
* fix missing argument in apt-get autoremove