Skip to content

anonymous bbs with almost no features

Notifications You must be signed in to change notification settings

privy-cafe/go-3um

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-3um

anonymous bbs with almost no features

setup

get dependencies (upper.io db functions, gorilla mux + securecookie):

go get -u github.com/realytcracker/go-3um

setup your ssl bullshit:

openssl genrsa -out server.key 2048
openssl ecparam -genkey -name secp384r1 -out server.key
openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650

setup your mysql bullshit:

mysql -uroot -p
[enter password]
CREATE DATABASE 3um;
[control-D]
cat 3um.sql | mysql -uroot -p 3um

rename config.defaults.json to config.json and edit the values within properly.

go build and run the resulting binary.

visit https://host:8443/api/setup and receive your admin credentials.

todo

[ ] add additional user apis

[ ] frontend

[ ] rate limiting

[ ] dockerize and shit

remember eternal

sd1
smurda
brand0n
adrian
lxuke
justincredible
toyo4321
olaf
rj2
ib
ackflags
christophermichael
maru

About

anonymous bbs with almost no features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.5%
  • TSQL 11.5%