Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!

Andrew 565174c938 stuff 18 giờ trước cách đây
.idea 565174c938 stuff 18 giờ trước cách đây
app 565174c938 stuff 18 giờ trước cách đây
public c452eb4b4d initial commit 3 tuần trước cách đây
.gitignore 1bbd6316c3 add thumbnail generation and additional routes 3 tuần trước cách đây
README.md 565174c938 stuff 18 giờ trước cách đây
composer.json 565174c938 stuff 18 giờ trước cách đây
composer.lock c452eb4b4d initial commit 3 tuần trước cách đây
config.ini.example fa89b1a8fc things 3 ngày trước cách đây
log.ps1 565174c938 stuff 18 giờ trước cách đây

README.md

Hajeebtok Backend

Skibidi? Hub? You must've hit your head pretty hard. Come on bro, let's go doomscroll hajeebtok!

Setup

git clone http://git.buttplugstudios.xyz/andrew/hajeebtok-backend.git
cd hajeebtok-backend

# Config
mv config.ini.example config.ini
nano config.ini

# User Content setup
mkdir usercontent
cd usercontent
mkdir videos
mkdir pictures
mkdir fake_videos
cd ..

# PHP Setup
composer install
php -S 0.0.0.0:8080 -t public 
# please run this with any other web server
# other than the php one

Database

Hajeebtok uses MariaDB as a database. Run hajeebtok.sql on your database to automatically setup the structure.