vault backup: 2024-12-19 13:10:01

This commit is contained in:
Jerry Jacobs 2024-12-19 13:10:01 +01:00
parent 78776c35ef
commit 7cee6c1958
1 changed files with 7 additions and 0 deletions

View File

@ -20,9 +20,16 @@ Download pre-build assets
* jerry@mango:~/src/github.com/xor-gate/gitea $ ln -s ~/dl/gitea-src-1.21.11/public/assets `<git repo root>/custom/public/assets` * jerry@mango:~/src/github.com/xor-gate/gitea $ ln -s ~/dl/gitea-src-1.21.11/public/assets `<git repo root>/custom/public/assets`
* Build backend without embedded assets and sqlite: TAGS="sqlite sqlite_unlock_notify" make backend * Build backend without embedded assets and sqlite: TAGS="sqlite sqlite_unlock_notify" make backend
## Custom Adimec build tag
```
Makefile
108:LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)"
```
## When Administrator is logged in it should be visual different from normal user #32894 ## When Administrator is logged in it should be visual different from normal user #32894
* gitea/web_src/css/modules/navbar.css * gitea/web_src/css/modules/navbar.css
* templates/base/head_navbar.tmpl * templates/base/head_navbar.tmpl
* `web_src/css/themes/*.css` * `web_src/css/themes/*.css`
* use `--color-red-*` for navbar `background-color` * use `--color-red-*` for navbar `background-color`