A bible server project
https://bible.pglaum.de
| .forgejo/workflows | ||
| backend | ||
| frontend | ||
| .env.example | ||
| .gitignore | ||
| compose.portainer.yaml | ||
| compose.yaml | ||
| justfile | ||
| README.md | ||
bible-server
The frontend uses https://github.com/openbibleinfo/Bible-Passage-Reference-Parser to generate Bible passages.
bcv uses the osis format, which is currently hard-coded (see ./backend/cmd/api/book_lookup.go).
api
Mount the modules that you want to import to /import in the production container with an install script at /import/import.sh.
(The importer is installed at /app/import)