A bible server project https://bible.pglaum.de
Find a file
Philipp Glaum edf9605a28
All checks were successful
/ build-server (push) Successful in 41s
/ build-nuxt (push) Successful in 1m3s
/ deploy (push) Successful in 2s
begin documentation page for the bible-server
2026-02-14 10:19:32 +01:00
.forgejo/workflows add compose.yaml for portainer 2026-02-06 13:43:54 +01:00
backend begin documentation page for the bible-server 2026-02-14 10:19:32 +01:00
frontend add favicon & titles 2026-02-12 17:00:48 +01:00
.env.example import a full translation 2026-02-02 16:30:37 +01:00
.gitignore import a full translation 2026-02-02 16:30:37 +01:00
compose.portainer.yaml implement translation switch 2026-02-06 14:58:46 +01:00
compose.yaml use nuxt env variables 2026-02-05 12:46:45 +01:00
justfile bulk import, small fixes for new translations 2026-02-07 17:56:26 +01:00
README.md ci: build images 2026-02-06 10:28:24 +01:00

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)