wrolpi
wrolpi copied to clipboard
Create your own off-grid library
- [ ] Tag, dates, file type filtering compete for URL - [x] Archives seem to be missing readability files - [x] Archives singlefile fails - [x] Logging needs to...
Some ZIM files now require HTTPS to load.
Currently WROLPi installation overwrites /etc/nginx/nginx.conf. This is bad practice. - [ ] Restore default nginx.conf when upgrading - [ ] Create /etc/nginx/conf.d/wrolpi.conf
A user can configure their RPi to use their custom Wifi. WROLPi overwrites this when starting up. Modify WROLPi so that it will not start the hotspot if some other...
Active downloads need feedback. Add the following: * Speed in Mbps * Progress percentage
Modify file searching API endpoints to accept a list of tag names like so `tag_names=["*"]` which will return all files which have been tagged.
In the React App, if a user opens a directory in the Files module, then deletes that directory, an error is displayed. This is caused because the directory name remains...
Sanic tries to create it's own loop which prevents the API from starting ```python api_1 | [2022-04-22 15:14:16,665] [wrolpi.root_api] [DEBUG] Running Sanic 21.12.1 with kwargs {'host': '0.0.0.0', 'port': 8081, 'workers':...
Deleting a tagged file is blocked until the user untags the file. * Add a confirmation modal to delete the file anyways.