Last active
August 8, 2023 04:54
-
-
Save thadk/f3439588408c85ecd4ac55a598157e4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "$(ls -A /library/incoming)" ]; then | |
calibredb add -r "/library/incoming" --library-path="/library/calibre-web]" | |
rm /library/incoming* | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calibreweb_install: True | |
calibreweb_enabled: True | |
calibreweb_repo_url: https://github.com/deldesir/calibre-web | |
calibreweb_version: main | |
kalite_install: False | |
kalite_enabled: False | |
kiwix_install: False | |
kiwix_enabled: False | |
osm_vector_maps_install: False | |
awstats_install: False | |
awstats_enabled: False | |
matomo_install: False | |
matomo_enabled: False | |
captiveportal_install: False | |
admin_console_install: False | |
admin_console_enabled: False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment