Update for new domain.

master
Volkor 1 year ago
parent 7d07580895
commit a4752bc231

@ -1,7 +1,7 @@
# SUpload (Screenshot - Upload)
SUpload is an easy to use bash script for taking screenshots and uploading files to a curl supported file host.
Supports SFW and NSFW modes, perfect for shitposting, AND for work!
Supports multiple domains, perfect for shitposting, AND for work!
## Installation

@ -19,8 +19,8 @@
## gnome-screenshot is the only working one in wayland.
#sshot="maim"
## Default Domain - Defaults to https://volkor.me/ - Check here for supported: https://git.volkor.me/Volkor/SUpload/-/wikis/supported-sites
#domain="https://volkor.me/"
## Default Domain - Defaults to https://cz0.au/ - Check here for supported: https://git.volkor.me/Volkor/SUpload/-/wikis/supported-sites
#domain="https://cz0.au/"
#domain="https://api.teknik.io/v1/Upload"
## Open screenshots in browser by default (-o is useless when true)
@ -37,4 +37,4 @@
#log_file="${HOME}/.supload.log"
# Custom Curl options (used only for progress bar)
#curl_options="--progress-bar"
#curl_options="--progress-bar"

@ -11,7 +11,7 @@ nc='\033[0m'
## WARNING: Do not change these files here, change them in the config file
debug=false
domain="https://volkor.me"
domain="https://cz0.au/"
sshot="maim"
photo_format="date +%F-%T.png"
video_format="date +%F-%T.mp4"
@ -211,4 +211,4 @@ if [ "$1" = "" ] ; then
exit 1
fi
upload_file "$file"
upload_file "$file"

Loading…
Cancel
Save