|
2 | 2 |
|
3 | 3 | uBiblio is a small and fast web application to help you manage your personal library (and share it with friends, or form a book club). It provides a unified interface for both physical books and ebooks. It is free, open-source, designed for self-hosting, and will never contain ads or spy on you. |
4 | 4 |
|
5 | | -You don't have to connect it to the Internet. It can run on your LAN. Or even on a single computer with no network access at all. |
| 5 | +You don't have to connect it to the Internet. It can run on your LAN. Or even on a single computer with no network access at all. If you do connect it to the Internet though, it supports federated inter-library search! |
6 | 6 |
|
7 | 7 | # Main Features: |
8 | 8 |
|
9 | | -1. Add, remove, update books |
10 | | -2. Search books and see their location (useful if stored in bins, because you don't have space for tons of bookshelves) |
| 9 | +1. Add, remove, update and search books. Physical and ebook management. |
| 10 | +2. User management! Admins can invite new users via one-time-use link. |
11 | 11 | 3. Autopopulate a book's fields by entering an ISBN, either manually or with your device's camera! |
12 | | -4. Reading list management for each user |
13 | | -5. Book wishlist (just set owned=False, then update to True when you buy it) |
14 | | -6. Withdraw and return books. Display a list of withdrawn books (to help put them away or figure out who has them). |
15 | | -7. Admin users can access all features. Non-admin can only search, manage their reading list, and withdraw/return books. |
16 | | -8. Content discovery (browse by genre). |
17 | | -9. Works on most phones and ebook readers. |
18 | | -10. Really quite fast, low memory requirements for hosting (~100MB). |
19 | | -11. No distractions -- it does what it needs to do and nothing else (by default). |
20 | | -12. Docker, Docker Hub image, and no-container install options. A big thanks to m0ngr31 for helping with this! |
21 | | -13. Backup management, for both the database and files! |
22 | | -14. Ebook support, with the ability to store ebook files and download from your reader (as long as it has a web browser) |
23 | | -15. You can search for only ebooks or only physical books (e.g. when browsing a physical library vs. from an e-reader) |
24 | | -16. Optional support for cover / book images (up to 16 for each book), with thumbnail support. You can now judge books by their cover (but only if you want to)! |
25 | | -17. A luxurious TWO optional custom fields, in case your library is structured differently than mine. Set them up in the admin menu. |
26 | | -18. It even runs on RISCV64 with memory to spare (check out the cursed branch)! |
27 | | -19. Aussi disponible en français! Démarrez ubiblio avec LANGUAGE='FR' |
| 12 | +4. Reading list management for each user, and a wishlist for the library (set owned=False) |
| 13 | +5. Withdraw and return books. Display a list of withdrawn books (to help put them away or figure out who has them). |
| 14 | +6. Admin users can access all features. Non-admin can only search, manage their reading list, and withdraw/return books. |
| 15 | +7. Content discovery (browse by genre). |
| 16 | +8. Works on most phones and ebook readers. |
| 17 | +9. Really quite fast, low memory requirements for hosting (~100MB). Simple, distraction-free UI. |
| 18 | +10. Docker, Docker Hub image, and no-container install options. A big thanks to m0ngr31 for helping with this! |
| 19 | +11. Backup management, for both the database and files! |
| 20 | +12. Optional support for cover / book images (up to 16 for each book), with thumbnail support. You can now judge books by their cover (but only if you want to)! |
| 21 | +13. A luxurious TWO optional custom fields, in case your library is structured differently than mine. Set them up in the admin menu. |
| 22 | +14. It even runs on RISCV64 with memory to spare (check out the cursed branch)! |
| 23 | +15. Aussi disponible en français! Démarrez ubiblio avec LANGUAGE='FR' |
28 | 24 |
|
29 | 25 | # Setup |
30 | 26 |
|
31 | 27 |  |
32 | 28 |
|
33 | 29 |
|
34 | 30 | # Possible future features (in no particular order): |
35 | | -1. Modify content discovery via 'browse by genre' to be more practical for high numbers of books. |
36 | | -2. Search by a specific location would be nice -- can be another interface. |
37 | | -3. Limited UI customization -- what fields are displayed on the search results interface. This can easily break mobile compatibility though, but not everyone is using this on their phone, so being able to take advantage of that extra space is fine. |
| 31 | + |
38 | 32 |
|
| 33 | +# Contributing |
| 34 | + |
| 35 | +Raise an issue here on Github explaining the feature you want (or want to add yourself). Then make a PR! If you are using an AI to assist, please let me know (and test first!), and keep the PR size to a minimum so that I can manually review it. |
| 36 | + |
| 37 | +For bug reports, the process is the same. Maybe also include the steps to reproduce it. |
| 38 | + |
| 39 | +Things I especially need help with: testing, getting more scalable language support in, adding in some kind of integrated help or wiki. |
39 | 40 |
|
40 | 41 | # HTML Theme |
41 | 42 | The HTML theme is modified from "forty" by HTML5UP (https://html5up.net/). Actually, check out their other themes too. They are excellent and provide the themes under CC Attribution 3.0 (https://html5up.net/license). It's a huge timesaver for building things like this. So please leave the attribution in the footer. |
|
0 commit comments