Add Encoded .ini files that prints out a url

matu6968 2024-11-02 19:47:07 +01:00
parent 77a31d1a97
commit 3f7d2e8ba0

@ -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.