#Remove https://gdl.space/ and https://hatebin.com/ from listed paste sites by the !code command

1 messages · Page 1 of 1 (latest)

subtle aurora
#

While this site remains down I think it's better if the bot command is updated to not list it.

#

!code

fluid violetBOT
subtle aurora
#

Bump

subtle aurora
fluid violetBOT
subtle aurora
winter ginkgo
#

I agree
I can't say if those website will continue to be unreliable.. but requesting the embed and then explaining to ignore the first , or first two or w/e just adds more text and might be even more discouraging for a newer user to sift thru..

PS. Hatebin is one of favorites still, but has always been more hit or miss even when working correctly (to the eye).. The result URL can not appear at all.

I also found an entire list of alternatives, to be helpful

full granite
#

damn, hastebin was my favourite..

atomic matrix
subtle aurora
#

I personally think https://hastebin.skyra.pw/ is a nice addition, especially since it looks to be a copy paste of the actual hastebin. I really dislike all the content around the other ones, but it would be good to have them as an alternative

hybrid bloom
atomic matrix
hybrid bloom
shell tree
#

Because it generally sucks, filled with ads, 90% of people that end up using it don't bother selecting a language for syntax highlighting, and the side bar suggesting public pastes is filled with crypto scams.
https://paste.mod.gg is another good one to add to the embed

atomic matrix
#

Looks neat, has a scroll file map. I'll add it to the list.

acoustic plinth
#

Why the hell does a bin site need a "feed"

subtle aurora
#

I like the ability to post multiple files

#

I suppose a general reliable paste site might be nice to have in general. However, I assume it's a bit of a hassle when many people are using it.

willow grove
willow grove
#

i already send that one to Osteel, its basically like gdl.paste, with some unessary stuff stripped and links only last a day

subtle aurora
marsh coral
#

!code

fluid violetBOT
marsh coral
#

surprised they haven't removed those 2 yet

#

considering gdlspace is the first option, it's probably easier to get rid of it

#

and also the good options

slow stirrup
#

It'll get sorted when staff are back. Would have been nice if they'd got it done before then but 🤷

atomic matrix
#

Juju updated !code command!

fluid violetBOT
subtle aurora
#

Nice! Looks good apart from some very small formatting issues 😎

marsh coral
#

I think that’s because the link was adding the comma to the end

willow grove
#

I made this for this discord

atomic matrix
atomic matrix
subtle aurora
#

All good, it's good to see the links were updated

willow grove
bleak shell
subtle aurora
#

@willow grove forgot to pay the bill?

willow grove
willow grove
#

Fixed

subtle aurora
#

@willow grove Maybe you should look into a better way to keep your site up

#

Subtly hinting at the fact that it's down again

willow grove
#

idk why that happend, it never happend before

#

i have a crontab that restarts my machine

#

i fixed it by running pm2 on startup now

subtle aurora
#

what is pm2

willow grove
#

a app to keep node apps running in the background

#
#

thats what most nodejs websites or discord bots use on the server, to keep running

#

website is running again and should stay running now, even if the machine restarts

willow grove
willow grove
#

No more issues for Linux

subtle aurora
#

!code

fluid violetBOT
subtle aurora
atomic matrix
#

Was for some time, hoping they would fix it, it had long active repository.
https://scriptbin.xyz/ down as well

subtle aurora
#

Interesting, I believe I accessed scriptbin when I send my message and it was still up

willow grove
#

the app crashed and pm2 didnt do its job to restart the app

winter ginkgo
#

scriptbin.xyz is back up.. plz don't remove that one.. its my fav so far lOl

subtle aurora
#

It's the only pone that would actually allow you to just post code and nothing else

willow grove
fluid violetBOT
regal bolt
golden swan
#

I can recommend just using systemd instead of pm2

/etc/systemd/system/<appname>.service

[Unit]
Description=<App Name>
After=syslog.target network.target

[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=<project location>/start.sh
User=<user to execute>

[Install]
WantedBy=multi-user.target

start.sh

#! /bin/bash
source ${HOME}/.bashrc

cd <project location>
npm run start # or whatever you use for startup of your app
willow grove
tepid wingBOT