f0cked
Go to file
Flummi 3b29f5f9d5
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 15s
.
2024-06-30 13:41:09 +02:00
.gitea/workflows rip ci 2023-04-30 13:55:46 +02:00
debug fu 2024-01-03 14:47:22 +01:00
logs muh 2020-04-03 13:12:35 +02:00
public settings page bisschen aufgehübscht 2024-06-28 22:08:27 +02:00
src blah. 2024-06-28 18:33:12 +02:00
views settings page bisschen aufgehübscht 2024-06-28 22:08:27 +02:00
.eslintrc.json Kleinkram 2018-09-02 12:10:36 +02:00
.gitattributes tpl to hbs 2019-04-26 04:24:57 +00:00
.gitignore - added folder deleted to gitignore 2022-05-22 04:15:26 +00:00
config_example.json example config 2023-11-29 05:48:50 +01:00
f0ck.sql . 2024-06-30 13:41:09 +02:00
LICENSE Add LICENSE 2019-05-15 17:59:26 +00:00
mugge.png lekker thumbnailer jongen 2022-01-04 21:03:48 +01:00
package-lock.json update modules 2023-04-28 07:02:45 +02:00
package.json fu 2024-01-03 14:47:22 +01:00
README.md readme: remove nsfw-detector 2023-08-01 17:31:22 +00:00

how to install:

dependencies

sudo pacman -S nodejs npm ffmpeg yt-dlp ffmpegthumbnailer postgresql imagemagick git mime-types

postgres

sudo -u postgres initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data'
 #(if it fails: sudo localectl set-locale en_US.UTF-8)
sudo systemctl enable --now postgresql
 #(if you're retarded or lazy, append postgresql and postgresql-libs to your ignorepkg)
sudo -u postgres createuser -S -D -R -e f0ck
sudo -u postgres createdb f0ck -O f0ck

install f0ck

sudo useradd f0ck -m
sudo -iu f0ck
cd ~
git clone https://git.lat/f0ck/f0ckv2.git
cd f0ckv2
 #(for developers: git checkout dev)
npm i
psql f0ck < f0ck.sql
mkdir -p public/ca deleted/{ca,b,t}
cp config_example.json config.json
  - edit config.json
  - set up clients, as described here: https://git.lat/keinBot/cuffeo
npm start