This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "12.4.1", | |
"Name": "Icarus Imeji Uploader Service", | |
"DestinationType": "ImageUploader", | |
"RequestMethod": "POST", | |
"RequestURL": "https://imeji.yandols.xyz/upload.php", | |
"Headers": { | |
"Authorization": "c2VraWhvdV8xOTA3RTA4QGltZWppX3ZhcmllZF9zdHJlYW1fdXBsb2Fk" | |
}, | |
"Body": "MultipartFormData", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to make Red auto restart in case of crash, using systemd. This guide assumes you used the Fedora guide to install Red. | |
Run this command in terminal: | |
sudo nano /etc/systemd/system/multi-user.target.wants/red.service | |
Next, paste the following script (not including the lines), replace all instances of "username" with your fedora account name and "usergroup" with your user’s group (usually the same as the username, but you can check with 'groups username' in the terminal.) | |
----------------------------------------------------------- | |
[Unit] | |
Description=Red-DiscordBot Background Service |