Skip to content

katzterd/1chan

 
 

Repository files navigation

1chan

CI

Installation

Docker compose way

1. Prepare .env

cp .env-dist .env

Then fill fields in .env by your text editor with needed values

You can create your own css themes or edit existing ones. Script will copy all css files which ends with .example. See in /www/css/themes

2. Deploy

docker compose up -d

3. Setup db and admin account

docker exec -t app /docker-entrypoint.sh install

4. Restart app container to run indexer properly after db setup

docker compose restart app

frontend will appear on http://localhost:80

(Optional) Get yggdrasil node address (if enabled)

docker exec -t yggdrasilgate /docker-entrypoint.sh getaddr

K8S way

See in /k8s

About

Fixing shit instead of sviny

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 68.7%
  • JavaScript 18.8%
  • CSS 11.0%
  • Hack 0.7%
  • Dockerfile 0.5%
  • Shell 0.3%