You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[http://www.libravatar.org](http://www.libravatar.org)).**DEPRECATED [v1.18+]** moved to database. Use admin panel to configure.
788
788
789
789
-`AVATAR_STORAGE_TYPE`: **default**: Storage type defined in `[storage.xxx]`. Default is `default` which will read `[storage]` if no section `[storage]` will be a type `local`.
790
790
-`AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store user avatar image files.
Copy file name to clipboardExpand all lines: docs/content/doc/installation/from-package.en-us.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages
43
43
pacman -S gitea
44
44
```
45
45
46
+
## Gentoo Linux
47
+
48
+
The rolling release distribution has [Gitea](https://packages.gentoo.org/packages/www-apps/gitea) in their official community repository and package updates are provided with new Gitea releases.
49
+
50
+
```sh
51
+
emerge gitea -va
52
+
```
53
+
46
54
## Canonical Snap
47
55
48
56
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
Copy file name to clipboardExpand all lines: docs/content/page/index.de-de.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
date: "2016-11-08T16:00:00+02:00"
2
+
date: "2023-01-07T22:03:00+01:00"
3
3
title: "Dokumentation"
4
4
slug: "documentation"
5
5
url: "/de-de/"
@@ -27,11 +27,11 @@ Gitea ist ein [Gogs](http://gogs.io)-Fork.
27
27
* 2 CPU Kerne und 1GB RAM sind für kleine Teams/Projekte ausreichend.
28
28
* Gitea sollte unter einem seperaten nicht-root Account auf UNIX-Systemen ausgeführt werden.
29
29
* Achtung: Gitea verwaltet die `~/.ssh/authorized_keys` Datei. Gitea unter einem normalen Benutzer auszuführen könnte dazu führen, dass dieser sich nicht mehr anmelden kann.
30
-
*[Git](https://git-scm.com/) Version 2.0 oder später wird benötigt.
31
-
* Wenn git >= 2.1.2. und [Git large file storage](https://git-lfs.github.com/)aktiviert ist, dann wird es auch in Gitea verwendbar sein.
32
-
* Wenn git >= 2.18, dann wird das Rendern von Commit-Graphen automatisch aktiviert.
30
+
*[Git](https://git-scm.com/) Version 2.0 oder aktueller wird benötigt.
31
+
* Wenn Git >= 2.1.2 und [Git LFS](https://git-lfs.github.com/)vorhanden ist, dann wird Git LFS Support automatisch für Gitea aktiviert.
32
+
* Wenn Git >= 2.18, dann wird das Rendern von Commit-Graphen automatisch aktiviert.
33
33
34
34
## Browser Unterstützung
35
35
36
-
*Letzten 2 Versions von Chrome, Firefox, Safari und Edge
36
+
*Die neuesten zwei Versionen von Chrome, Firefox, Safari und Edge
0 commit comments