From 4977926fcf1d7c058b9d72952bccd134f42ef867 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 15 Nov 2023 12:53:50 -0800 Subject: [PATCH] add links that helped section --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 37a3b88..d598279 100644 --- a/README.md +++ b/README.md @@ -373,3 +373,21 @@ $ nix run nixpkgs#openssl -- rand -hex 64 - [ ] Add more options to avoid hardcoding stuff. - [ ] Make sure nginx gets reloaded when SSL certs gets updated. - [ ] Better backup story by taking optional LVM snapshot before backing up. + +## Links that helped: + +While creating an XML config generator for Radarr: + +- https://stackoverflow.com/questions/4906977/how-can-i-access-environment-variables-in-python +- https://stackoverflow.com/questions/7771011/how-can-i-parse-read-and-use-json-in-python +- https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/writers/scripts.nix +- https://stackoverflow.com/questions/43837691/how-to-package-a-single-python-script-with-nix +- https://ryantm.github.io/nixpkgs/languages-frameworks/python/#python +- https://ryantm.github.io/nixpkgs/hooks/python/#setup-hook-python +- https://ryantm.github.io/nixpkgs/builders/trivial-builders/ +- https://discourse.nixos.org/t/basic-flake-run-existing-python-bash-script/19886 +- https://docs.python.org/3/tutorial/inputoutput.html +- https://pypi.org/project/json2xml/ +- https://www.geeksforgeeks.org/serialize-python-dictionary-to-xml/ +- https://nixos.org/manual/nix/stable/language/builtins.html#builtins-toXML +- https://github.com/NixOS/nixpkgs/blob/master/pkgs/pkgs-lib/formats.nix