88a8eba322827796415af8110a5fca06cd765cd2
continuous-integration/drone/push Build is passing
DecentralisedBookIndex
DecentralisedBookIndex is a web-server to manage the book metadata in the decentralise manner.
Getting started
- clone this repository
- copy
.env.examplefile and save as.env - copy
.env_db.examplefile and save as.env_db - change the values in
.envand.env_dbyou can usemix phx.gen.secretto generate secrets. update the PHX_HOST to your domain name. - run
docker compose up -d - run migrations
docker exec -it dbi bin/migrate - open the url (
PHX_HOST) in a browser. register a user. - install nginx for as a reverse proxy
- configure the web-site config for nginx
change example.com to your domain.
copy example config from
examples/nginx/example.com.confto/etc/nginx/sites-available. rename the file to your domain and change the domain within the file. enable the web-site with commandln -s /etc/nginx/sites-available/example.com.conf /etc/nginx/sites-enabled/. - run the commands to promote an user to the admin.
change
admin@example.comto your email.close the terminal withdocker exec -it dbi bin/decentralised_book_index remote DecentralisedBookIndex.Accounts.User.get_by_email!("admin@example.com", authorize?: false) \ |> DecentralisedBookIndex.Accounts.User.set_role(:admin, authorize?: false)Ctrl + canda.
Author
Kostiantyn Klochko (c) 2025
License
Under the GNU Affero General Public License v3.0.
Languages
Elixir
96.9%
HTML
1.2%
JavaScript
1.2%
Dockerfile
0.6%