Hexbear is the engine that powers Chapochat. It is a customization of the Lemmy project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
layla f4e281623c Merge pull request 'add more instructions for running via docker' (#328) from layla/lemmy-hexbear:fix/build_instructions into main 8 months ago
.github Update issue templates 3 years ago
ansible upgrade backend to use pictrsv2 2 years ago
docker add more instructions for running via docker 8 months ago
infra brain dump doc round 1 3 years ago
server Merge pull request 'relax slur filter' (#322) from layla/lemmy-hexbear:feature/relax-slurfilter into main 2 years ago
.DS_Store Add new custom emojis, add script to update paths 3 years ago
.dockerignore Bump dev dockerfile to newer rust version, move to cargo-chef, properly deserialize iframely json 2 years ago
.drone.yml bump rust version drone builds under 2 years ago
.gitattributes Adding repo language in gitattributes. 4 years ago
.gitignore Add user bios (#1043) 3 years ago
.gitlab-ci.yml fuck you gitlab here's a string instead of an array, you hussy 3 years ago
.travis.yml Only deploy on tags. 3 years ago
CODE_OF_CONDUCT.md Vaquish the deadname 2 years ago
CONTRIBUTING.md Update 'CONTRIBUTING.md' 2 years ago
LICENSE Initial commit 4 years ago
README-lemmy.md updating README with a link to original 3 years ago
README.md add more instructions for running via docker 8 months ago
RELEASES.md Adding release notes. 3 years ago
install.sh Split code into cargo workspaces (#67) 3 years ago
tsconfig.json Fix mobile post listing font colors, add Block component 3 years ago
yarn.lock Update purge user form 3 years ago

README.md

Main Branch: Build Status Production: Build Status

Original Lemmy README

Hexbear

Hexbear is the engine that powers chapo.chat. It is a customization of the Lemmy project.

Why Hexbear?

The geometric beauty of Hexbear; all edges and angles equal. She guides our solidarity.

Overview

The goal is to contribute to the upstream Lemmy project while also trying to retain the r/CTH flavor that brought the community together in the first place.

Please make sure to visit the original readme for all of the information about Lemmy.

Running in Docker

To get a local environment running, you'll need to build hexbear-frontend locally as well. You can find build instructions in the hexbear-frontend repository.

cd docker/dev
sudo ./docker_update.sh
# go to http://localhost:1236 in your browser

# connect to the docker postgresql
psql -h localhost -p 5432 -U lemmy # password is password