6f71170da9de8d6d2c0eac4afa4b92e62b1ca428
				
			
			
		
	
		
			All checks were successful
		
		
	
	fetch npm modules / f0ck the f0cker (push) Successful in 17s
				
			Reviewed-on: #70
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
					Languages
				
				
								
								
									JavaScript
								
								56.2%
							
						
							
								
								
									CSS
								
								26.3%
							
						
							
								
								
									HTML
								
								11.2%
							
						
							
								
								
									PLpgSQL
								
								6.3%