Compare commits
5 Commits
f52a446a9d
...
7cc17ecb17
| Author | SHA1 | Date |
|---|---|---|
|
|
7cc17ecb17 | |
|
|
2b22d5a685 | |
|
|
7b0a0c799f | |
|
|
578f433804 | |
|
|
142700a2f2 |
|
|
@ -8,13 +8,13 @@
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": true,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"disablePopupsForNoChanges": false,
|
"disablePopupsForNoChanges": true,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": false,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": false,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
"customMessageOnAutoBackup": false,
|
"customMessageOnAutoBackup": false,
|
||||||
"autoBackupAfterFileChange": false,
|
"autoBackupAfterFileChange": true,
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
"showBranchStatusBar": true,
|
"showBranchStatusBar": true,
|
||||||
"setLastSaveToLastCommit": true,
|
"setLastSaveToLastCommit": false,
|
||||||
"submoduleRecurseCheckout": false,
|
"submoduleRecurseCheckout": false,
|
||||||
"gitDir": "",
|
"gitDir": "",
|
||||||
"showFileMenu": true,
|
"showFileMenu": true,
|
||||||
|
|
|
||||||
|
|
@ -374,3 +374,18 @@ will not have been corrected.
|
||||||
|
|
||||||
Specific release upgrade `freebsd-update upgrade -r 13.3-RELEASE`
|
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