Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
wiki
Commits
e804e28a
Unverified
Commit
e804e28a
authored
4 years ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
add gitea patch note
parent
1b554581
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/docs/Infrastruktur/git.md
+22
-0
22 additions, 0 deletions
content/docs/Infrastruktur/git.md
with
22 additions
and
0 deletions
content/docs/Infrastruktur/git.md
+
22
−
0
View file @
e804e28a
...
...
@@ -34,3 +34,25 @@ Key:
```
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIPD4cYtm3ar3FnN5xaCZyQ9fCS+y7yS7mRIgfrZ7srI gitmirror@ffhl-srv02
```
# Gitea installation
{{
<
hint
warning
>
}}
Das ist der Fall für version 1.13.0-rc1.
Bug: https://github.com/go-gitea/gitea/issues/13057
Wenn der Bug in firefox oder gitea gefixt ist, kann das hier auch wieder weg
{{
<
/
hint
>
}}
Es gibt einen Bug mit fonts in firefox weswegen Buchstaben seeehr weit auseinander sind. Um das zu
umgehen muss
`index.css`
gepatched werden:
```
bash
mkdir
-p
/var/lib/gitea/custom/public/css
cd
/var/lib/gitea/custom/public/css
# get normal css file
wget git.ffhl.de/css/index.css
# remove problematic font
sed
-i
"s/Noto Color Emoji,//"
index.css
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment