Open megaboi2005 opened 2 years ago
Comments (not sure how to do that yet if someone could help)
Maybe posts but simpler without images and likes. You could add a comment field by adding a dictionary to posts called comments.
Images, Videos, Gifs, and Audio files
You could to something like discord link imbedding, just a field in post data that bark goes to the URL of and displays.
Profile pictures
Same thing as above but with a field in user data.
Banning and Temp banning
Every time the page load you could check if the IP is in a blacklist, if so stop loading (or redirect to a different page). Same thing with username bans but for logging in.
Captchas
Please don't, that will make the API really hard and the API is the main reason I like bark-it.
Some kind of likes and dislikes thingy
A single value called "likes" can be added to each post, a like increments it by one and a dislike removes one.
why are webhooks brok Dx
Did you add /github
at the end?
I did it
btw about the last comment you made, yeah captchas might be a no but ip bans are impossible since at the moment I am using a proxy. I kinda want to host the profile pictures myself but images and videos being embedded are a pretty good idea as well.
Discord Integration for that you'd probably need to set up an API or smthn. All the best for whatever it turns out tho!