Add Encoded .ini files that prints out a url
parent
77a31d1a97
commit
3f7d2e8ba0
15
Encoded-.ini-files-that-prints-out-a-url.md
Normal file
15
Encoded-.ini-files-that-prints-out-a-url.md
Normal file
|
@ -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.
|
Loading…
Reference in New Issue
Block a user