diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 86a9576..e4d81dc 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] diff --git a/Rust.md b/Rust.md new file mode 100644 index 0000000..375a98e --- /dev/null +++ b/Rust.md @@ -0,0 +1,5 @@ + +# Overview + +Rust is a programming language + diff --git a/YuNoHost - Apps.md b/YuNoHost - Apps.md index e1e7953..3c4d769 100644 --- a/YuNoHost - Apps.md +++ b/YuNoHost - Apps.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` \ No newline at end of file +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 +