Compare commits

..

5 Commits

2 changed files with 18 additions and 3 deletions

View File

@ -8,13 +8,13 @@
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"disablePopupsForNoChanges": true,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"autoBackupAfterFileChange": true,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
@ -23,7 +23,7 @@
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,

View File

@ -374,3 +374,18 @@ will not have been corrected.
Specific release upgrade `freebsd-update upgrade -r 13.3-RELEASE`
## calibre-web
* Install python311 and python311-sqlite and rust
* Create venv with `python -m venv ~/venvs/venv311-calibre-web`
* Activate venv with `. ~/venv/venv311-calibre-web/bin/activate`
* `pip install calibre-web`
Error: native python module not installed need from ports:
```
ImportError: No module named _sqlite3
```
See <https://github.com/janeczku/calibre-web>