A script to fix IP address-related issues. Specifically resolves Docker not being able to pull containers with the default setup by setting the device nameservers to IPv4 8.8.8.8 and 1.1.1.1
update_yacreader_library.sh
A script to update the YACReader-server library from within the Docker Container. Run this when you add new comics to your Yacreader-server folder and then you'll be able to read your comics. Can take a while if you're adding a lot or large documents.
paperless_temp_clean.sh
A script to clean out the tmp files generated Paperless-NGX. Useful for when you're ingesting a lot of files at once. I have it set with a cron job 6 hours
0 */6 * * *
License
This project is licensed under the MIT License. See the LICENSE file for details.
Description
Scripts I use to make life easier across my debian servers. Docker exec commands, first-run configs, etc.