vault backup: 2023-08-08 10:16:49
Affected files: .obsidian/workspace.json Rust.md YuNoHost - Apps.md
This commit is contained in:
parent
5d477e74f8
commit
526ed36a70
|
@ -117,7 +117,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Python FastAPI.md",
|
||||
"file": "YuNoHost - Apps.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -190,7 +190,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Python FastAPI.md",
|
||||
"file": "YuNoHost - Apps.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -207,7 +207,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Python FastAPI.md",
|
||||
"file": "YuNoHost - Apps.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -230,7 +230,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Python FastAPI.md"
|
||||
"file": "YuNoHost - Apps.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -262,21 +262,22 @@
|
|||
},
|
||||
"active": "a63fee1d6fa5befc",
|
||||
"lastOpenFiles": [
|
||||
"Taylor Swift - the 1.md",
|
||||
"Python FastAPI.md",
|
||||
"YuNoHost - Apps.md",
|
||||
"YuNoHost.md",
|
||||
"Debian.md",
|
||||
"Docker.md",
|
||||
"GNU-Linux.md",
|
||||
"Install neo4j on Debian.md",
|
||||
"neo4j.md",
|
||||
"Linux.md",
|
||||
"YuNoHost - Apps.md",
|
||||
"Rust.md",
|
||||
"YuNoHost.md",
|
||||
"Python FastAPI.md",
|
||||
"Taylor Swift - the 1.md",
|
||||
"Weaviate.md",
|
||||
"Untitled",
|
||||
"LangChain.md",
|
||||
"Ubuntu.md",
|
||||
"neo4j.md",
|
||||
"Linux.md",
|
||||
"Install neo4j on Debian.md",
|
||||
"GNU-Linux.md",
|
||||
"Taylor Swift",
|
||||
"Debian.md",
|
||||
"GNU",
|
||||
"Chat-2023_07_23-05_52_20.md"
|
||||
]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# SearxNG
|
||||
# SearXNG
|
||||
|
||||
SearxNG is a fork of searx, a meta search engine
|
||||
|
||||
|
@ -45,4 +45,48 @@ formats:
|
|||
|
||||
Then, we can restart the service with `# systemctl restart uwsgi-app@searxng.service`
|
||||
|
||||
From your local machine you can now test with `$ curl -kLX GET --data-urlencode q='langchain' -d format=json https://searxng.domain.tld`
|
||||
From your local machine you can now test with `$ curl -kLX GET --data-urlencode q='langchain' -d format=json https://searxng.domain.tld`
|
||||
|
||||
# Mastodon
|
||||
|
||||
Mastodon is a great alternative to Twitter or Threads.
|
||||
|
||||
Also, by running your own instance, you will be able to create bots.
|
||||
# NextCloud
|
||||
|
||||
# Gitea
|
||||
|
||||
## Overview
|
||||
|
||||
Gitea is a self hosted git forge. It's a great alternative to GitHub or GitLab. Even though GitLab is also open source and installable via YuNoHost, it requires way more ressources. For most small projects, Gitea is more than enough.
|
||||
|
||||
## Enabling git hooks on Gitea
|
||||
|
||||
To allow gitea create git hooks (which can be super useful for Continuous Deployment), we must add one line to `/opt/gitea/custom/conf/app.ini`
|
||||
|
||||
```
|
||||
...
|
||||
|
||||
[security]
|
||||
|
||||
...
|
||||
|
||||
DISABLE_GIT_HOOKS = false
|
||||
```
|
||||
|
||||
You can then restart the gitea service with `$ yunohost service restart gitea`
|
||||
|
||||
**Be careful though, be sure that all the users who have access to Gitea on your YuNoHost instance are trust worthy and know what they are doing when writing git hooks**
|
||||
|
||||
[source](https://docs.gitea.io/en-us/config-cheat-sheet/)
|
||||
|
||||
## Using git hooks with Gitea
|
||||
|
||||
|
||||
|
||||
# Vaultwarden
|
||||
|
||||
Vaultwarden is the [[Rust]] implementation of [Bitwarden](https://bitwarden.com/), an open source password manager that integrates with clients on Firefox, Chrome, iOS and Android.
|
||||
|
||||
# Kanboard
|
||||
|
||||
|
|
Loading…
Reference in New Issue