mira
Version, currently master branch1 version
- master branchlatestDec 7, 2022
github.com/pinnoto/mira
EPUB media server written in Crystal
10 stars
0 dependents
License: GPL-3.0
Installation
# Add this to your shard.yml
dependencies:
mira:
github: pinnoto/mira
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.3.0- License
- GPL-3.0
- Authors
- straw, Troplo
- Target
mirafrom src/mira.cr
Dependencies
Runtime Dependencies
- pg*github: will/crystal-pg
- jwt*github: crystal-community/jwt
- grip*github: grip-framework/grip
- granite*github: amberframework/granite, branch: master
- crystal-argon2*github: Axentro/crystal-argon2
README
mira
EPUB server and reader written in Crystal
NOTE: Mira is currently in development, but is close to being done! Contributions are very appreciated!
Installation (Backend)
- Clone the repositry and cd into it
git clone https://github.com/pinnoto/mira && cd mira - Create a PostgreSQL database
- Set the
MIRA_CONFIGenvironment variable:export MIRA_CONFIG=/etc/mira/config.ymland configure it
port: 11880
library: /home/user/library
covers: /home/user/covers
open_registrations: true
db_name: mira
db_user: mira
db_password: replaceme123
- Run
shards install - Build it with release optimizations
crystal build --release ./src/mira.cr
Installation (Frontend)
- Go into the
uifolder - Run
yarn installandyarn build - This will create a
distfolder that contains the built static files, which you can serve using NGINX.
Usage
TODO: Write usage instructions here
Contributing
- Fork it (https://github.com/pinnoto/mira/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Troplo - creator and maintainer
- straw - creator and maintainer
- Giorgi Kavrelishvili - creator of Grip Framework, helped immensely with this project, and is a very kind person
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 7, 2022
- Crystal
1.3.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/pinnoto/mira
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 22, 2026
- Synced
- Sep 22, 2026
- Versions
- 1