Compare commits
No commits in common. "7cc17ecb17a3d86e20e7b089a0dd702c4d5fabef" and "f52a446a9d7fcfe480e13992d2ff325d63d41940" have entirely different histories.
7cc17ecb17
...
f52a446a9d
|
|
@ -8,13 +8,13 @@
|
|||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"disablePopupsForNoChanges": true,
|
||||
"disablePopupsForNoChanges": false,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
|
|
|
|||
|
|
@ -374,18 +374,3 @@ 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue