From 3f7d2e8ba07797bbb89d4ae97c014c4956f67764 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Sat, 2 Nov 2024 19:47:07 +0100 Subject: [PATCH] Add Encoded .ini files that prints out a url --- Encoded-.ini-files-that-prints-out-a-url.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Encoded-.ini-files-that-prints-out-a-url.md diff --git a/Encoded-.ini-files-that-prints-out-a-url.md b/Encoded-.ini-files-that-prints-out-a-url.md new file mode 100644 index 0000000..e8c7daf --- /dev/null +++ b/Encoded-.ini-files-that-prints-out-a-url.md @@ -0,0 +1,15 @@ +You can print any site your throw at it by making a custom .ini like text file. + +# Example config: +``` +# Prints out website link instead of the ini file contents +[htmlrender] + +url=https://example.com +``` +`[htmlrender]` - header of the HTML print file +`url=https://example.com` - specify a url to visit which site you want + +# Instructions on how to use it: + +### upload the file on the WebGUI and click upload, the backend will do the rest.